Skip to content

Instantly share code, notes, and snippets.

@gunters63
Last active November 17, 2015 09:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gunters63/4542fc9e9f179307d0c2 to your computer and use it in GitHub Desktop.
Save gunters63/4542fc9e9f179307d0c2 to your computer and use it in GitHub Desktop.
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen -EnableShowAppsViewOnStartScreen -EnableSearchEverywhereInAppsView -EnableListDesktopAppsFirst
c
Set-CornerNavigationOptions -DisableUpperRightCornerShowCharms -DisableUpperLeftCornerSwitchApps -DisableUsePowerShellOnWinX
Enable-RemoteDesktop
cinst VisualStudio2013Professional -InstallArguments WebTools
cinst vs2013.4
cinst resharper
cinst vs2013.vscommands
cinst memprofiler
cinst dottrace
cinst visualfsharptools
cinst DotNet3.5
cinst visualstudio2013-webessentials.vsix
#Other dev tools
cinst fiddler4
cinst beyondcompare
cinst sysinternals
cinst NugetPackageExplorer
cinst windbg
cinst linqpad4
cinst gitextensions
cinst Console2
cinst lessmsi
cinst dotpeek
cinst tortoisesvn
#Browsers
cinst googlechrome
cinst firefox
#Node dev environment
cinst python2
cinst nodejs.install
cinst mongodb.core.2.6
#Other essential tools
cinst 7zip.install
cinst adobereader
cinst javaruntime
cinst AdobeAIR
cinst adobereader
cinst baretail
cinst ccleaner
cinst Console2
cinst dropbox
cinst filezilla
cinst flashplayeractivex
cinst flashplayerplugin
cinst handbrake
cinst LinkShellExtension
cinst lockhunter
cinst notepadplusplus.install
cinst paint.net
cinst PDFXchangeEditor
cinst PDFXChangeViewer
cinst skype
cinst spotify
cinst vlc
cinst wireshark
cinst keepass.install
cinst office365homepremium
cinst screenpresso
cinst evernote
cinst virtualclonedrive
cinst cpu-z
cinst calibre
cinst cdburnerxp
cinst googleearth
cinst grepwin
cinst irfanview
cinst jdk8
cinst linkshellextension
cinst lockhunter
cinst mumble
cinst putty
cinst snoop
cinst databasenet
cinst teamviewer
cinst ultrasearch
cinst winrar
cinst mobaxterm
cinst inssider
cinst royalts
cinst speccy
#cinst Microsoft-Hyper-V-All -source windowsFeatures
#cinst IIS-WebServerRole -source windowsfeatures
#cinst IIS-HttpCompressionDynamic -source windowsfeatures
#cinst IIS-ManagementScriptingTools -source windowsfeatures
#cinst IIS-WindowsAuthentication -source windowsfeatures
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe"
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe"
Enable-MicrosoftUpdate
Install-WindowsUpdate -AcceptEula
# Missing:
# cinst dotcover # probably outdated
# cinst githubforwindows # Install not unattended
# cinst webstorm # (No version 9 yet)
# cinst gsyncit # (No version 4 yet)
# VMWare 11
# Copy over virtual machines
# Mongochef etc.
# Boxcryptor
# Firefox and Chrome extensions (Postman etc.)
# Notepad++ plugins (Json, XML)
# Canon printer drivers
# Devart CodeCompare Pro
# TreeSize Personal
# NPM
npm install -g mocha
npm install -g bower
npm install -g express
npm install -g grunt
npm install -g gulp
npm install -g istanbul
npm install -g typescript
# setup
# Github
# Outlook mail accounts
# Copy Keepass settings
# Webstorm settings (Dropbox?)
# Visual Studio Settings (VSCommands or MS sync?)
# Desktop shortcuts (Dispatcher)
# Remote desktops (direct, Internet)
# Registrations: Jetbrains, WinRAR
# Setup Evernote
# Setup TortoiseSVN for MP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment