Created
January 8, 2015 11:55
-
-
Save bogdangrigg/33d53f92a9df49d75acb to your computer and use it in GitHub Desktop.
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
Update-ExecutionPolicy Unrestricted | |
Move-LibraryDirectory "Personal" "$env:UserProfile\skydrive\documents" | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Set-TaskbarSmall | |
Enable-RemoteDesktop | |
cinst ChocolateyGUI | |
# dev tools | |
cinst VisualStudio2013Professional | |
cinst notepadplusplus | |
cinst SublimeText3 | |
cinst winmerge | |
cinst linqpad4 | |
cinst SourceTree | |
cinst dotPeek | |
cinst SourceCodePro | |
cinst ScriptCs | |
cinst sqliteadmin | |
cinst HxD | |
cinst sysinternals | |
cinst filezilla | |
cinst winscp | |
cinst putty | |
cinst fiddler4 | |
cinst windirstat | |
cinst lockhunter | |
cinst wireshark | |
cinst truecrypt | |
cinst rdcman | |
cinst nmap | |
cinst GoogleChrome | |
cinst Firefox | |
cinst flashplayerplugin | |
cinst adobereader | |
cinst python | |
cinst pip | |
cinst easy.install | |
cinst aptana-studio | |
# misc tools | |
cinst skype | |
cinst xnview | |
cinst adobereader | |
cinst vlc | |
cinst dropbox | |
cinst teamviewer | |
cinst paint.net | |
cinst 7zip | |
cinst curl | |
cinst wget | |
cinst keepass | |
cinst lastpass | |
cinst javaruntime | |
cinst f.lux | |
cinst InkScape -Pre | |
cinst git-credential-winstore | |
cinst console-devel | |
cinst poshgit | |
cinst windbg | |
cinst Microsoft-Hyper-V-All -source windowsFeatures | |
cinst IIS-WebServerRole -source windowsfeatures | |
cinst IIS-HttpCompressionDynamic -source windowsfeatures | |
cinst TelnetClient -source windowsFeatures | |
Install-ChocolateyPinnedTaskBarItem "$env:windir\system32\mstsc.exe" | |
Install-ChocolateyPinnedTaskBarItem "$env:programfiles\console\console.exe" | |
Install-ChocolateyVsixPackage xunit http://visualstudiogallery.msdn.microsoft.com/463c5987-f82b-46c8-a97e-b1cde42b9099/file/66837/1/xunit.runner.visualstudio.vsix | |
#Install-ChocolateyVsixPackage autowrocktestable http://visualstudiogallery.msdn.microsoft.com/ea3a37c9-1c76-4628-803e-b10a109e7943/file/73131/1/AutoWrockTestable.vsix | |
Install-WindowsUpdate -AcceptEula |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment