Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch File for logon script
Name: Garbu Date: February 9, 2004 at 01:51:33 Pacific OS: Windows 2000 CPU/Ram: Pentium IV / 1 Gg RAM
Comment:
Hi ! I am trying to do a logon script to delete temp files of all users of my domain.
Each user has a diferent name, so his local temp folder be as : "C:\Documents and Settings\Username\local settings"
Username is the name that they use to validate in the domain.
Then, i know that in batch files there are variables ( % ). What is the variable that contains username ??
Summary: Batch file is needed in the netlogon share of your server. Then reference the batch file in the user properties. The batch file should be your loginscript. Don't put the path to the batch file eith...
Summary: I have a logon script batch file that is part of a group policy for the entire domain within user configuration/logon scripts. Here it is: net use H: \\Server\Share pause exit When you add the batch...
Summary: Is there any way to write a batch file for a logon script that will distinguish between a machine logging in with Windows 2000 and Windows XP. As far as I can tell, both OS's use the same system vari...