Windows 的默认 PATH 系统变量?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19779856/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 11:03:24 来源:igfitidea点击:
Default PATH system variable for Windows?
提问by Timtech
I've accidentally messed up the PATH
variable in Windows and I'm wondering if anyone could provide the default for me.
我不小心弄乱了PATH
Windows 中的变量,我想知道是否有人可以为我提供默认值。
采纳答案by Eric Brown
My freshly installed Windows 8.1 has the following value in PATH
:
我新安装的 Windows 8.1 在 中具有以下值PATH
:
C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;
回答by Hyman Zhang
%JAVA_HOME%\bin;C:\oraclexe\app\oracle\product.2.0\server\bin;%ANT_HOME\bin;%JAVA_HOME%\bin;C:\Oracle\bin;C:\Informatica.1.0\DataTransformation\bin;C:\Informatica.1.0\clients\tools\datadirect;C:\Informatica.1.0\clients\DeveloperClient\bin;C:\Informatica.1.0\clients\java\jre\bin\server;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\Lenovo;C:\Program Files (x86)\Perforce;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Intel\Services\IPT\;C:\Program Files (x86)\Lenovo\Access Connections\;C:\Program Files (x86)\Git\cmd
This is mine, I think you modify it based on the software you installed.
这是我的,我想你根据你安装的软件修改它。