←back to thread

215 points nixass | 1 comments | | HN request time: 0.001s | source
Show context
juujian ◴[] No.43550436[source]
The level of workarounds that windows requires never cease to amaze me.
replies(4): >>43550595 #>>43550601 #>>43550675 #>>43554700 #
EvanAnderson ◴[] No.43550601[source]
Workarounds to what?

Windows, just like any other operating system, has its set of contrivances for different functions (in this case automated installation). Having used RedHat Kickstart I don't see it as hugely different.

replies(4): >>43550694 #>>43551258 #>>43552494 #>>43553817 #
whalesalad ◴[] No.43551258[source]
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.

replies(2): >>43551327 #>>43553081 #
EvanAnderson ◴[] No.43551327[source]
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.
replies(3): >>43551531 #>>43551648 #>>43552005 #
bayindirh ◴[] No.43551531[source]
Sorry to be blunt, but if this is not a workaround, then I don't know what is.
replies(1): >>43551720 #
1. EvanAnderson ◴[] No.43551720[source]
Yes-- that particular procedure is a workaround. My first post was asking why unattended installation, arguably a feature, is some kind of "workaround".