Skip to content

Instantly share code, notes, and snippets.

@gianbottalico
Forked from ChaseFlorell/01-Update-Windows.ps1
Last active March 25, 2016 11:35
Show Gist options
  • Select an option

  • Save gianbottalico/15957a4a5f7216fcc9ab to your computer and use it in GitHub Desktop.

Select an option

Save gianbottalico/15957a4a5f7216fcc9ab to your computer and use it in GitHub Desktop.
Workspace BoxStarter script
# 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
# 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