this post was submitted on 29 Oct 2025
1024 points (98.7% liked)

Technology

76415 readers
3488 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] the_riviera_kid@lemmy.world 316 points 1 day ago* (last edited 1 day ago) (113 children)

For those who care, at the first setup screen instead of answering any of the questions press Shift + F10.

CMD will open.

Type (no quotes) “net user Prefferedusername /add” (replacing Prefferedusername with the user name you wish to use) and press enter.

Next type “net localgroup administrators Prefferedusername /add” and press enter.

Next type “net user Prefferedusername /active:yes” and press enter.

Next type “net user Prefferedusername /expires:never” and press enter.

Next type “net user administrator /active:no” and press enter.

Next type “net user defaultUser0 /delete” (this is case sensitive make sure the "U" is capitalized) and press enter.

Next type "regedit" and press enter.

This opens registry editor, navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE"

Delete "DefaultAccountAction", "DefaultAccountSAMName", and "DefaultAccountSID"

Right click on "LaunchUserOOBE" and rename it to "SkipMachineOOBE" and make sure the value is set to "1".

Close registry editor and type "shutdown /r /t 0"

[–] the_q@lemmy.zip 28 points 1 day ago (30 children)

That's a lot of instructions just to use the computer you paid for and is yours...

[–] the_riviera_kid@lemmy.world 4 points 1 day ago* (last edited 18 hours ago) (29 children)

Linux has its stupid bullshit too, its just 12 of one and a dozen of another sort of situation. For example I don't have to jump through hoops to auto mount a secondary drive on windows I just install the drive and there it is. But on linux I have to jump through all sorts of ridiculous hoops for some stupid reason. However it will auto mount flash drives and sd cards even though those are the ones more likely to pose a security risk.

[–] blue_canuck@lemmy.world 4 points 20 hours ago (1 children)

Say what? That's not true in the slightest, if the drive is mountable it will show up in your file manager.

[–] the_riviera_kid@lemmy.world 0 points 19 hours ago* (last edited 18 hours ago) (2 children)

articles like this wouldn't exist if it wasn't true, they will appear but they wont auto mount https://techhut.tv/auto-mount-drives-in-linux-fstab/

*some distros may auto mount but I never used one that did

[–] BCsven@lemmy.ca 2 points 3 hours ago (1 children)

This article is more for a headless server. Any DE is going to present disks to you. And if some odd quirky drive doesn't, you go into the disks app and click the play icon on the drive you want to mount

[–] the_riviera_kid@lemmy.world 1 points 2 hours ago (1 children)

I'll say it again "auto mount" if you have to click on it first it's not "auto" thats "access" mount.

[–] BCsven@lemmy.ca 0 points 1 hour ago* (last edited 1 hour ago) (1 children)

Same with windows, first time you plug in it asks for drive letter, (which is mounting) if you hit ignore, that disk won't be mounted at reboot, but if you choose a letter it will

[–] the_riviera_kid@lemmy.world 1 points 1 hour ago (1 children)

Never happens unless the drive is unformatted or a format windows can't read. And if it is unformatted you get a pop up telling you so and an offer to format it which after that point it mounts on boot everytime without any interaction needed at all from the user. If it is already formatted it just automatically assigns the next available drive letter and mounts it. Linux just does nothing until you dig around in context menus and even after you format it it still won't auto mount until you dig around through more menus or go through the ridiculous ftsab bullshit.

[–] BCsven@lemmy.ca 0 points 21 minutes ago (1 children)

Not true, if you format a NTFS or fat in windows, then remove drive letter, it won't auto Mount, same I'd you format it in Linux to a windows format and add to your PC, it prompts for a drive letter.

As for Linux, your user session defaults determine if it automounts or not. Mine USD set to automount, so you can see in this screen the 80gig drive was auto mounted, but you can turn off USD and use specific mount options.

[–] the_riviera_kid@lemmy.world 1 points 17 minutes ago (1 children)

What desktop environment/distro are you using? It would be nice to be able to skip the fstab run around and just click a button.

[–] BCsven@lemmy.ca 1 points 4 minutes ago

Running Tubleweed with Gnome, and the App is Disks. The user session defaults are accessed via dconf editor and you can set your system wide default for auto mounting, or manually tweak each drive via disks.I

Yast Partitioner was other screenshots, also has options to do the same if you run KDE tumbledweed, or you could install Disks.

[–] BarbecueCowboy@lemmy.dbzer0.com 4 points 18 hours ago (1 children)

I think people are confused because the difference between mount on access and mount on boot is meaningless for 98% of people. I can think of reasons to need the latter, but not many.

[–] the_riviera_kid@lemmy.world 2 points 18 hours ago

You are probably right, most folks aren't even aware because they have no need for it. The only reason I need it is for my gaming rig that launches big picture mode on startup. I have no need for it on any of my desktop machines.

load more comments (27 replies)
load more comments (27 replies)
load more comments (109 replies)