Posted On March 31, 2019

Using Process Explorer

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Using Process Explorer
 Process Explorer shows you information about which handles and DLLs processes have opened or loaded.
  • Download Process Explorer from Microsoft site and run the program.
  • Click the Find menu, and choose Find Handle or DLL…
  • Type the file name (name of the file which is locked by some process.)
  • After typing the search phrase, click the Search button

Leave a Reply

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

Related Post

PowerShell: Maintain Windows Services Remotely via WinRM

# maintainServices.ps1 # FQDN of each computer name (required) $computerList=@' testWindows.intranet.kimconnect.com testWindows.dmz.dragoncoin.com '@ $serviceNames=@( 'windows_exporter',…

Domino Email Server Conversion

Lotus Notes has been considered legacy by IBM and the general IT world. It lacks…

Firewall-Cmd

# Show all zonesfirewall-cmd --get-zones# Show Active Zonesfirewall-cmd --get-active-zones# Show Trusted Zonefirewall-cmd --list-all --zone=trusted# Set…