Last active
November 20, 2017 21:29
-
-
Save ballPointPenguin/1ad274411196261efc1a97b400834ec8 to your computer and use it in GitHub Desktop.
Boxstarter-Base
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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