Skip to content

Instantly share code, notes, and snippets.

@tomers
Last active April 14, 2016 06:30
Show Gist options
  • Save tomers/f18d91fc248d71b14444c9849b0a0de2 to your computer and use it in GitHub Desktop.
Save tomers/f18d91fc248d71b14444c9849b0a0de2 to your computer and use it in GitHub Desktop.
# To execute, run the following from command-line:
# "C:\Program Files\Internet Explorer\iexplore.exe" http://boxstarter.org/package/nr/url?https://gist.githubusercontent.com/tomers/f18d91fc248d71b14444c9849b0a0de2/raw/My%2520Boxstarter%2520script
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Set-TaskbarOptions -Lock -Combine Never
Enable-RemoteDesktop
Enable-MicrosoftUpdate
# Web browsers
cinst googlechrome
#cinst google-chrome-x64
cinst firefox
cinst flashplayerplugin
cinst adblockplusfirefox
# Editors
cinst atom
cinst notepadplusplus
# Windows productivity
cinst conemu
cinst 7zip
# Development
cinst python2
cinst git
cinst putty
cinst tortoisegit
cinst winmerge
cinst github
# Multimedia tools
cinst vlc
cinst paint.net
cinst audacity
# Other
cinst qbittorrent
cinst f.lux
cinst procmon
#cinst sumatrapdf
cinst adobereader
cinst teamviewer
Install-WindowsUpdate -acceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment