Skip to content

Instantly share code, notes, and snippets.

#Set Execution Policy to allow script to run
Set-ExecutionPolicy Bypass -Scope Process -Force
#Choco install and Choco Apps
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install googlechrome -y
choco install notepadplusplus -y
choco install bginfo -y
choco install laps --params='"/ALL"' -y
#Download Scripts to Set the rest of the Domain up when logged in
New-Item -Path "c:\" -Name "BaselabSetup" -ItemType "directory" -Force