These instructions will guide you through the process of creating a bootable USB drive from the provided AbsoluteWindows.iso file, installing the Windows build from that USB drive, and updating both Windows and applications from the Windows Store.
WARNING: The USB drive will be formatted during this process, so be sure to backup any important files before proceeding.
- Download AbsoluteWindows.iso
- Insert a USB flash drive with a minimum of 8GB capacity into your computer.
- Download and install the Rufus tool to create a bootable USB drive.
- Open Rufus and select your USB drive from the "Device" dropdown menu.
- Click the "Select" button next to "Boot selection" and choose the AbsoluteWindows.iso file.
- Select "MBR" partition scheme and "BIOS or UEFI" target system, then click the "Start" button.
- Rufus will format the USB drive and create a bootable drive from the ISO file.
NOTE: The following steps may vary depending on your computer's hardware and configuration.
- Insert the bootable USB drive into your computer and restart your computer.
- Press the key to access the boot menu (usually F12, but this can vary depending on your computer).
- Select the USB drive from the boot menu and press Enter to boot from the USB drive.
- Follow the on-screen prompts to install the custom Windows build.
- If you encounter an error message stating "Windows cannot be installed to this disk. The selected disk is not of the GPT partition style," you will need to convert your hard drive to the GPT file system before installing Windows. In this case, you can follow the steps below:
- While in the installation menu, press Shift + F10 to open the Command Prompt.
- Type "
diskpart
" and press Enter to open the DiskPart utility. - Type "
list disk
" and press Enter to display a list of available disks. - Type "
select disk <disk number>
" (replace<disk number>
with the number of the disk you want to convert) and press Enter. - Type "
clean
" and press Enter to remove all partitions from the disk. - Type "
convert gpt
" and press Enter to convert the disk to the GPT partition style. - Close the Command Prompt and click the "New" button to create a new partition to use as reserved storage, confirm creating additional partitions.
- Continue with the installation process.
- If you encounter any errors during the installation process, don't worry! It's common to experience errors while installing Windows files. Simply redo the installation process again and the issue should be resolved.
- Once the installation is complete, you may remove the USB drive.
- Connect to the internet.
- Open the Microsoft Store app and go to "Library".
- Click "Get updates" to download and install any available updates for Windows and applications.
- Open Windows Settings and go to the Windows Update section.
- Click "Check for updates" and install any necessary updates for Windows, security updates, drivers, and other components.
- In Windows Update, go to Advanced options.
- (Optional) Enable "Receive updates for other Microsoft products" if desired.
- Look for the "Optional updates" section and install any additional updates that you need.
- Wait for all installations to complete.
- Restart your computer if needed.
After completing the above steps, you may want to:
- Activate your Windows license.
- Install any necessary drivers for your hardware components that were not installed automatically during the Windows installation process.
- Install any additional programs or applications that you need for your work or entertainment.
You can use winget to install many popular software packages easily.
- If Windows doesn't display video thumbnails, just download the codec pack with:
"
winget install CodecGuide.K-LiteCodecPack.Basic
" - If Windows doesn't display Startup apps, make sure these folders exist:
"
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
" "%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
"
Congratulations, you have successfully installed and updated your Absolute Windows! Enjoy <3