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.

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