In my Windows XP SP1 the members of local Administrators group can only successfully execute the
NET USE LPT1 \\COMPUTERNAME\SHAREDPRINTER command. All other users are asked for username and password. When executing in the batch file it looks so:
c:\>net use LPT1 \\PC-215\Xerox
The password is invalid for \\PC-215\Xerox.
Enter the user name for 'PC-215': qwer
Enter the password for PC-215:
System error 5 has occurred.
Access is denied.
c:\>copy/b z:\HP_Fonts.866\TwB.txt \\PC-215\Xerox
1 file(s) copied.
c:\>pause
Press any key to continue . . .
The same batch file executes normally,
a) if it is started by the same user account from Windows 2000 workstation;
b) if the same user account is temporally included in the local Administrators group.
Is there some policy setting or something else to change that behavior? I can not stay inexperienced users as Administrators.
