Remix.run Logo
whalesalad a year ago

have you tried installing win11 and creating an account without internet access?

After their most recent shenanigans, the writing is on the wall, the nails are in the coffin - https://www.pcgamer.com/software/operating-systems/microsoft...

They've disabled the ability to finish Windows installation without having an internet connection and connecting your Microsoft account.

> According to a Windows Insider blog post announcing Preview build 26200.5516 (KB5054687) the bypassnro.cmd script has been removed in order to "enhance security and user experience of Windows 11."

> "This change ensures that all users exit setup with internet connectivity and a Microsoft Account."

lol.

Never been a better time to jump ship to Linux, honestly. I held out for ages because I was a princess and wanted everything to be perfect. I used Linux 24x7 as an admin and developer, but from afar and never locally as my daily driver. Finally bit the bullet July '23 and it has been nothing but smooth sailing.

EvanAnderson a year ago | parent | next [-]

I just deployed three new Windows 11 Pro machines yesterday (two HP, one Dell) with local accounts. The HP OEM image was pre-24H2 so it doesn't count, but the Dell machine was 24H2.

I booted to the OOBE, hit <SHIFT>-<F10>, ran:

   REG ADD HKLM\Software\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1

   shutdown -r -t 1 -f
Waited for the machine to reboot and ran thru the OOBE w/o connecting to a network. Once I got logged-on w/ my local account connected to the Wi-Fi and joined the Active Directory domain.
easton a year ago | parent | next [-]

Does pro not have the “domain join instead” option in OOBE anymore? It definitely used to, and Enterprise does.

I don’t understand how you’d domain join otherwise.

EvanAnderson a year ago | parent | next [-]

Pro doesn't have an option to join a domain in the default OOBE. I think that went away in some iteration of 10.

Pro definitely doesn't because the above procedure is what I always have to do to get joined to a domain without creating or using a Microsoft Account. (And then I've got a local account to clean up.)

smileybarry a year ago | parent [-]

It does, I just made a Windows 11 Pro 24H2 VM for testing (with the stock ISO) and used the "domain join" option to make a local account.

EvanAnderson a year ago | parent [-]

With an unattended install, sure. The OOBE doesn't give you that option by default.

smileybarry a year ago | parent [-]

I got that option via OOBE, not automated install.

thesuitonym a year ago | parent | prev [-]

I don't think this is the way it should be, but just to answer your question, you'd go through the normal setup for a single user PC, then join AD in the Settings app.

EvanAnderson a year ago | parent [-]

Older versions of Windows allowed domain join in the OOBE. It was handy.

preciousoo a year ago | parent | prev | next [-]

you can also do ipconfig /release in some contexts (works in hyperv but never in the real world for some reason sigh)

bayindirh a year ago | parent | prev [-]

Sorry to be blunt, but if this is not a workaround, then I don't know what is.

EvanAnderson a year ago | parent [-]

Yes-- that particular procedure is a workaround. My first post was asking why unattended installation, arguably a feature, is some kind of "workaround".

zahlman a year ago | parent | prev [-]

Hold on.

They're saying with a straight face that connecting to the Internet is required in order to enhance security?