windows工具打开命令

时间:2021-06-23 19:15:03
程序 命令 位置
记事本 notepad C:\Windows\system32
ping ping C:\Windows\System32
服务管理器 services.msc C:\Windows\System32
注册表编缉器 regedit C:\Windows
组策略编缉器 gpedit.msc C:\Windows\System32

说明:

1)Windows命令打开程序的原理:在当前路径下查找--在当前用户PATH环境变量下查找--在系统PATH环境变量下查找--找到第一个即停止。

2)Windows系统自带程序主要在C:\Windows\System32目录下;C:\Windows\SysWOW64下也有一套32位的。