Skip to content

Instantly share code, notes, and snippets.

choco install ditto -y --execution-timeout=0 #Clipboard tool
choco install sharex -y --execution-timeout=0 #screen capture software
choco install 7zip -y --execution-timeout=0
choco install slack -y --execution-timeout=0
#choco install winscp -y --execution-timeout=0
choco install postman -y --execution-timeout=0 #already installed
# video conference software
#choco install microsoft-teams -y --execution-timeout=0 #already installed
#choco install zoom -y --execution-timeout=0
# 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
#set-executionpolicy unrestricted #Not possible on new machine images!
Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions
#Enable-RemoteDesktop
#Disable-InternetExplorerESC
@LukeBallantine
LukeBallantine / 0_reuse_code.js
Created December 20, 2015 23:23
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console