laurens Posted July 9, 2004 Posted July 9, 2004 how can i remove the sfc cache?? when you run start > run > cmd > sfc /purgecachethe cache off sfc will be empty.leave /purgecache for to see other options.but my question is how can i do this in a unatteneded windows xp installation??Laurens.
Solid as a rock Posted July 9, 2004 Posted July 9, 2004 how can i remove the sfc cache?? when you run start > run > cmd > sfc /purgecachethe cache off sfc will be empty.leave /purgecache for to see other options.but my question is how can i do this in a unatteneded windows xp installation??Laurens.;Disable Windows File Protection for using unofficial themes[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"SFCDisable"=dword:FFFFFF9D will disable the whole SFC. is this what u search for?
Denney Posted July 10, 2004 Posted July 10, 2004 [HKEY_LOCAL_MACHINE\Microsoft\Windows NT\CurrentVersion\Winlogon]"SFCScan"=dword:00000000"SFCQuota"=dword:00000000
laurens Posted July 10, 2004 Author Posted July 10, 2004 i know how you can disable sfc but there is a cache fo sfc on the hdd. i know how i can remove the cache but im looking for a automatich file someting like a cmd of vsb.
Denney Posted July 10, 2004 Posted July 10, 2004 Add the following to WINNT.SIF:[SystemFileProtection] SFCQuota=0 SFCScan=0Then, in a .cmd file called at RunOnceEx or RunOnce, have the following lines:rmdir /q /s %systemroot%\System32\DllCachemkdir %systemroot%\System32\DllCacheThat will clear you cache automatically.
laurens Posted July 10, 2004 Author Posted July 10, 2004 thanks RaveRod but i found a better way to do this.put thise line in a *.cmd fileCLS@ECHO offECHO. please wait...start /wait %windir%\system32\sfc.exe /purgecacheECHOEXITthanks
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now