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
## 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 |
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
## 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 |
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
cinst notepadplusplus.install -y | |
cinst autohotkey.install -y | |
cinst vscode -y | |
cinst vscode-icons -y | |
cinst vscode-autohotkey -y |