Hello
Im'using this instruction for getting the default printer
pDefaultPrinter = $setting("", "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\Device", "REGDATA")
The user connect in TSE without the "local resources" setup for printer
I just implement the connexion with this option and my problem is that the $settings returns me the name of
printer wich is in use when this option is not set up
instead of the printer name I intend to get : HPxxxx (redirection of x)
(I hope this is clear)