• To enable 4GT, use the BCDEdit /set command to set the increaseuserva boot entry option to a value between 2048 (2 GB) and 3072 (3 GB).
  • Bunu düzeltmek için bcdedit/set IncreaseUserVa 3072 komutu kullanılmalı imiş. Fakat bu kod sonucunda RAM'in yanabileceğini söylediler.
  • The BCEdit /set increaseuserva Megabytes command can specify any value between 2048 (2 GB) and 3072 (3 GB) megabytes in decimal notation.
  • YouTube'dan biraz araştırdım herkes CMD yerine BCDEdit /set ıncreaseuserva 3072 kodunu yazmamızı söylüyor, bu kod ne işe yarar ve bu kodu yazarsam...
  • 5. Step If you decide that this messes up your system RAM usage too much you can delete the option by entering: bcdedit /deletevalue IncreaseUserVa.
  • If you wish to revert the changes to default numbers, use the command bcdedit /deletevalue increaseuserva.
  • There is this windows setting "BCDEDIT /set IncreaseUserVa 3000" which allows me to change a memory splitting.
    • is my understanding correct? i.e. setting IncreaseUserVa meaningful in my use case?
    • what is the current value of IncreaseUserVa ? Since its entry is not shown, is it set to the
    • Assuming so, is the default value 2Gb ?
  • The value for IncreaseUserVa is a BcdOSLoaderInteger so the command to set this would be ... bcdedit /set {GUID} IncreaseUserVa 3.