Windows将修复OOBE能创建本地账户的漏洞

啊?!

“We are removing known mechanisms for creating a local account in the Windows Setup experience (OOBE),” says Amanda Langowski, the lead for the Windows Insider Program. “While these mechanisms were often used to bypass Microsoft account setup, they also inadvertently skip critical setup screens, potentially causing users to exit OOBE with a device that is not fully configured for use.”

链接: Microsoft is plugging more holes that let you use Windows 11 without an online account | The Verge

啊,微软终于想起来这个漏洞了

为了降低笔记本厂商的无理由退货率,真是煞费苦心呀

关于京东笔记本退货政策的一些探讨 - 知乎

没事,相信unattended的力量,再不济还有dism++直接开访客账户(

这么搞早晚把自己玩死吧 :rofl:

上次硬盘事件,我的主力开发机掉盘之后,我的主力开发机已经切到 linux mint了,你别说,日常使用还真没太大的不适,连微信和QQ都有原生Linux版了,开发环境就更舒服了

一直用 unattend 自动激活 administrator,全程 0 接管 :innocent:

1 个赞

意思是不联网的电脑不配装系统吗

巨硬是嫌win11占有率太高?

还有其他方法

方法1:
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f && shutdown /r /t 0

方法2:
net user "UserName" /add && net localgroup "Administrators" "UserName" /add && cd OOBE && msoobe && shutdown -r