Skip to content

Instantly share code, notes, and snippets.

@normanu
Created March 22, 2020 14:13
Show Gist options
  • Save normanu/e125f112a283877c54de31e2df6bdb8b to your computer and use it in GitHub Desktop.
Save normanu/e125f112a283877c54de31e2df6bdb8b to your computer and use it in GitHub Desktop.
My Boxstarter script
Update-ExecutionPolicy Unrestricted
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar -EnableOpenFileExplorerToQuickAccess -EnableShowRecentFilesInQuickAccess -EnableShowFrequentFoldersInQuickAccess -EnableExpandToOpenFolder -EnableShowRibbon
Set-TaskbarOptions -Size Small -Lock -Combine Never -AlwaysShowIconsOn
Enable-MicrosoftUpdate
Install-WindowsUpdate -Full
cinst 7zip
cinst dwgtrueview
cinst firefox
cinst foxitreader
cinst sublimetext3
cinst geekuninstaller
cinst firefox
cinst libreoffice-fresh
cinst microsip
cinst wireguard --pre
Install-ChocolateyPinnedTaskBarItem "$env:windir\explorer.exe"
Install-ChocolateyPinnedTaskBarItem "$env:Program Files\Mozilla Firefox\firefox.exe"
Enable-WindowsOptionalFeature -Online -FeatureName "SMB1Protocol" -All
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment