Ask Your Question
1

As an administrator, how can I change the system variable path in Windows 10 if I am unable to do so?

asked 2021-07-10 11:00:00 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-12-10 07:00:00 +0000

david gravatar image

If you are unable to change the system variable path in Windows 10 as an administrator, follow these steps:

  1. Open Registry Editor by pressing Win+R and typing regedit in the Run dialog box.

  2. Navigate to Computer\HKEYLOCALMACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment.

  3. Right-click on Path and select Modify.

  4. In the Value data field, add the path that you want to include in the system variable path, separated by semicolons (;).

  5. Click OK and close the registry editor.

  6. Open a command prompt, type echo %PATH%, and press Enter. You should see the updated path.

  7. Restart your computer for the changes to take effect.

Note: Changing the system variable path in this way may not work for all applications. Some might still require the path to be updated in the usual way through the System Properties dialog box.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-07-10 11:00:00 +0000

Seen: 9 times

Last updated: Dec 10 '21