0
votes
1answer
22 views
Run PowerShell scripts on remote PC
I have installed PS 1.0 on a remote PC(RPC001). I used Windows Sysinternals
tool PSExec.exe to execute the following process on the remote:
PSExec \\RPC001 -u myID -p myPWD Power …
0
votes
2answers
42 views
Convert a Cygwin PID to a Windows PID
I have a process I spawn with a Cygwin shell script, and I am unable to kill it with the kill command. Even with the Cygwin kill with the -f option, I get this message:
kill: coul …
-1
votes
1answer
63 views
Is it possible to add a network drive to %PATH% environment variable
Hi,
I have a python script calling an exe file. The exe file can be in the same folder as that of the python script or in a network drive. Is it possible to call the exe if it is …
3
votes
1answer
123 views
Process Explorer - How does the dragabble crosshair work?
There is a feature in sysinternal's process explorer that allows a crosshair to be dragged from the application to a control in any other application you are running and highlights …
