hello there
i'm trying to increase the size of my personal folder stored locally on my laptop which i use for archival. I followed the instructions on this doc but get this registry error
http://support.microsoft.com/kb/832925/The decmal value entered is greater than the maximum value of a DWORD. Should the value be truncated in order to continue?
On Microsoft's site, I see this:
The maximum decimal value of a DWORD is 2 to the 32nd power minus 1. You have entered for a DWORD value a decimal number that exceeds this.
Which means I can only do a maximum size of 4294967295. How do I get around this to set the maximum size of my file to 20gb? Also, do my decimal values have to be a multiplier of 1024?
In fact, if someone could give me the appropriate values of MaxFileSize, WarnFileSize, MaxLargeFileSize and WarnLargeFileSize in decimal or HEX to support the maximum sizes, that would be highly appreciated
Thank you