1151
YouTube is taking down videos on performing nonstandard Windows 11 installs
(news.ycombinator.com)
This is a most excellent place for technology news and articles.
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"
That's a lot of instructions just to use the computer you paid for and is yours...
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.
I just plugged in an old drive to make sure I'm not going crazy, and I didn't do anything besides hit the power button, log in, and open the file explorer:
And its right there.
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
@the_riviera_kid @drosophila
As always on Linux you have different possibilities. Most big Desktop Environment's like KDE / GNOME / Cinnamon .... can mount devices automatically or on a click on the device. No need for additional entries in fstab.
If you however want a more general approach you can use systemd's automount or a fixed mountpount using fstab.
Most normal Desktop User's will be totally fine with the DE Solutions.
I use my secondary and tertiary drives for steam and I boot my machine to big picture mode on startup so I need them to auto mount. Having to navigate to the file manager and clicking on them is not the same.
I just click on it and it mounts and opens
This is Linux Mint btw
Sure, but you had to click on it first. It didn't mount on boot.
I thought you were talking about just opening the drive to use it from the file browser.
I do actually have a drive I use for automated backups, but I just used the GUI to change the automount setting:
I guess that's a little bit inconvenient, but its like 3 clicks, adding a step to something I had to do to set up some other software. Its not any more complicated than disabling sticky keys in Windows.
Except we're not comparing it to disabling sticky keys, we're comparing it to needing needing to follow an entire page's worth of instructions, pressing secret key combinations and entering commands into the terminal, just so you can use your computer without it phoning home to the mothership. And that's on top of the fact that the instructions are probably going to be different in a year since microsoft is deliberately fucking with you.