Make sure your login scripts are running

Make sure your login scripts are running

I just installed Windows XP to a PC, and when I go to My Computer I can't see the other shared directories -- (P for programs, S for Shared files, etc.) -- but I can see the H Home directory which is exclusive to the operator. I'm a novice at this so hopefully it will be a very simple solution. Thank you!

    Requires Free Membership to View

    When you register, you’ll also receive targeted alerts from my team of editorial writers and independent industry experts with the latest news, tips, and advice to help you do your job more efficiently and effectively. Our goal is to keep you informed on the hottest topics and biggest challenges faced by IT professionals today working with desktop management and security technologies.

    Margie Semilof, Editorial Director

    By submitting your registration information to SearchEnterpriseDesktop.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchEnterpriseDesktop.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

This sounds like your login scripts are not running. The home directory is provided by the user account properties. However, any other drive mappings that need to occur should be handled via the appropriate login script. I would check on the "Profile" tab of the user properties to ensure that a login script is there and then verify the existence of the login script in the Netlogon share of the domain controllers. If it doesn't exist, you will need to create it. I recommend using Windows Scripting Host/VBS files for login scripts due to the incredible robustness of them. Check out here for a ton of great scripting resources.

This was first published in January 2005