Spoofing partitions
Why would you spoof partitions
In some games, such as Delta Force, spoofing partitions is required in order to bypass the HWID ban.
Spoofing partitions
HAVING A USB WITH WINDOWS INSTALLATOR IS REQUIRED
Download this file
Run the downloaded file.
IT WILL BLUESCREEN, OR FREEZE AND THEN BLUESCREEN YOUR PC, DONT WORRY, THATS OK.
After bluescreening boot up from your USB flash drive.
Upon booting up in the windows installator, click Repair your computer in the left bottom corner, or on newer versions of windows select Repair Windows option.

Select "Troubleshoot" in the windows repairment tool.

Click "Command prompt"

Type these commands in the following order into the opened CMD:
diskpart
list volume
Now, find the volume, which has your windows on it and its format type is "NTFS", after finding it type:
select volume *volume number*
Example:
select volume 0
YOU HAVE TO TYPE YOUR VOLUME NUMBER WITHOUT THE * *
Type this command:
assign letter=N
Find the volume, INFO row of which has nothing in it, and which has the second biggest size out of them all, its format type should be FAT32
It is okay for the FAT32 volume to have label and letter assigned to it. It is also okay for the fat32 volume to be non-existent, just skip part 10 and 11 if you do not have one.
Now type in:
select volume *volume number*
Example:
select volume 3
Type in:
assign letter=Z
Now type:
exit
In case if you have FAT32 volume type in:
bcdboot N:\Windows /s Z: /f UEFI
If you do not have one, then type in:
bcdboot N:\Windows
Now type in:
exit
And proceed to boot into the windows.
After booting up into the windows, press WIN + R and type in msconfig, go to boot tab, and remove all the windowses aside the one that is marked as "Default OS"
Thats it, now your partitions are spoofed.
Last updated