Jump to content

Recommended Posts

Posted

how can i remove the sfc cache??

when you run start > run > cmd > sfc /purgecache

the 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.


Posted
how can i remove the sfc cache??

when you run start > run > cmd > sfc /purgecache

the 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?

Posted

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.

Posted

Add the following to WINNT.SIF:

[SystemFileProtection]
SFCQuota=0  
SFCScan=0

Then, in a .cmd file called at RunOnceEx or RunOnce, have the following lines:

rmdir /q /s %systemroot%\System32\DllCache
mkdir %systemroot%\System32\DllCache

That will clear you cache automatically.

Posted

thanks RaveRod :)

but i found a better way to do this.

put thise line in a *.cmd file

CLS

@ECHO off

ECHO. please wait...

start /wait %windir%\system32\sfc.exe /purgecache

ECHO

EXIT

thanks :rolleyes:

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...