-
-
Save gianbottalico/15957a4a5f7216fcc9ab to your computer and use it in GitHub Desktop.
Workspace 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
| # http://boxstarter.org/package/url? | |
| ##################### | |
| # BEGIN CONFIGURATION | |
| ##################### | |
| #region Initial Windows Config | |
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| Disable-UAC | |
| Update-ExecutionPolicy unrestricted | |
| Install-WindowsUpdate -acceptEula | |
| #endregion | |
| #windows feature extras | |
| #todo | |
| #endregion |
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
| # http://boxstarter.org/package/url? | |
| choco feature enable -n=allowGlobalConfirmation | |
| cinst 7zip.commandline | |
| cinst 7zip.install | |
| cinst adobereader | |
| cinst anki | |
| cinst calibre | |
| cinst checksum | |
| cinst ConEmu | |
| cinst csved | |
| cinst databasenet | |
| cinst dropbox | |
| cinst fileshredder | |
| cinst filezilla | |
| cinst Firefox | |
| cinst Folder_Size | |
| cinst git | |
| cinst python2 | |
| cinst glogg | |
| cinst google-chrome-x64 | |
| cinst googledrive | |
| cinst greenshot | |
| cinst hashcheck | |
| cinst hxd | |
| cinst jdk8 | |
| cinst jre8 | |
| cinst keepass | |
| cinst k-litecodecpackmega | |
| cinst lessmsi | |
| cinst lockhunter | |
| cinst mediainfo | |
| cinst mirc | |
| cinst nmap | |
| cinst nodejs.install -version 5.9.0 | |
| cinst OpenSSL.Light | |
| cinst putty.portable | |
| cinst Recuva | |
| cinst skype | |
| cinst SourceTree | |
| cinst speccy | |
| cinst SublimeText3 | |
| cinst tor-browser | |
| cinst unifiedremote | |
| cinst uTorrent | |
| cinst xdelta3 | |
| cinst you-need-a-budget | |
| cinst yumi | |
| cinst visualstudiocode | |
| cinst spotify | |
| cinst linkshellextension |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment