Tea@programming.dev to Technology@lemmy.worldEnglish · 6 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-square118fedilinkarrow-up1701arrow-down18
arrow-up1693arrow-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 · 6 days agomessage-square118fedilink
minus-squareNot a replicant@lemmy.worldlinkfedilinkEnglisharrow-up51arrow-down1·5 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-squareRooty@lemmy.worldlinkfedilinkEnglisharrow-up22·edit-25 days agoI will copypaste your comment next time people complain Linux is hard to learn.
minus-squareglitchdx@lemmy.worldlinkfedilinkEnglisharrow-up1·5 days agoif someone says linux is hard to learn, that person isn’t making regestry edits. That said, windows used to be intuitive, but they peaked with xp and it’s been a downhill slide since.
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.
I will copypaste your comment next time people complain Linux is hard to learn.
if someone says linux is hard to learn, that person isn’t making regestry edits.
That said, windows used to be intuitive, but they peaked with xp and it’s been a downhill slide since.
start ms-cxh:localonly
upvoted for visibility.