U
Unleaded Petrol
As you probably know WinXP is notorious for detecting the amount of L2 cache
on the processor. Out of necessity, I have created two reg files to boost
the speed of the machines:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\MemoryManagement]
"SecondLevelDataCache"=dword:00000200
for 512K cache e.g. for AMD's barton processor and
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\MemoryManagement]
"SecondLevelDataCache"=dword:00000100
for 256K cache (most other modern CPUs)
How do I create a batch file to not only detect the CPU type, but to execute
the correct .reg file based on the detection. I'm not new to batch files,
but this one has my thinking cap on. Thanks.
on the processor. Out of necessity, I have created two reg files to boost
the speed of the machines:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\MemoryManagement]
"SecondLevelDataCache"=dword:00000200
for 512K cache e.g. for AMD's barton processor and
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\MemoryManagement]
"SecondLevelDataCache"=dword:00000100
for 256K cache (most other modern CPUs)
How do I create a batch file to not only detect the CPU type, but to execute
the correct .reg file based on the detection. I'm not new to batch files,
but this one has my thinking cap on. Thanks.