Hy all,
OK, i have a problem related with RDP user, printers and runas. My main language is not English but I will try explain the best i can.
We have a windows server 2003 installed with specific software, we have 4 different user that access that software via RDP and print with redirect printer to his office, so far so good.
Now the developer told me that i need to run the application as administrator so i create a batch file to runas the application as administrator (the RDP login is still the same user). My main problem now is that the application show all printers in the network, including other active remote printers and set one printer as default. Without runas it only showed me the user redirected ones.
I have tried to add to the batch file rundll32 printui.dll,PrintUIEntry /y /n "printername" but the name include the session and thats always random... depend which user logins first.
I know administrators and power user can always see all printers, is there a way to remove that option for a specific administrator account, that way i could create a "fake" admin account just to run the application as RUNAS.
Btw that server is in a Domain but the users are local server, not domain users.
Thanks for the help in advance.