219
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
219 points (88.2% liked)
linuxmemes
21143 readers
1158 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
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
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
Isn't that just updating from the internet? What if you disconnect it?
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:
.