this post was submitted on 26 Sep 2023
691 points (96.6% liked)

Technology

57944 readers
2849 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Basically, install Windows as you normally would, but when asked for Time and Currency format, select English (World) instead of your country.

Then let the installer do its thing. Eventually, you will see a window with an ice cream cone on the floor with the words “Something went wrong” and the error message “OOBEREGION.” This cryptic message means that the “out of box experience” (OOBE) didn't launch because it didn't know which region to launch.

Click Skip, though, and Windows will install just fine. You won't be prompted to buy Microsoft 365, you won't be prompted to pay for a OneDrive subscription, and your Start menu won't be cluttered with apps.

you are viewing a single comment's thread
view the rest of the comments
[–] stevedidWHAT@lemmy.world 2 points 11 months ago (4 children)
[–] ichbinjasokreativ@lemmy.world 3 points 11 months ago* (last edited 11 months ago) (3 children)

No, sorry. But the line in question is just

copy-item start2.bin C:\users\default\AppData\Local\Packages\Microsoft.Windows.StartMenuExperiencehost_cw5n1h2txyewy\LocalState\

Replace default with your actual username. Default is the one that gets used for new users when they log in for the first time.

You need a clean start2.bin file ofc. To get that, just manually create a start menu you like and copy the file from the above location.

The old export-startmenulayout commands from windows 10 don't work for windows 11.

Warning: had to type the directory structure on mobile, might've made mistakes.

[–] stevedidWHAT@lemmy.world 2 points 11 months ago (2 children)

Have you tried with the newest version of powershell (whatever they’re calling it now) think you still have to go out and download it but I’m not sure.

Thanks for the direct info share!

[–] jsnfwlr@lemmy.world 1 points 11 months ago (1 children)

I think it is still called PowerShell, but to differentiate the installation source, Microsoft seem to be referring to the cross-platform version you can download from GitHub or via WinGet as PowerShell Core and the version that ships with Windows as Windows PowerShell

[–] stevedidWHAT@lemmy.world 2 points 11 months ago

Not quite what I’m referencing, but yeah there are two versions of powershell in this sense, I’m just talking about the latest version (7.X), windows only comes with 5.X AFAIK, but 7 has some cool new features and what not. Wasn’t sure if the 7.x reincorporated/added whatever way it might be worded to mean “working again in”

I should’ve clarified that in the original, my b