Thanks for your reply. We cannot replace the bootstrap to w2k. problem is the
software running on the machine is build only for NT4 Server. So we cannot
upgrade to windows 2000. Is there any other way i can add more space on my
existing partition with any tools or methods.
Please advise.
> If you cannot rearrange the data, it's possible to overcome 7.8 GB
> system/boot partition limit by replacing NT4 bootstrap code and loader files
> with W2k-and-up versions.
Jetro - 12 Oct 2004 13:16 GMT
This is not an upgrade. You can think of it as of dual-boot system without
an actual second one and I doubt the software is so smart and checks a
bootstrap.
User-level applications have two options for determining the operating
system configuration. The first is just to read the ProductType Registry
value directly. The second is to call a native NT function,
RtlGetNtProductType(), that is in the ntdll.dll. When called for the first
time after a system boot, RtlGetNtProductType() reads the Product Type
Registry value and caches the result in an internal variable that it returns
to the caller. The internal variable is 1 if the Winnt string was read, 2 if
Lanmannt was read, and 3 if Servernt was obtained. Subsequent calls avoid
reading the Registry by returning the cached variable.