Does anyone know how to force a login script to ask for user name and password to connect networkdrives and printers to a non network computer i am using a .bat file for drives and VBScript for printers i.e.
net use U: /home
net use H: /d
net use H: \\DOMAINSERVER\common
net use I: /d
net use I: \\DOMAINSERVER\engineering
net use N: /d
net use N: \\DOMAINSERVER\Logs
net use R: /d
\\DOMAINSERVER\netlogon\scripts\jocks.vbs
call \\DOMAINSERVER\netlogon\dns\regdns.bat
now i need another element to make it ask for UN & Pass
Please help