[SOLVED] psexec a user without password

Fye

May 9, 2019
12
0
10
Hello, im trying to remote a PC user with that doesn't have a password, the command goes like this:
psexec \\192.168.10.XXX -u administrator -p ???? -i -d calc.exe <<< example

but i cant get a grip of how to do it for a user without a password, how could it be done?

i tried the following :
1- Without -p >> i get prompted to enter a password
2: -p ~
3: -p ""
4: -p ''
5: -p "''"
all of them didn't work

appreciate the help.