33231458127d121a2abf9aaeb454086500c4ef51
changed policy filename to correct one for browser. moved scipts called within this script to seperate process to prevent breaking main script.
Windows 11 Scripts
Onboarding
This is a script that simply runs updates and installs basic software for a runup.
powershell -ExecutionPolicy Bypass -c "irm "https://git.tcmeta.net/kurtis/win11-scripts/raw/branch/main/onboard.ps1" | iex"
VargScript
This is a script that isntalls and customises windows 11 to how i like it.
powershell -ExecutionPolicy Bypass -c "irm "https://git.tcmeta.net/kurtis/win11-scripts/raw/branch/main/vargscript.ps1" | iex"
Description
Languages
PowerShell
100%