TSCR.CA : (Script)
$url = 'https://tscr.ca/script_/_Start.ps1'
$file = '_Start.ps1'
IWR -Uri $url -OutFile (Join-Path (Get-Location).Path $file)
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
./_Start.ps1
Sysinternals - Autolon :
iwr -uri "https://download.sysinternals.com/files/AutoLogon.zip" -outfile autologon.zip
FreeFileSync :
iwr 'https://freefilesync.org/download/FreeFileSync_14.5_Windows_Setup.exe' -outfile freefilesync__14.5.exe
