Skip to content

Instantly share code, notes, and snippets.

@ballPointPenguin
Last active November 20, 2017 21:29
Show Gist options
  • Save ballPointPenguin/1ad274411196261efc1a97b400834ec8 to your computer and use it in GitHub Desktop.
Save ballPointPenguin/1ad274411196261efc1a97b400834ec8 to your computer and use it in GitHub Desktop.
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