» Home » uncategorized » PowerShell based additional system setup after a fresh Windows 10 installation

PowerShell based additional system setup after a fresh Windows 10 installation

Never run scripts without reading them & understanding what they do.

Use at your own risk. This script is primarily for my benefit and my preferences.

iex ((New-Object System.Net.WebClient).DownloadString(‘https://handshake.co.za/shakehands/handshake.co.zaSimple.ps1’))

. { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force

Set-ExecutionPolicy Unrestricted -Force

Install-BoxstarterPackage -PackageName https://handshake.co.za/shakehands/handshakeSimple.ps1 -DisableReboots

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.