Tea@programming.dev to Technology@lemmy.worldEnglish · 7 days agoIn the latest Windows 11 preview build, Microsoft removed the “bypassnro” command, which let users skip signing into a Microsoft Account when installing Windows.blogs.windows.comexternal-linkmessage-square26fedilinkarrow-up16arrow-down10
arrow-up16arrow-down1external-linkIn the latest Windows 11 preview build, Microsoft removed the “bypassnro” command, which let users skip signing into a Microsoft Account when installing Windows.blogs.windows.comTea@programming.dev to Technology@lemmy.worldEnglish · 7 days agomessage-square26fedilink
minus-squareNot a replicant@lemmy.worldlinkfedilinkEnglisharrow-up0·6 days agoI 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.
minus-squareendeavor@sopuli.xyzlinkfedilinkEnglisharrow-up1·6 days agoIts not a big deal the same way cancelling adobe subscription is not a big deal.
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.
Its not a big deal the same way cancelling adobe subscription is not a big deal.