Skip to content

Instantly share code, notes, and snippets.

View joslat's full-sized avatar
💭
Learning and Coding, focused on Azure & Blazor atm.

Jose Luis Latorre Millas joslat

💭
Learning and Coding, focused on Azure & Blazor atm.
View GitHub Profile
Set-ExplorerOptions -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
#chocolatey feature enable -n allowGlobalConfirmation
cinst visualstudio2022professional --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US"
cinst resharper
cinst vscode
cinst vscode-cake
cinst vscode-prettier
cinst vscode-editorconfig
@joslat
joslat / newworklaptop.txt
Created February 22, 2023 22:43
chocolatez boxstarter script for new laptop
Set-ExplorerOptions -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
#chocolatey feature enable -n allowGlobalConfirmation
cinst Microsoft-Hyper-V-All -source windowsFeatures
cinst IIS-WebServerRole -source windowsfeatures
cinst wsl2
cinst wsl2-distro-manager
cinst wsl-ubuntu-2204
cinst robo3t
@joslat
joslat / desktop-jl-2020-bcn.ycy
Created December 22, 2020 19:42
chocolatey boxtstarter script
Set-ExplorerOptions -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
#chocolatey feature enable -n allowGlobalConfirmation
cinst Microsoft-Hyper-V-All -source windowsFeatures
cinst IIS-WebServerRole -source windowsfeatures
cinst wsl2
cinst robo3t
cinst visualstudio2019community
cinst vscode
@joslat
joslat / boxstarter_newdev_script.txt
Last active August 2, 2023 21:24
My boxstarter - chocolatey script
Set-ExplorerOptions -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
#now some OS feature setup
cinst Microsoft-Hyper-V-All -source windowsFeatures
# Installing some cool software
cinst visualstudio2019professional --package-parameters "--allWorkloads --includeRecommended --includeOptional --passive --locale en-US"
cinst resharper
cinst vscode