-
Recent Posts
Archives
Categories
Meta
Monthly Archives: October 2011
Run Process monitor remotely on Windows 7 via psexec
In order to account for session 0 isolation you need to use the following commands: psexec -s -i 0 \\computername c:\reskit\procmon /backingfile c:\temp\procmon /quiet and then to stop collection: psexec -s -i 0 \\computername c:\reskit\procmon /terminate It is critically important … Continue reading
Posted in Uncategorized
Leave a comment