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.
Login script to windows 2000
Name: kaan_fu Date: February 20, 2009 at 01:49:50 Pacific OS: Windows 2000 Subcategory: General
Comment:
Hello there!
I am trying to create login script to my users and i seriously need help. A CMD script that does following.. if username starts with letters "test" (we have several usernames with test123**), than map network drives and add network printers..
SO this is my code now:
If %username% == "test" goto MAPPINGS else goto end
:MAPPINGS net use e: \\server\folder rundll32 printui.dll PrintUIEntry /in /n\\server\printername
Summary: 1. I am using group policy to add registry entries to prevent the auto update of Sun Java Runtime Environment. I need to add registry entries at both startup and login. 2. Since I have pretty limited ...
Summary: I am not sure how to do this... and I looked all over the internet for an answer. So I came to the pro's!!! You!! I am not sure if this is a login script or not... if so...can you help me figure ou...