Skip to content

Instantly share code, notes, and snippets.

@timhammond
Last active August 29, 2015 14:00
Show Gist options
  • Save timhammond/11041157 to your computer and use it in GitHub Desktop.
Save timhammond/11041157 to your computer and use it in GitHub Desktop.
cinst SqlServer2012Express
cinst vmwarevsphereclient
Install-ChocolateyInstallPackage 'LogMeInRescueTechnicianConsoleApp' 'MSI' '/q' '\\file\software\admin\LogMeInRescue\LogMeInRescueTechnicianConsoleApp.msi'
cinst IIS-ManagementConsole -source windowsfeatures
wusa.exe \\file\software\admin\rsat\Windows8.1-x64.msu /quiet /norestart
Install-ChocolateyPackage 'IISRemoteManager' 'msi' '/q' 'http://download.microsoft.com/download/2/4/3/24374C5F-95A3-41D5-B1DF-34D98FF610A3/inetmgr_x86_en-US.msi' 'http://download.microsoft.com/download/2/4/3/24374C5F-95A3-41D5-B1DF-34D98FF610A3/inetmgr_amd64_en-US.msi'
cinst SourceCodePro
cinst Microsoft-Hyper-V-Management-Clients -source windowsfeatures
cinst notepadplusplus.install
Install-ChocolateyDesktopLink -TargetFilePath "${env:ProgramFiles(x86)}\Notepad++\notepad++.exe"
cinst GoogleChrome
cinst git.install
cinst poshgit
cinst mysql.workbench
Install-ChocolateyDesktopLink -TargetFilePath "${env:ProgramFiles(x86)}\MySQL\MySQL Workbench 6.1 CE\MySQLWorkbench.exe"
cinst sysinternals
cinst putty.install
Install-ChocolateyDesktopLink -TargetFilePath "${env:ProgramFiles(x86)}\putty\putty.exe"
cinst filezilla
Install-ChocolateyDesktopLink -TargetFilePath "${env:ProgramFiles(x86)}\FileZilla FTP Client\filezilla.exe"
cinst sublimetext3
Install-ChocolateyPinnedTaskBarItem "${env:ProgramFiles}\Sublime Text 3\sublime_text.exe"
Install-ChocolateyDesktopLink -TargetFilePath "${env:ProgramFiles}\Sublime Text 3\sublime_text.exe"
cinst SublimeText3.PackageControl
cinst SublimeText3.PowershellAlias
cinst windirstat
cinst ConEmu
Install-ChocolateyPinnedTaskBarItem "${env:ProgramFiles}\conemu\conemu64.exe"
cinst winrar
cinst TeraCopy
cinst mRemoteNG
Install-ChocolateyDesktopLink -TargetFilePath "${env:ProgramFiles(x86)}\mremoteng\mremoteng.exe"
Install-ChocolateyPinnedTaskBarItem "${env:ProgramFiles(x86)}\mremoteng\mremoteng.exe"
Install-ChocolateyPinnedTaskBarItem "${env:ProgramFiles(x86)}\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\vpxclient.exe"
Install-WindowsUpdate -getUpdatesFromMS -acceptEulaEnable
Copy-Item \\file\campus\users\hammondt\tim c:\tim -recurse -force
start c:\tim\settings\vm.deskthemepack
reg import c:\tim\settings\desktopicons.reg
Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart -EnableShowStartOnActiveScreen
Set-WindowsExplorerOptions -EnableShowFullPathInTitleBar -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -DisableShowProtectedOSFiles
Update-ExecutionPolicy -Unrestricted
Install-ChocolateyPinnedTaskBarItem "c:\tim\scripts\admin-tools.msc"
Install-ChocolateyDesktopLink -TargetFilePath "c:\tim\scripts\admin-tools.msc"
reg import c:\tim\settings\putty.reg
reg import c:\tim\settings\conemu\conemu.reg
new-item -type directory "${env:AppData}\mRemoteNG"
copy-item "C:\tim\settings\mremoteng\*" "${env:AppData}\mRemoteNG" -force
copy-item -force c:\tim\settings\startscreen\* "${env:LocalAppData}\Microsoft\Windows"
Enable-RemoteDesktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment