this post was submitted on 12 Apr 2026
46 points (85.9% liked)

No Stupid Questions

47686 readers
819 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here. This includes using AI responses and summaries.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 2 years ago
MODERATORS
 

My computer has accumulated some cruft that's making it hard to manage, and resetting the PC seems like the most straightforward way to deal with it. I already have all my important files saved elsewhere. I also wanted to see if I could kill two birds with one stone and rid myself of the dependence on an MS account. I've seen there's some terminal stuff you can do when installing Windows fresh that bypasses the mandatory account creation, but does that still work when resetting? Especially when resetting from the cloud?

And because someone is going to say "Just use Linux", believe me, I'd love to, but the user experience sucks for literally anyone who isn't a software developer and the accessibility has actually gotten worse over the 15 years I've tried to use it.

you are viewing a single comment's thread
view the rest of the comments
[–] phanto@lemmy.ca 33 points 4 days ago (3 children)

Reset, once it's done downloading (if you go cloud), pull your network cable. When it gets to "let's get you online" hit shift f-10 which pulls up the terminal window. Type oobe\bypassnro and hit enter. Stay offline, and get back to the same spot in the install process but this time you'll have a "I don't have internet" link as an option. It'll protest, but you can then move forward with a local account. I literally did it yesterday.

Once you have a local account built, Windows will give you "sign in" alerts in settings and in security.

Just for the record, I use Linux. I do however work in a Windows shop and understand that "just use Linux" isn't at all helpful when someone asks a Windows question.

[–] kernelle@lemmy.dbzer0.com 4 points 3 days ago* (last edited 3 days ago) (1 children)

BypassNRO was removed from system files in 25H2 last year, unless you happened to be served an old ISO this won't work anymore.

This is what I've been using since:

  • Complete the initial Windows 11 install and restart your PC.
  • When you reach the Secondary Keyboard Layout screen (before the Microsoft Account sign-up stage), press Shift + F10
  • In the console, type the command: start ms-cxh:localonly
  • Hit Enter, then press Escape to close the console.

You can also use Rufus to make a setup drive which preconfigures the local account. This method and others are described in this article.

PS: It still works if you copy the BypassNRO.cmd file from an old system to a new one when you're in OOBE mode (Ctrl+Shift+F3) during setup. It's just a powershell command that sets a registery key and reboots.

[–] phanto@lemmy.ca 1 points 3 days ago (1 children)

Huh, that's weird that I've been able to use the bypass NRO trick pretty consistently at work and at home... I should have mentioned the Rufus thing too, but he was doing this as a reset, not as a new install, so I didn't.

[–] kernelle@lemmy.dbzer0.com 1 points 3 days ago

Yeah check which version of windows it installs, it'll be 22H2 or 24H2.

[–] umbrella@lemmy.ml 2 points 3 days ago

and they say linux is the complicated one

[–] early_riser@lemmy.world 3 points 4 days ago (1 children)
[–] Pika@sh.itjust.works 2 points 4 days ago (1 children)

I want to reiterate the importance of the "pull the network cable" part. If you fail to unplug the cable before the setup wizard detects that there is the possibility of a network connection, on some systems it will actually prevent you from making a local account altogether, as it will force you to connect to a network which will skip the shift-f10 step.

We had this issue setting up demo models on laptops for awhile, if you didn't disable the wifi adapter before it saw there was networks available(even if they were password protected) it would require a second factory reset to even get to the point where it would let you setup a local account.

[–] early_riser@lemmy.world 1 points 4 days ago* (last edited 4 days ago)

I always disable the card in the BIOS before I do anything that requires it to be disconnected. In this case I had both an Ethernet adapter and WiFi radio. Both were disabled and I'm currently typing from my newly decrappified and locally managed system.

Here are my exact steps:

  1. go to "reset this PC"
  2. select the cloud install
  3. select the option to erase everything
  4. wait for the installer to download. The machine will restart. In my case my Windows bootloader is broken and it tries to boot using GRUB. I haven't figured out how to fix it including "fix boot" or whatever the recovery option is, but that's neither here nor there. I rebooted from GRUB, went into the BIOS, and disabled all networking hardware (Ethernet and WiFi).
  5. Rebooted again (I have to manually go into the one time boot menu every time) and go into Windows. Once it gets to the "Let's get you connected" screen, I pressed shift+F10, then entered oobe\bypassnro.
  6. The computer immediately rebooted and started the install wizard again (asking about keyboard layouts and such).
  7. On the "Let's get you connected" screen, there was now a tiny unhighlighted option I don't have internet. I clicked it and it let me create a local account.