Windows 11 Installation
-
Create Perfect Round Number Hard Drive Partitions
Step 1: Decide on your partition size For this example, I want a 2TB partition and a 500GB partition. Step 2: Convert your target to MB Each of the next few steps varies depending on the size of your target partition. TB x 1,000,000 = MB Example: 2 TB x 1,000,000 = 2,000,000 MB GB x 1,000 = MB Example: 500 GB x 1,000 = 500,000 MB Step 3: Convert to mebibytes Due to the difference between how Windows and hard drive manufacturers report the size of a kilobyte/kibibyte (beyond the scope of this how-to), you must convert to mebibytes. TB in MB x 1.048576 = MiB Example: 2,000,000 MB x 1.048576 = 2,097,152 MiB GB in MB x 1.024 = MiB Example: 500,000 MB x 1.024 = 512,000 MiB Step 4: Compensate for partition overhead As is you will end up just short of your target. Add extra bytes to your result. TB in MiB + 4.096 KB = Total MiB Example: 2,097,152 MiB + 4,096 KB = 2,101,248 MiB GB in MiB + 1,024 KB = Total MiB Example: 512,000 MiB + 1,024 KB = 513,024 MiB
-
Resizing EFI partition during Windows 11 installation
-
Proceed until the "disks screen"
-
Shift+F10 to open a command prompt
-
diskpart list disk select disk <N> create partition efi size=4096 # MB exit
-
Close the command prommpt
-
Do not forget to hit the Refresh on the "disks screen"
-
-
Installing Windows 11 Without a Microsoft Account AKA take control of you user name.
-
Follow the install process until you get to the "choose a country" screen
-
Shift+F10 to open a command prompt
-
Disable the Internet connection requirement
OOBE\BYPASSNRO
-
The computer will reboot
-
Shift+F10 to open a command prompt
-
Disable the Internet
ipconfig /release
-
Continue with the installation until the "networks screen"
-
I donโt have Internet
-
Continue with limited setup
-
Select your user name on the "Whoโs going to use this device?" screen
-
Select your password on the next screen
-