rundll32 printui.dll problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i try tu use rundll32 printui.dll,PrintUIEntry with runas
but it doesn't work.

here my command

runas /user:toto "rundll
printui.dll,PrintUIEntry /dn /n\\machine1"


any idea
 
According to the syntax od RUNAS, the <user> you will use
must be like user@domain or domain/user...

try runas /user:toto@yourdomain .......
 
Back
Top