Skip to content

Instantly share code, notes, and snippets.

View ballPointPenguin's full-sized avatar
💜

Bennie Rosas ballPointPenguin

💜
View GitHub Profile
@ballPointPenguin
ballPointPenguin / boxstarter.txt
Last active January 2, 2017 00:04
My Windows 10 Pro development laptop Boxstarter script
# 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
@ballPointPenguin
ballPointPenguin / Boxstarter-Base.txt
Last active November 20, 2017 21:29
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"