This file contains hidden or 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
    
  
  
    
  | 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 | 
  
    
      This file contains hidden or 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 | |
| #set-executionpolicy unrestricted #Not possible on new machine images! | |
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions | |
| #Enable-RemoteDesktop | |
| #Disable-InternetExplorerESC | 
  
    
      This file contains hidden or 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
    
  
  
    
  | // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |