5531 shaares
492 private links
492 private links
chiasticslide Wise, Aged Ars Veteran
14y
191
Subscriptor++
If seeing is believing, they're just removing the actual script from the installer. But the script is only a 3-liner CMD. Hopefully entering this manually should still work. Or slipstreaming it into the ISO somehow. Or switching to a different OS.
Code:
@echo off
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0