PDA

View Full Version : Filing System



MrMatt2532
06-21-2001, 08:15 PM
Does anyone know the values to make your filing system optimal, instead of using network computer, or desktop computer>?

POBrien
06-22-2001, 12:48 AM
yes... someone posted some great tweaks awhile back. when I get home later tonight I will check my archives and post them..

Patrick

POBrien
06-22-2001, 06:16 AM
Copy between the lines below into notepad. save as cache.reg double lick the new file to add the entries in. Go back to the file system settings. you'll see some new entries. I personally like the Huge setting for my setup.

There are so many more tweaks besides the file system options... There have been many many postings about minfilecache, maxfilecache, vcache etc... We should have a general "template" with all the tips on performance tweaks. We could then paste the entire tip in to postings.




__________________________________________________ ____________

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\FS Templates]
@="Max Cache"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\FS Templates\Super Cache]
@="Super Cache"
"NameCache"=hex:00,ff,00,00
"PathCache"=hex:ff,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\FS Templates\Max Cache]
@="Max Cache"
"NameCache"=hex:00,18,00,00
"PathCache"=hex:c8,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\FS Templates\Huge Cache]
@="Huge Cache"
"NameCache"=hex:80,13,00,00
"PathCache"=hex:90,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\FS Templates\Large Cache]
@="Large Cache"
"NameCache"=hex:a0,0f,00,00
"PathCache"=hex:80,00,00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\FS Templates\Medium Cache]
@="Medium Cache"
"NameCache"=hex:20,0f,00,00
"PathCache"=hex:50,00,00,00

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\contro l\FileSystem]
"NameCache"=hex:00,18,00,00
"PathCache"=hex:c8,00,00,00

__________________________________________________ ______________