Denney Posted September 14, 2004 Posted September 14, 2004 I don't *think* this has been posted before but I found a nifty little utility from Microsoft called "inuse.exe".It will replace any files that are currently inuse. I think it only replaces them on next restart though but still, makes things a lot easier.Syntax is:inuse.exe SOURCE DESTINATION /yYou can get it http://support.microsoft.com/default.aspx?...kb;EN-US;228930
mazin Posted September 14, 2004 Posted September 14, 2004 Good utility.By default, it installs to: C:\Program Files\Resource KitSince we only need the file "inuse.exe", I put it in C:\Windows\System32, instead.So, I can use a batch to replace files. This example is mentioned in inuse_d.html:@echo offinuse test.dll c:\winnt\system32\test.dll /yinuse test2.dll c:\winnt\system32\test2.dll /yinuse test3.dll c:\winnt\system32\test3.dll /yshutdown /l /r /yBTW, does it have anything to do with Windows file protection?Thanks.
Denney Posted September 14, 2004 Author Posted September 14, 2004 I actually have no idea. I always have WFP disabled.
BeenThereB4 Posted September 14, 2004 Posted September 14, 2004 A simple search would reveal that inuse.exe has been mentioned many times. We have known about it for quite some time. A refresher for newbies though.
mazin Posted September 14, 2004 Posted September 14, 2004 A refresher for newbies though.Thanks. B) Was there additional info about it on other threads?
Denney Posted September 14, 2004 Author Posted September 14, 2004 FYI... inuse.exe is only mentioned twice and not explained. That's why I posted this. To explain what it does.
dekaranger Posted September 14, 2004 Posted September 14, 2004 Thank you, I've been looking for this. :-)
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