Bigger Battles For People With 32 bit Operating Systems
Posted: Wed Jun 29, 2011 7:36 pm
If your computer has a great CPU and graphics card, but is running a 32 bit version of Windows, you may be able to increase its performance and play bigger battles by making one small change to your boot file. SOW is built so as to allow your computer to use 3GB of memory when running the game. However, by default, 32 bit Windows only allows 2GB of memory to be used with any program.
If your computer has 4GB or more of RAM then making this change may help. Below are instructions for making the change, based on the OS you are using. DO NOT do this if your computer has less than 4GB of RAM.
Windows 2000:
1. In Windows Explorer, navigate to the system partition. This is the partition that holds hardware specific Windows files such as Boot.ini and NTLDR.
2. If you cannot see the Boot.ini file, it could be because the folder options are set to hide protected operating system files. If this is the case, in the Explorer window, click Tools, Folder Options, and then click View. Clear the Hide protected operating system files (Recommended) check box. When prompted, click Yes.
3. After the Boot.ini file is visible in Explorer, right-click the file, click Open With, and then click Notepad to open the file.
4. Add the /3GB switch to the end of the line starting with "multi" under the [Operating Systems] section.
5. Save the changes and close Notepad.
6. Restart the computer for the change to take effect.
Windows XP, Server 2003:
1. Right-click My Computer and select Properties. The System Properties dialog box will appear.
2. Click the Advanced tab.
3. In the Startup and Recovery area, click Settings. The Startup and Recovery dialog box will appear.
4. In the System startup area, click Edit. This will open the Windows boot.ini file in Notepad.
5. In the [Operating Systems] section, add the following switches to the end of the startup line that includes the /fastdetect switch: /3GB
6. Save the changes and close Notepad.
7. Click OK two times to close the open dialog boxes, and then restart the computer for the change to take effect.
Windows Vista, Windows 7, Server 2008:
1. Open command prompt with Adminitrator rights. To do this, go to Programs, Accessories, right-click on Command Prompt and select "Run as Administrator."
2. Enter the following at the prompt and press enter:
Code:
bcdedit /set IncreaseUserVA 3072
3. Close the prompt and restart the computer.
If your computer has 4GB or more of RAM then making this change may help. Below are instructions for making the change, based on the OS you are using. DO NOT do this if your computer has less than 4GB of RAM.
Windows 2000:
1. In Windows Explorer, navigate to the system partition. This is the partition that holds hardware specific Windows files such as Boot.ini and NTLDR.
2. If you cannot see the Boot.ini file, it could be because the folder options are set to hide protected operating system files. If this is the case, in the Explorer window, click Tools, Folder Options, and then click View. Clear the Hide protected operating system files (Recommended) check box. When prompted, click Yes.
3. After the Boot.ini file is visible in Explorer, right-click the file, click Open With, and then click Notepad to open the file.
4. Add the /3GB switch to the end of the line starting with "multi" under the [Operating Systems] section.
5. Save the changes and close Notepad.
6. Restart the computer for the change to take effect.
Windows XP, Server 2003:
1. Right-click My Computer and select Properties. The System Properties dialog box will appear.
2. Click the Advanced tab.
3. In the Startup and Recovery area, click Settings. The Startup and Recovery dialog box will appear.
4. In the System startup area, click Edit. This will open the Windows boot.ini file in Notepad.
5. In the [Operating Systems] section, add the following switches to the end of the startup line that includes the /fastdetect switch: /3GB
6. Save the changes and close Notepad.
7. Click OK two times to close the open dialog boxes, and then restart the computer for the change to take effect.
Windows Vista, Windows 7, Server 2008:
1. Open command prompt with Adminitrator rights. To do this, go to Programs, Accessories, right-click on Command Prompt and select "Run as Administrator."
2. Enter the following at the prompt and press enter:
Code:
bcdedit /set IncreaseUserVA 3072
3. Close the prompt and restart the computer.