Files
MDT/Win10_OOBE/ActivateW10OEM/install.cmd
2025-10-31 08:59:03 +01:00

5 lines
130 B
Batchfile

powershell -noprofile -command "Set-ExecutionPolicy bypass LocalMachine"
powershell -file "%~dp0ActivationW10OEM.ps1"
timeout 10