In the latest Windows 11 preview build, Microsoft removed the “bypassnro” command, which let users skip signing into a Microsoft Account when installing Windows.
-
This post did not contain any content.
Apple does this.
Microsoft is now doing this.
I wonder how long until Google start doing it with Android
This future is so fucking dystopian
-
https://www.reddit.com/r/linux/comments/1buhnrs/is_ventoy_safe_in_light_of_xzliblzma_scare/
It's basically a security nightmare.
Oh geez..
-
This post did not contain any content.
I put this in another thread:
It's not a big deal. They're removing the bypassnro.cmd script, which is just this:
@echo off
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0
You can still use shift-F10 at the same point, type those two lines (not the @ECHO OFF), and it will achieve the same result.
-
I discovered recently that they make the regular ISOs hard to access too. It didn't want to let me download it from a linux machine.
But there's always a way to access this stuff.
What are the legal issues?
licensing. both if you don't plan to buy it, and if you do, because as I understand it's hard to obtain, and maybe hard to keep too
-
Apple does this.
Microsoft is now doing this.
I wonder how long until Google start doing it with Android
This future is so fucking dystopian
Arent they already for official OEM ROMs?
-
Arent they already for official OEM ROMs?
Really?
I've used Samsung and Motorola Android phones, I can set them up offline.
I assume every other OEM is the same.
-
How the hell are we supposed to install it without a Internet connection? I worked in a company that was so hard on security that only certified machines were allowed access to the net, so virtual machines were not allowed to access the LAN and therefore the Internet. Generally not a problem as we just used them to test software on different OS versions, so no Internet required.
This change disallows all offline installs. What is their gain? Are they that keen on our data or are they planning to use the connection to a Microsoft account for something even worse than just selling personal information?
I could think of a few reasons and none are nice...I used the iso modification tool from the GitHub for ChrisTitus before installing with good results
-
I put this in another thread:
It's not a big deal. They're removing the bypassnro.cmd script, which is just this:
@echo off
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0
You can still use shift-F10 at the same point, type those two lines (not the @ECHO OFF), and it will achieve the same result.
So you're telling me 2% of new Window's users won't be forced to make an account? Neat!
This is not about the technically savvy. The populace is being conditioned into not owning what they purchase. This will in turn make everyone's life worse.
-
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"
My favorite iteration of the first point is "we take your privacy seriously" to "we take your privacy. seriously."
-
We’re removing the bypassnro.cmd script from the build to enhance security and user experience of Windows 11. This change ensures that all users exit setup with internet connectivity and a Microsoft Account.
Any windows fanboy cares to explain how this supposedly enhances a user's security?
The spin on requiring an internet connection being phrased as 'ensures all users exit setup with internet connectivity' is amazing too.
It increases security ^of the Microsoft share price^
-
Apple does this.
Microsoft is now doing this.
I wonder how long until Google start doing it with Android
This future is so fucking dystopian
You can still very easily use macOS without an Apple ID or iCloud account, actually. You lose out on iMessage, FaceTime and the App Store, basically. But that’s about it. And they don’t nag you about it ever again unless you try to send an iMessage or what have you.
On iOS and Android it’s effectively a requirement though, because App Store / Google Play. Phone is not too useful if you can’t install any apps.
-
I put this in another thread:
It's not a big deal. They're removing the bypassnro.cmd script, which is just this:
@echo off
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0
You can still use shift-F10 at the same point, type those two lines (not the @ECHO OFF), and it will achieve the same result.
I will copypaste your comment next time people complain linux is hard to learn.
-
Not how it works. You don't attempt to guess the hashed password, you guess a password which then is hashed
What's stored is hash(password). Then the password check is stored == hash(entered).
Hash(x) will be the same length, regardless of what x is. What that length is depends on which hash function it is. So the database can set the length of its storage for each user's password to the length of the hash and the hash function will take any size password.
-
licensing. both if you don't plan to buy it, and if you do, because as I understand it's hard to obtain, and maybe hard to keep too
That site's ai protection won't let me through. But if the issue is needing a legitimate license them I'm sure that can be overcome in other ways.
-
I mean, yes, but...what the fuck
same i had no idea
-
My 1st desktop had Windows 95 on it. It worked OK. A few years later, I bought a laptop pc with WindowsME (Millennium Edition), and it became the last Windows product I've owned. A work colleague installed Windows 2000 on that laptop, and it worked for a couple months, until I got my "blue screen of death."
At that time, they started selling the ePC notebooks, available with WindowsXP or Linux (the XanderOS) I stepped out of my comfort zone, and got the XanderOS variant, and have had Linux computers since. I'm currently using Mint on an old Panasonic CF-30, and Ubuntu on 2 laptops built by System 76.
My wife likes Mac, but I'm not a fan. My kids get a pretty rounded experience, between using their moms Mac, their dads 2 variants of Linux, and their Chromebooks at school.
-
That site's ai protection won't let me through. But if the issue is needing a legitimate license them I'm sure that can be overcome in other ways.
it needs cookies and scripts. but it's just a reddit frontend, feel free to replace the domain with reddit.com or an other redlib instance
-
did you ever PC game at all? If so, I'm curious what you did for work around. The main thing holding me back right now from jumping into the linux world before the end of Win10 support is how much I game and use Premier Pro and Photoshop.
I just installed Linux Mint out of curiosity parallel to Windows on my tower.
I was suprised, that everything (drivers, bluetooth, dual monitors,...) worked out of the box- and since valve has strong support for Linux nowerdays due to their adaptions for the steamdeck, steam was already offered to be installed from the sw center.
I was able to install and successfully play games without any issues.
So from a gamers perspective: it is worth to invest the ~two hours setup time to give it a try
-
This post did not contain any content.
Are people shocked that windows keeps removing things that allow the os to be usable and debloated?
Copilot recording your screen will be a non optional feature before win11 is over.
-
I put this in another thread:
It's not a big deal. They're removing the bypassnro.cmd script, which is just this:
@echo off
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE /v BypassNRO /t REG_DWORD /d 1 /f
shutdown /r /t 0
You can still use shift-F10 at the same point, type those two lines (not the @ECHO OFF), and it will achieve the same result.
Its not a big deal the same way cancelling adobe subscription is not a big deal.