Skip to content

Instantly share code, notes, and snippets.

@MCCEvanMac
MCCEvanMac / OSDWin11.ps1
Last active July 21, 2025 11:59
OSDWin11(Works)
Write-Host -ForegroundColor Green "Starting OSDCloud ZTI"
Start-Sleep -Seconds 5
Start-OSDCloud -OSVersion 'Windows 11' -OSBuild 24H2 -OSEdition Pro -OSLanguage en-us -OSLicense Retail -ZTI
#Restart from WinPE
Write-Host -ForegroundColor Green “Restarting in 20 seconds!”
Start-Sleep -Seconds 20