Skip to content

Instantly share code, notes, and snippets.

@ballPointPenguin
Last active November 20, 2017 21:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Boxstarter-Base
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
# Enable Windows Controlled Folder Access
Set-MpPreference -EnableControlledFolderAccess Enabled
cinst -y 7zip.install --cacheLocation "$env:userprofile\AppData\Local\Temp\chocolatey"
cinst -y vlc --cacheLocation "$env:userprofile\AppData\Local\Temp\chocolatey"
cinst -y visualstudiocode --params "/NoDesktopIcon /NoQuicklaunchIcon" --cacheLocation "$env:userprofile\AppData\Local\Temp\chocolatey"
cinst -y cmdermini --cacheLocation "$env:userprofile\AppData\Local\Temp\chocolatey"
cinst -y foxitreader --cacheLocation "$env:userprofile\AppData\Local\Temp\chocolatey"
cinst -y Microsoft-Hyper-V-All -source windowsFeatures --cacheLocation "$env:userprofile\AppData\Local\Temp\chocolatey"
cinst -y Git-Credential-Manager-for-Windows --cacheLocation "$env:userprofile\AppData\Local\Temp\chocolatey"
cinst -y poshgit --cacheLocation "$env:userprofile\AppData\Local\Temp\chocolatey"
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment