Jump to content

remove sfc cache.


Recommended Posts

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.

Link to comment
Share on other sites


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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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