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
Update-ExecutionPolicy Unrestricted | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Set-TaskbarSmall | |
Enable-RemoteDesktop | |
#Browsers | |
#cinst allbrowsers | |
cinst Firefox | |
cinst GoogleChrome | |
cinst safari |
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
try { | |
# Configure basic system settings | |
Update-ExecutionPolicy Unrestricted | |
Set-ExplorerOptions -showFileExtensions | |
# Standard packages to install | |
cinst 7zip | |
cinst beyondcompare | |
cinst githubforwindows |
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
Update-ExecutionPolicy Unrestricted | |
Set-ExplorerOptions -showProtectedOSFiles -showFileExtensions | |
Set-TaskbarSmall | |
Enable-RemoteDesktop | |
#Browsers | |
cinst Firefox | |
cinst GoogleChrome | |
# Text Editors |
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
try { | |
# Configure basic system settings | |
Update-ExecutionPolicy Unrestricted | |
# Standard packages to install | |
cinst VisualStudio2013ExpressWeb | |
cinst mssqlserver2012express | |
cinst git-credential-winstore | |
cinst poshgit |
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
try { | |
# Configure basic system settings | |
Update-ExecutionPolicy Unrestricted | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Disable-InternetExplorerESC | |
Enable-RemoteDesktop | |
# Standard packages to install | |
cinst VisualStudio2013ExpressWeb |
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
try { | |
# Configure basic system settings | |
Update-ExecutionPolicy Unrestricted | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Set-TaskbarSmall | |
Enable-RemoteDesktop | |
# Standard packages to install | |
cinst VisualStudio2013Professional -InstallArguments "WebTools" |
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-ExecutionPolicy Unrestricted -Force | |
Move-LibraryDirectory "Personal" "$env:UserProfile\skydrive\documents" | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
# Text Editors | |
#cinst notepad2 | |
cinst notepadplusplus |
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
###################### To Run ###################### | |
# START http://boxstarter.org/package/url?https://gist.github.com/Davlind/8309270/raw/9dcab319af7a95342eb75581da46394c2fb16a9f/BoxStarter.Clean.Dev | |
###################### Windows ###################### | |
Install-WindowsUpdate -AcceptEula | |
Update-ExecutionPolicy Unrestricted | |
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Move-LibraryDirectory "Personal" "$env:UserProfile\skydrive\documents" | |
Enable-RemoteDesktop | |
cinst Microsoft-Hyper-V-All -source windowsFeatures |
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-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
Enable-RemoteDesktop | |
cinst Microsoft-Hyper-V-All -source windowsFeatures | |
cinst IIS-WebServerRole -source windowsfeatures | |
cinst vcredist2005 | |
cinst vcredist2008 | |
cinst vcredist2010 | |
cinst vcredist2012 |
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
##START http://boxstarter.org/package/nr/url? | |
###################### Windows ###################### | |
Install-WindowsUpdate -AcceptEula | |
#Set-ExecutionPolicy RemoteSigned | |
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showFileExtensions -showProtectedOSFiles | |
Enable-RemoteDesktop | |
cinst IIS-WebServerRole -source windowsfeatures |
OlderNewer