Tagged Questions
2
votes
1answer
60 views
Use winexe to start a Windows process
When I'm on Windows I use PsExec to start processes on other Windows machines. I now have the case that I want to do that from a Linux machine.
Fortunately there is winexe, a small program which ...
2
votes
3answers
1k views
Pop up a message or run a program on remote windows 7 computer so currently logged on user can see it
How can you pop up a message or run a program on remote computer so the currently logged on user can see it.
We have done this on WinXP, but these don't work with Win7.
at.exe \\computername time ...
1
vote
1answer
2k views
start exe in a Remote Session with PsExec
I would like to start an application remotely. I am using the following PsExec command:
PsExec \\computerOne -u Domain\User1 -p 123456 -x "C:\Windows\System32\calc.exe"
I tried to use -i so that ...
0
votes
1answer
719 views
What's the best way to telnet from a remote Windows PC without using RDP?
Three Networks:
10.1.1.0 - Mine
172.1.1.0 - My Branch Office
172.2.2.0 - My Branch Office's VOIP VLAN.
My PC is on 10.1.1.0. I need to telnet into a Cisco router on 172.2.2.0. The 10.1.1.0 network ...
0
votes
2answers
2k views
psexec and xcopy error 4
I am trying to use xcopy on a remote machine with psexec but i keep getting an error 4 and would love some brainstorming as to why that error might come up. The actual error says:
Invalid drive ...
0
votes
3answers
3k views
Send a batch file to a Windows machine, and execute it
I know PsExec is perfect for sending files over a computer on a network and then execute it on that remote computer, however I can't use PsExec because I'm developing a piece of software and I can't ...
4
votes
4answers
5k views
How a batch file runs on a remote machine started by PSEXEC
I am having an issue running a Batch file on a remote machine suing PSEXEC.
The file runs but does not run like it does when run through remote desktop.
The batch runs a file which is a 32 bit ...