Jump to content

Recommended Posts


Posted

Good utility.

By default, it installs to: C:\Program Files\Resource Kit

Since 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 off

inuse test.dll c:\winnt\system32\test.dll /y

inuse test2.dll c:\winnt\system32\test2.dll /y

inuse test3.dll c:\winnt\system32\test3.dll /y

shutdown /l /r /y

BTW, does it have anything to do with Windows file protection?

Thanks.

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