L Lynn Jul 2, 2006 #1 Hi, Anyone has the code to list the applications that are running on a remote computer? thanks
? __ Jul 26, 2006 #2 Try this: wmic /node:theothercomputer process .... assuming the WMI permissions are all okay from where you are at.
Try this: wmic /node:theothercomputer process .... assuming the WMI permissions are all okay from where you are at.