PsFile – Windows CMD Command

Show files opened remotely, or close an open file (kill file locks)

Syntax
      psfile [\\Computer [-u User [-p Passwd]]]  [[Id | path]  [-c]]

Options:

   computer   The remote computer on which to list files. Default = local system 

              
   -p passwd  Specify a password for user (optional). Passed as clear text.
              If omitted, you will be prompted to enter a hidden password.

   -u user    Specify a username for login to remote computer(optional).

   Id         Identifier (as assigned by PsFile) of the file for which to display info or to close.

   Path       Full or partial path of files to match for information display or close.

   -c         Close the files identifed by ID or path.

   -accepteula Suppress the display of the license dialog.

Unlike the NET FILE command, PsFile does not truncate long filenames.

When launched for the first time, PsFile will create the regkey
HKCU\Software\Sysinternals\PsFile\EulaAccepted=0x01

Examples:

List all the files on \\workstationf4t that have been opened remotely:

psfile \\workstationf4t

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *