irelephant [he/him]🍭 to Technology@lemmy.worldEnglish • 8 days agoWindows 11 is closing a loophole that let you skip making a Microsoft accountwww.theverge.comexternal-linkmessage-square199fedilinkarrow-up1737arrow-down116cross-posted to: technology@beehaw.orgpcgaming@lemmy.ca
arrow-up1721arrow-down1external-linkWindows 11 is closing a loophole that let you skip making a Microsoft accountwww.theverge.comirelephant [he/him]🍭 to Technology@lemmy.worldEnglish • 8 days agomessage-square199fedilinkcross-posted to: technology@beehaw.orgpcgaming@lemmy.ca
minus-squareNot a replicantlinkfedilinkEnglish55•edit-27 days agoIt’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-square@tauren@lemm.eelinkfedilinkEnglish15•7 days agoTheir intention is clear. I wonder for how long this workaround is going to stay.
minus-squareirelephant [he/him]🍭OPlinkfedilinkEnglish6•7 days agoSure, but when are they going to remove that registry option?
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.
Their intention is clear. I wonder for how long this workaround is going to stay.
Sure, but when are they going to remove that registry option?
You’re doing the lord’s work