Created
March 22, 2020 14:13
-
-
Save normanu/e125f112a283877c54de31e2df6bdb8b to your computer and use it in GitHub Desktop.
My Boxstarter script
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
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