Your ads will be inserted here by
Easy AdSense Lite.
Please go to the plugin admin page to paste your ad code.
I recently found when trying to issue a wmic query on a remote system with psexec (1.98) it would hang and not display results.
The solution is to redirect STDIN to NUL.
psexec \\computer cmd /c "wmic path win32_usbcontroller < NUL:"
I found this solution on Sysinternals forums from June 2011.