当我的系统路径已经太长时如何更改?

sav*_*sav 23 windows windows-7 path

在 Windows 7 中,我的系统路径太长。我想对其进行编辑,以便删除一些不需要的路径。但是,当我单击高级系统设置时...

[窗口标题] %windir%\system32\systempropertiesadvanced.exe

[内容] Windows 找不到“%windir%\system32\systempropertiesadvanced.exe”。确保您输入的名称正确无误,然后重试。

[好的]

由于路径现在太长,我不能再编辑路径了....

还有其他方法可以编辑系统路径吗?

编辑

我在 regedit 中找到了它 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\Path

现在我只需要知道一条健康的道路应该是什么样子......

小智 17

或者,您可以显式启动系统尝试启动的可执行文件

%windir%\system32\systempropertiesadvanced.exe

可以在文件夹中找到

c:\windows\system32\systempropertiesadvanced.exe(系统驱动器和 windows 文件夹可能有所不同)

然后就可以方便的修改环境变量中的路径了。


sav*_*sav 7

该路径位于注册表中

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\Path

路径应包含

%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem

\Windows\System32\WindowsPowerShell\v1.0\

更改完成后,我需要重新启动计算机