G
Guest
I have created a mandatory profile to be used when a user logs on. I also
wrote a simple batch file to automatically connect to a printer during logon.
In Active Directory I specified the batch file on the "Profiles" tab of the
user account.
When the user logs on, the mandatory profile appears to be in effect but no
printers were connected. The script looks like this:
c:\
rundll32 printui.dll,PrintUIEntry /in /n\\Antonelli01\HPLaserJ
rundll32 printui.dll,PrintUIEntry /y /n\\Antonelli01\HPLaserJ
I am connecting to this printer and setting it as the default.
Also, I tested this script from a client computer by running it directly and
it worked.
Finally, while testing the profile after logging on, I used the Add Printer
Wizard to try to connect to the printer and received the following message:
"You do not have sufficient access to the machine..."
So, how do I give the mandatory profile sufficient access so that the
printers are automatically connect during the logon process?
Thanks in advance.
wrote a simple batch file to automatically connect to a printer during logon.
In Active Directory I specified the batch file on the "Profiles" tab of the
user account.
When the user logs on, the mandatory profile appears to be in effect but no
printers were connected. The script looks like this:
c:\
rundll32 printui.dll,PrintUIEntry /in /n\\Antonelli01\HPLaserJ
rundll32 printui.dll,PrintUIEntry /y /n\\Antonelli01\HPLaserJ
I am connecting to this printer and setting it as the default.
Also, I tested this script from a client computer by running it directly and
it worked.
Finally, while testing the profile after logging on, I used the Add Printer
Wizard to try to connect to the printer and received the following message:
"You do not have sufficient access to the machine..."
So, how do I give the mandatory profile sufficient access so that the
printers are automatically connect during the logon process?
Thanks in advance.