Skip to content

Instantly share code, notes, and snippets.

@sqeezy
Last active February 17, 2020 08:17
Show Gist options
  • Save sqeezy/53f15489bfa71c10e07f172cec8f8d43 to your computer and use it in GitHub Desktop.
Save sqeezy/53f15489bfa71c10e07f172cec8f8d43 to your computer and use it in GitHub Desktop.
choco feature enable -n=allowGlobalConfirmation
cinst `
7zip.install `
cctray `
cpu-z `
docker-desktop `
dotnet3.5 `
dotnetcore-sdk `
dotpeek `
doxygen.portable `
firefox `
git `
git-fork `
gnuwin32-sed.install `
googlechrome `
gpu-z `
imagemagick `
jetbrainstoolbox `
lastpass-chrome `
lockhunter `
microsoft-build-tools `
microsoft-edge `
netfx-4.7-devpack `
notepadplusplus.install `
nuget.commandline `
openjdk `
paint.net `
postman `
resharper-platform `
rider `
robo3t.install `
ruby `
sumatrapdf.install `
svn `
sysinternals `
tortoisesvn `
visualstudio2017-workload-manageddesktop `
visualstudio2017enterprise --package-parameters "--add Microsoft.Component.Blend.SDK.WPF Microsoft.Net.Component.3.5.DeveloperTools --passive --locale en-US" `
vscode --params "/NoDesktopIcon" `
windirstat
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
scoop bucket add github-gh https://github.com/cli/scoop-gh.git
scoop install gh
Update-ExecutionPolicy Bypass
cinst Microsoft-Hyper-V-All -source windowsFeatures
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Set-StartScreenOptions -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst
Enable-RemoteDesktop
Install-WindowsUpdate -SuppressReboots -acceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment