Last active
May 11, 2017 14:32
-
-
Save AndyPook/005fb75873f6d775ed82144af24749b8 to your computer and use it in GitHub Desktop.
boxstarter script
This file contains 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
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar -EnableOpenFileExplorerToQuickAccess -EnableShowRecentFilesInQuickAccess -EnableShowFrequentFoldersInQuickAccess -EnableExpandToOpenFolder | |
Enable-RemoteDesktop | |
Update-ExecutionPolicy Unrestricted -Force | |
Disable-InternetExplorerESC | |
Disable-BingSearch | |
cinst chocolatey | |
cinst Boxstarter | |
cinst Boxstarter.Azure | |
cinst Boxstarter.Bootstrapper | |
cinst Boxstarter.Chocolatey | |
cinst Boxstarter.Common | |
cinst Boxstarter.HyperV | |
cinst Boxstarter.WinConfig | |
cinst 7zip | |
cinst adobereader | |
cinst AzureStorageExplorer | |
cinst conemu | |
cinst curl | |
cinst DotNet3.5 | |
cinst DotNet4.5.1 | |
cinst DotNet4.6.1 | |
cinst DotNet4.6.2 | |
cinst fiddler4 | |
cinst git | |
cinst git-credential-winstore | |
cinst gitextensions | |
cinst github | |
cinst poshgit | |
cinst sourcetree | |
cinst diffmerge | |
cinst tortoisegit | |
cinst googlechrome.dev | |
cinst googledrive | |
cinst keepass | |
cinst hashcheck | |
cinst ilspy | |
cinst linqpad | |
cinst nodejs | |
cinst notepad2 | |
cinst notepadplusplus | |
cinst NuGet.CommandLine | |
cinst office365homepremium | |
cinst openlivewriter | |
cinst paint.net | |
cinst putty | |
cinst scriptcs | |
cinst skype | |
cinst sql-server-management-studio | |
cinst sysinternals | |
cinst vlc | |
cinst webpi | |
cinst WindowsAzurePowershell | |
cinst Wget | |
cinst windirstat | |
cinst zoomit | |
cinst visualstudiocode | |
cinst vscode-powershell | |
cinst vscode-csharp | |
cinst vscode-docker | |
cinst vscode-csharpextensions | |
cinst vscode-mssql | |
cinst Microsoft-Hyper-V-All -source windowsFeatures | |
cinst TelnetClient -source windowsFeatures | |
Enable-MicrosoftUpdate | |
Install-WindowsUpdate -AcceptEula -Full |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment