Quote:
Originally Posted by DerMo
Also, has anybody tried the 32bit system workaround on XP?
...
When i enter "bcdedit /set IncreaseUserVA 3072" (without quotes) in the commands promt (as admin) i get the message -can not be found-
|
This is for 64 bit systems..
For 32 bit systems you need the following:
go to the root of your system disk (C:\ by default)
open up boot.ini with notepad (backup first)
you should to edit it like this one (in
yellow)
Quote:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional RU" /execute /fastdetect/3GB /userva=3072
|