> We’re removing the bypassnro.cmd script from the build to enhance security and user experience of Windows 11. This change ensures that all users exit setup with internet connectivity and a Microsoft Account. "enhancing security and user experience" -- what a ridiculous, bold-faced lie. Bravo Microsoft.
Windows 11 is closing a loophole that let you skip making a Microsoft account
11–20 of 210 posts
Re: Windows 11 is closing a loophole that let you skip making a Microsoft account
#12How can you set up / use Windows without an Internet connection? Surely that's not an unsupported use case anymore, is it? There's gotta be plenty of places where Internet connectivity is not available or is restricted.
Re: Windows 11 is closing a loophole that let you skip making a Microsoft account
#13> We’re removing the bypassnro.cmd script from the build to enhance security and user experience of Windows 11. This change ensures that all users exit setup with internet connectivity and a Microsoft Account. "enhancing security and user experience" -- what a ridiculous, bold-faced lie. Bravo Microsoft.
Re: Windows 11 is closing a loophole that let you skip making a Microsoft account
#14> We’re removing the bypassnro.cmd script from the build to enhance security and user experience of Windows 11. This change ensures that all users exit setup with internet connectivity and a Microsoft Account. "enhancing security and user experience" -- what a ridiculous, bold-faced lie. Bravo Microsoft.
It's standard practice for corporations to lie about their motivations for decisions. Why is this acceptable?
Re: Windows 11 is closing a loophole that let you skip making a Microsoft account
#15Re: Windows 11 is closing a loophole that let you skip making a Microsoft account
#16Re: Windows 11 is closing a loophole that let you skip making a Microsoft account
#17What is MS's motivation to push so strongly to have everyone on a Microsoft account? I really hope it's not primarily so that they can more effectively target your computer for ads. Or upsell some service subscriptions.
Re: Windows 11 is closing a loophole that let you skip making a Microsoft account
#18Re: Windows 11 is closing a loophole that let you skip making a Microsoft account
#19Re: Windows 11 is closing a loophole that let you skip making a Microsoft account
#20> We’re removing the bypassnro.cmd script from the build to enhance security and user experience of Windows 11. This change ensures that all users exit setup with internet connectivity and a Microsoft Account. "enhancing security and user experience" -- what a ridiculous, bold-faced lie. Bravo Microsoft.
Can't it be added again by users? Cmd does not sound like a complicated piece of binary code
So if they just removed that 2-line bat file, it's not a big problem. You still can add that entry to the registry, just with more complicated command.
Here's its code:
@echo off
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0