Skip to content

Instantly share code, notes, and snippets.

@jez321
Last active September 15, 2019 02:17
Show Gist options
  • Save jez321/a531033b4e02d4a660b0bdf3b0276836 to your computer and use it in GitHub Desktop.
Save jez321/a531033b4e02d4a660b0bdf3b0276836 to your computer and use it in GitHub Desktop.
JJ boxstarter script
Disable-UAC
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
Enable-MicrosoftUpdate
Install-WindowsUpdate -AcceptEula
cinst google-chrome-x64
cinst steam
cinst vscode
cinst foobar2000
cinst git
cinst wsl-ubuntu-1804
cinst 7zip
cinst evernote
cinst windscribe
cinst handbrake
cinst imgburn
cinst windirstat
cinst winscp
cinst putty
cinst vlc
cinst skype
cinst qbittorrent
cinst obs-studio
cinst eac
cinst mp3tag
cinst line
Enable-UAC
@jez321
Copy link
Author

jez321 commented Sep 15, 2019

Set-ExecutionPolicy Unrestricted -Force
. { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment