Skip to content

Instantly share code, notes, and snippets.

## Boxstarter options
$Boxstarter.RebootOk=$true # Allow reboots?
$Boxstarter.NoPassword=$false # Is this a machine with no login password?
$Boxstarter.AutoLogin=$true # Save my password securely and auto-login after a reboot
## Basic setup
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showFileExtensions -showHidenFilesFoldersDrives
Enable-RemoteDesktop
Disable-InternetExplorerESC
## Boxstarter options
$Boxstarter.RebootOk=$true # Allow reboots?
$Boxstarter.NoPassword=$false # Is this a machine with no login password?
$Boxstarter.AutoLogin=$true # Save my password securely and auto-login after a reboot
## Basic setup
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showFileExtensions -showHidenFilesFoldersDrives
Enable-RemoteDesktop
Disable-InternetExplorerESC
cinst notepadplusplus.install -y
cinst autohotkey.install -y
cinst vscode -y
cinst vscode-icons -y
cinst vscode-autohotkey -y