Is it possible to execute a Windows shell command on a remote PC when I know its login name and password? Is it possible to do it using client PC\'s Windows shell?
You can use native win command:
WMIC /node:ComputerName process call create “cmd.exe /c start.exe”
The WMIC is part of wbem win folder: C:\Windows\System32\wbem