vote up 0 vote down star
1

I know Windows Vista (and XP) cache recently loaded DLL's in memory...

How can this be disabled via the command prompt?

flag

3 Answers

vote up 4 vote down check

The only thing you can do is disable SuperFetch, which can be done from the command prompt with this command (there has to be a space between the = sign and disabled).

sc config Superfetch start= disabled

There is a myth out there that you can disable DLL caching, but that only worked for systems prior to Windows 2000. [source]

link|flag
vote up 1 vote down

Perhaps it would be helpful to know why you want to do this and then try to help solve the original problem...

link|flag
vote up 0 vote down

Windows does not cache recently used DLLs in memory.

It does cache the contents of the files in the file cache, like it would normally do with data files.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.