Comment on In the latest Windows 11 preview build, Microsoft removed the “bypassnro” command, which let users skip signing into a Microsoft Account when installing Windows.

r_deckard@lemmy.world ⁨4⁩ ⁨weeks⁩ ago

I put this in another thread: It’s not a big deal. They’re removing the bypassnro.cmd script, which is just this:


@echo off

reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f

shutdown /r /t 0


You can still use shift-F10 at the same point, type those two lines (not the @ECHO OFF), and it will achieve the same result.

source
Sort:hotnewtop