Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: gemartiPosted on 2008-05-13 at 09:13:11ID: 21556510
Check in a command window to verify that PATH is actually gone:
Click START | RUN | Enter: CMD
in the CMD window enter:
SET
Press the keyboard's ENTER key. This command will list all of the environment variables on your system.
How to add PATH variable back:
Open a command window and enter the command SET PATH=[string] where [string]=the folders you want to direct the path variable to. Since your other machines have the PATH variable you can send the string information from one of those machines to a text file with SET PATH > PATH.txt then use that text to populate the PATH variable on the machines that have lost thier data.
You may be able to determine what happened to the PATH variable in the event viewer logs but I doubt it.
I doubt that a group policy setting removed the environment variable PATH.