Hi guys,
I need your help to solve my problem.
I have Windows 2008 R2 Terminal Server with Remote App. I delivered a .rdp file to all network clients (windows 7) for my app and all is working fine except for printer. Every time that clients connect to remote app their default printer is redirected and set as the default printer, but I need to set only the local printer of the terminal server.
I tried to solve the problem setting the following script on startup folder (all users) with no luck:
Set WshNetwork = WScript.CreateObject("WScript.Network")
PrinterPath = "HP LaserJet M9050 MFP"
WshNetwork.SetDefaultPrinter PrinterPath
I also tried configuring a GPO linked to OU which cointains the Terminal Server:
Computer Configuration > policies > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Printer Redirection
Do not allow client printer redirection: Enabled
Do not set default client printer to be default printer in a session: Enabled
The terminal server owns all roles for Remote Desktop Connection...
I also tried to modift the .rdp client file with the option "redirectprinters:i:0" with no luck...
Have you any suggestion to solve my problem, please?
Thanks,
Marco