mox Posted April 18, 2005 Posted April 18, 2005 Is there any way to stop windows from filling this folder (c:\windows\system32\dllcache) upon install? same question for c:\windows\inf\seems like a big waste of install time and harddrive space.
Slip400 Posted April 18, 2005 Posted April 18, 2005 i use a batch file to kill the cache@echo offecho.ECHO Purging DLL Cache...Please Waitstart /wait /SFC /purgecacheEXIT
mox Posted April 18, 2005 Author Posted April 18, 2005 yeah, i could easily purge it after windows boots, but is there a way to stop all those files from being copied over in the first place? seems like i'd be a big timeboost.
mox Posted April 18, 2005 Author Posted April 18, 2005 file protection is off.. deleting them is no problem, but that doesn't stop the files from getting cached anyway, or stop xp from installing backup drivers in folders like windows\inf
RyanVM Posted April 18, 2005 Posted April 18, 2005 You could always hack sfcfiles.dll to not protect the files
mox Posted April 18, 2005 Author Posted April 18, 2005 ahh.... excellent idea, thank you. thank you for the hotfix pack as well, i am very grateful.any ideas on what prompts windows to back up all those drivers and such?
BlueMe Posted June 4, 2005 Posted June 4, 2005 Much Simple ..Add To U're Winnt.sif This :[SystemFileProtection]SFCQuota = 0
Sonic Posted June 4, 2005 Posted June 4, 2005 BlueMe you're tight, SFQuota keep DLLCache empty ...But full disable WFP is a must ! After you can delete xerox in prgram files , OE , and MEssenger without problem , it's more clean
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now