This file contains 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" |
This file contains 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
# Configure Windows | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
Enable-RemoteDesktop | |
## Git | |
cinst -y git | |
cinst -y --ignore-checksums poshgit | |
cinst -y --ignore-checksums git-credential-manager-for-windows | |
cinst -y --ignore-checksums github |