简体   繁体   English

如何在Windows 8的路径中添加C:\\ windows \\ system32?

[英]How to add C:\windows\system32 to path on Windows 8?

Just checked my path ... noticed that C:\\windows\\system32 was not present. 刚刚检查了我的路径...发现C:\\windows\\system32不存在。

How can I add this to my path variable, since setx isn't a recognized command? 由于setx不是可识别的命令,如何将其添加到路径变量中? I'm using Windows 8.1 Enterprise if that helps. 如果有帮助,我正在使用Windows 8.1 Enterprise。

PATH=%PATH%;c:\windows\system32

would work at the command line. 将在命令行下工作。 This will only change it until the command shell exists. 这只会更改它,直到命令外壳存在。

If you go to user accounts and your account I think there is edit environment variables on the left. 如果您转到用户帐户和您的帐户,我认为左侧是编辑环境变量。 This will change it for all subsequent sessions. 这将为所有后续会话更改它。

Consider not changing it permenantly 考虑不永久更改

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Windows路径不包含C:\\ WINDOWS \\ system32,可以使用批处理脚本添加它吗? - Windows path doesn't contain C:\WINDOWS\system32, can I add it using batch script? 假设路径C:\ WINDOWS \ system32始终存在是否安全? - Is it safe to assume that the path C:\WINDOWS\system32 always exists? os.path.exists 无法识别 C:\Windows\system32\drivers 下的子目录 - os.path.exists does not recognize a subdirectory under C:\Windows\system32\drivers 如何将 Anaconda 管理员(提升的)命令控制台启动到 Windows 10 UserProfile 目录,而不是“c:\Windows\System32” - How to launch Anaconda Administrator (elevated) Command Console into the Windows 10 UserProfile directory, NOT "c:\Windows\System32" C++ 重命名文件@C:\\Windows\\System32\\Drivers - C++ Rename File @ C:\Windows\System32\Drivers Puppet 无法在 C:\\windows\\system32 文件夹中创建文件 - Puppet is not able to create files in C:\windows\system32 folder c:\\ windows \\ system32 \\ dns删除.dns文件 - c:\windows\system32\dns deleting .dns file Autorunning Delphi Programm 运行在 C:\\windows\\system32 - Autorunning Delphi Programm runs in C:\windows\system32 拒绝访问路径“C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache\Content.IE5” - Access to the path 'C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache\Content.IE5' is denied 如何防止 java.exe 安装在 Windows 的 system32 中? - How to prevent that java.exe is installed in Windows' system32?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM