Skip to content

Instantly share code, notes, and snippets.

@MangoPieface
MangoPieface / DeveloperBoxStarter.ps1
Last active October 7, 2015 09:56
Developer Boxstarter setup
# Allow reboots
$Boxstarter.RebootOk=$true
$Boxstarter.NoPassword=$false
$Boxstarter.AutoLogin=$true
# Basic setup
#Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
Disable-InternetExplorerESC