Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. My guess is your computer's Path statement got messed up.
  2.  
  3. To check it open a Command Prompt and type: Set <hit Enter>
  4.  
  5. You should see included:
  6.  
  7. Path C:\WINDOWS\system32
  8.  
  9. To edit the Path to correct it select Start, right click My Computer, select Properties. Next select the Advance tab, and Environment Variables button, and select the Path variaible listed under System Variables.
  10.  
  11. When editing it should include:
  12.  
  13. %SystemRoot%\system32
  14.  
  15. Which translates to something like:
  16.  
  17. C:\WINDOWS\system32
  18.  
  19. Each entry included in the path must be seperated by a semicolon.
  20.  
  21. Good luck.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement