220
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 28 Oct 2023
220 points (88.2% liked)
linuxmemes
26440 readers
35 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. 🇬🇧 Language/язык/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
I think if you've connected to the net while installing you're done for. XD
You can bypass the network and MS account requirement using a registry entry. Thankfully, they included a handy script that will do it for you, located at
C:\Windows\System32\OOBE\bypassnro.bat
. The easiest way to run it isShift
+F10
during the OOBE. This should bring up Command Prompt.oobe\bypassnro
(no spaces, case insensitive).Bonus tips:
cnc
. You can change the displayed name (but not Users folder name) later. Read more about this in the last paragraph.winutil-main.zip
you get from this GitHub repo’s ZIP download onto your new PC. You can now eject and use your installation/recovery flash drive to transfer the file, it won’t interfere with its functionality. Follow instructions on the repo’s page for running it.Bonus trick for installation, which comes in handy before you start OOBE: Unlike Linux, when asked to select partition to install to, you cannot repartition your disk in the GUI. But you can do that from another OS, or even right there: press
Shift
+F10
to bring up Command Prompt, rundiskpart
and follow guides online on how to use it. What you want is the following partitions:You can change your username later but not paths like
C:\Users\cnc\AppData\Local\Temp
, spaces in which cause headaches. Also, move Documents, Downloads, Music, Pictures and Videos toD:
(look up how to do that).This is about how I go about doing a somewhat clean, safe install of Windows 11. No sus binaries involved. Yes, Linux is better and you should install it on its partition right away; then you can symlink your
home
folders toD:
.