In the latest Windows 11 preview build, Microsoft removed the “bypassnro” command, which let users skip signing into a Microsoft Account when installing Windows.
-
1809 gang rise up
what happened in 1903 that made you say enough?
-
I just bypass the requirement by installing Linux Mint instead
I did the same on my media center mini PC.
Any idea how to check/enable HDR? -
Maybe your parents should have picked a better name then.
-
Hey all what do you suggest for a school and game dev laptop with Linux for a ~$2k budget? I've been eyeballing framework but keep hearing mixed things
System76.
-
Fuck Microsoft! Use Linux Mint
Is mint still using that old gnome fork DE? KDE Plasma might be a nicer and still familiar experience for people coming from windows
-
Exactly!
My answer to everyone saying "but Linux is hard..!"
No, it’s DIFFERENT!!
If using Cinnamon was your first learning experience on a computer, you’d think Windows is the worst user experience in the world!
I've been using computers long enough to know how to do my own tech support (also working in IT for a few years now, it sure does help). Been using Mint daily for more than a month now and I'm convinced average people can use it (or equivalent : Ubuntu, Pop...) hassle free.
But people must also accept to learn a bit about computers. Most don't know and don't want to.
-
I did the same on my media center mini PC.
Any idea how to check/enable HDR?The answer is a bit complicated. Linux has a long history with HDR where you would need exact software and hardware, or else no HDR... Just know that it will get easier because the ball has already started to roll in the correct direction.
But the shortest way I can say it now,
If you use Valve's game mode, (which is possible to get either using steamos, bazzite, chimera OS, nobara, or you can manually set it up. You should be able to get it to work. This should work for windows games that support HDR. AFAIK there are no Linux games yet supporting HDR. It should be possible to get videos playing with HDR also, but that would be an exercise for the reader, or wait until people make it easier.
Please correct me if I am wrong, but I currently believe the newest version, of KDE and Gnome are now HDR ready. If I am wrong you might just need the newest beta which will become stable Q2 this year.
Playing videos, I believe the newest version of MPV just got HDR support. With more apps incoming.
Anything that let's a gamepad or a remote browse your videos? AFAIK not yet, but be patient, as this is all new
-
I use that command partially because Microsoft accounts don't allow passwords as long as the password I like to use for my PC
Genuine question:
What's the point of a long password on Windows? I understand that you sometimes don't want people accessing your stuff, but at it takes to bypass that and someone access your files is booting off of a USB stick. Or do you perhaps use full disk encryption?
-
What programs are causing you concern?
I use a lot of adobe programs, like photoshop, illustrator and Lightroom. The standard MS office stuff, Dashlane for passwords and a bunch of games both via steam and the EA AppStore, some of which are windows only. Mind you, I know most if not all should work using wine (or similar) or have good alternatives. But I’d rather try first before nuking windows.
-
Thank you! I had no idea that this existed. This is a solution for me personally, but also a solution for our clusterfuck IT people at work that do not understand that we have hundreds of millions of dollars in contracts that need to be fulfilled with software that costs us $12 per day to use and probably wont run on windows 11, instead of breaking everything and migrating it to a software that costs us $32 a day to use but will work on windows 11.
-
Is mint still using that old gnome fork DE? KDE Plasma might be a nicer and still familiar experience for people coming from windows
-
Exactly!
My answer to everyone saying "but Linux is hard..!"
No, it’s DIFFERENT!!
If using Cinnamon was your first learning experience on a computer, you’d think Windows is the worst user experience in the world!
Exactly. And if you use a desktop like Cinnamon or KDE Plasma, it really isn't that different, other than how you install software. I fully believe anyone can use it. Especially since the majority of computer users tend to only use them for browsing the web, email and light gaming. The learning curve is minimal.
-
Basically. It's essentially a full-on sentence and last time I looked, Microsoft allowed about half the character length.
Well, at least they aren't pretending to accept longer passwords but actually truncating it, like they used to in hotmail and live.
They were silently truncating the passwords to something like the first 16 characters, the rest was ignored.
-
Windows 11 seemed to kick and scream relentlessly to make coexisting impossible. So I called its bluff and nuked its stupid ass. It refuses to play nice? OK; It never gets to play again. Fuck windows. I have a separate machine for windows if I really need it.
Good for you! Nuking windows is indeed the end goal. Dual boot for me is a proof of concept as a step on the way.
-
Clone your drive first and then no matter what happens you have a quick click to restore. I've run dual boots on multiple distros for years and you learn a whole lot when things go wrong.
Good call. I have 2 hard dives and really thought that if I didn’t touch the win 11 drive it couldn’t possibly cause windows issues. Lol. Not making that mistake again.
-
The answer is a bit complicated. Linux has a long history with HDR where you would need exact software and hardware, or else no HDR... Just know that it will get easier because the ball has already started to roll in the correct direction.
But the shortest way I can say it now,
If you use Valve's game mode, (which is possible to get either using steamos, bazzite, chimera OS, nobara, or you can manually set it up. You should be able to get it to work. This should work for windows games that support HDR. AFAIK there are no Linux games yet supporting HDR. It should be possible to get videos playing with HDR also, but that would be an exercise for the reader, or wait until people make it easier.
Please correct me if I am wrong, but I currently believe the newest version, of KDE and Gnome are now HDR ready. If I am wrong you might just need the newest beta which will become stable Q2 this year.
Playing videos, I believe the newest version of MPV just got HDR support. With more apps incoming.
Anything that let's a gamepad or a remote browse your videos? AFAIK not yet, but be patient, as this is all new
If you use Valve’s game mode, (which is possible to get either using steamos, bazzite, chimera OS, nobara, or you can manually set it up. You should be able to get it to work. This should work for windows games that support HDR. AFAIK there are no Linux games yet supporting HDR. It should be possible to get videos playing with HDR also, but that would be an exercise for the reader, or wait until people make it easier.
gamescope
is what you're going to want to search for if you're attempting this exercise. I just set gamescope in the launch options for the games where I want HDR.Wayland has had HDR support for around 6 months (using Arch, btw, so YMMV depending on how current your distro is). The issue has been that there is no way for an application to determine if your hardware supports HDR because Wayland doesn't have color management protocols.
The Wayland color management protocols are done and are targeted for the next major release of Wayland (in a month or two, roughly). In the meantime, in applications that supports it (like mpv if you want to watch movies) you can launch it with
ENABLE_HDR_WSI=1
to let it know that your setup can use HDR. Once the protocols are released you won't need to do this.You can edit/create a .desktop file for HDR mpv like so:
Exec=ENABLE_HDR_WSI=1 mpv --player-operation-mode=pseudo-gui --vo=gpu-next --target-colorspace-hint --gpu-api=vulkan --gpu-context=waylandvk -- %U
Here's a link to the topic on the Arch wiki: https://wiki.archlinux.org/title/HDR_monitor_support
TL;DR: Official support in a few months. But this is Linux, so you can get things sooner if you want to tinker.
-
Genuine question:
What's the point of a long password on Windows? I understand that you sometimes don't want people accessing your stuff, but at it takes to bypass that and someone access your files is booting off of a USB stick. Or do you perhaps use full disk encryption?
Most people are more worried about remote attackers than someone physically putting hands on their PC. But, yes, you should pretty much without exception be using full disk encryption.
It's very assholish of Microsoft to lock bitlocker behind the Pro license.
-
It's double speak.
It's like when they say "We value your privacy" it really means "Selling your data is worth a lot of money/value to me".
"User Security" means "We want to secure customers/users for our cloud services by forcing a login to a microsoft account"
-
I use that command partially because Microsoft accounts don't allow passwords as long as the password I like to use for my PC
Which suggests to me that MS stores plaintext passwords. Because a hash function doesn't care about the length of what it's hashing, the output will always be the same length, so they could verify a 300 character password with the same storage space as a 3 character password.
-
The command
OOBE\bypassnro
(.cmd) one types into the command prompt (after opening it with Shift+F10) for the bypass is the location of a batch file they will be removing. You can still do whatever it's doing (adding a registry key and restarting) by typing the command manually or providing a copy of the file on a USB drive. After a restart, the OS will check for the registry key AND lack of internet connection to provide the local account option.For the record, the contents of the file are
@echo off reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG\_DWORD /d 1 /f shutdown /r /t 0
Until they remove checking that reg key from all versions other than maybe enterprise. If they decide that running windows requires an MS online account, they can keep bumping up the difficulty of running it without whenever they want.