Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
5k views

Run batch file on remote computer using PSExec and continue execution, don't wait for remote process to end

I would like to run a program (a batch file with an infinite loop inside) on a remote host using PSEXec, and continue execution afterwards. My problem is that when I run a command like: psexec -d -u ...
Erik's user avatar
  • 1,447
0 votes
0 answers
1k views

PSEXEC wont run exe

I am trying to execute an exe on a remote machine with PSEXEC but it wont run. It only works if I spawn a CMD window with PSEXEC and execute the .exe that way: PSEXEC.exe \\<machine_name> cmd ...
MeMario's user avatar
1 vote
0 answers
2k views

Can't access server with username that has spaces

I amn trying to test out how PsExec work. However, even when I'm trying to simply send a 'echo Hello', with the correct password and everything, it says that couldn't access the other computer. Here'...
MarcolinoIM's user avatar
1 vote
0 answers
4k views

localStorage IE 11 does not work

I have a problem with running sites that used localStorage. I connect to Windows Server 2012 R2 and open IE using cmd with simple site that has access to local storage and all works fine. Then I ...
Igor Nesterov's user avatar
3 votes
1 answer
7k views

Cannot connect to remote computer on private network via PsExec

I have two computers connected to a router. Both have PsExec in sys32. Files and Printer sharing are enabled and firewall exception is disabled for PsExec. On first computer in Command Prompt I ran: ...
Wiszen's user avatar
  • 33
3 votes
2 answers
25k views

PsExec: The user name or password is incorrect

I know there are similar questions to this. But none of them resolved my problem and asking it as a new question. I tried psexec to remotely execute the following example code. psexec \\192.168.1.70 ...
Hwathanie's user avatar
  • 151
11 votes
1 answer
14k views

Does Psexec execute Remote Procedure Calls?

I've heard of RPCs and that they get executed via TCP port 135. I just executed ipconfig via psexec.exe on a remote PC and wondered if this is a RPC. As I've seen in Wireshark, the whole process is ...
JohnnyFromBF's user avatar
  • 5,028