I just got a new laptop with Windows XP SP2 and joined it to my domain at home. However, when I log in with a domain account the login script won't run until I log back out and back in again. If I ...
In an Active Directory environment, you can create a logon script that can be applied to user accounts that automatically goes to work once a user logs in. Logon scripts can be used to assign tasks ...
You will perform tasks at both the DOMAIN server and the SAS/CONNECT local host or the SAS/SHARE client when you connect to a SAS/CONNECT remote host or a SAS/SHARE server. Tasks to Perform at the ...
Here is the bat file in sysvol\domain\scripts:<BR><BR>net use p: \\server1\public<BR>net use g: \\server2\graphics<BR><BR>The first mapping works fine. <BR><BR>The second is the one I just added and ...