batch

Batch scripts and reminders
Log | Files | Refs

bypassnro.cmd (227B)


      1 REM Adds registry key to bypassnro
      2 REM Still requires to disable nic via ncpa.cpl after reboot
      3 
      4 REM oobe\bypassnro
      5 
      6 reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
      7 shutdown /r /t 0