在我看来,Windows和Linux是相通的,都是通过命令实现控制,只不过Windows图形化做得好,很多命令不用记,直接点按钮就实现了,而在日常Windows服务器维护管理工作中,多记些Windows命令还是很有好处的。比如,IE浏览器有问题了,我想打开IE属性页重置IE,可一双击IE图标马上系统就卡得不行或者IE浏览器干脆闪一下就退出了。这种情况其实我只想打开IE属性页,此时我运行inetcpl.cpl就可以
接下来,我把前不久发现的Windows的秘密分享给大家
先对照看下2008R2中英文控制面板
这个秘密就是运行[control /name microsoft.控制面板项名称]即可打开对应功能,例如运行control /name microsoft.ActionCenter会打开操作中心。
腾讯云的中文版Windows镜像是有英文可选的,运行intl.cpl后就可以设置显示英文,还可以再调回去。如法炮制,Server2012R2/2016系统的中英文界面你都能get到了。
如下是我摘录的一些Windows控制面板命令,参考https://docs.microsoft.com/en-us/previous-versions/bb757044(v=msdn.10)?redirectedfrom=MSDN
control.exe /name microsoft.folderoptions
启动资源管理器的 文件夹属性 选项卡
control.exe /name Microsoft.AdministrativeTools
管理工具
control.exe /name Microsoft.AudioDevicesAndSoundThemes
声音
control.exe /name Microsoft.AutoPlay
自动播放
control.exe /name Microsoft.Printers
设备和打印机
control.exe /name Microsoft.ColorManagement
颜色管理
control.exe /name Microsoft.ProgramsAndFeatures
程序和功能:添加/删除程序
control.exe /name Microsoft.DateAndTime
日期和时间
control.exe /name Microsoft.DefaultPrograms
默认程序
control.exe /name Microsoft.DeviceManager
设备管理器
control.exe /name Microsoft.SecurityCenter
操作中心
control.exe /name Microsoft.Fonts
字体
control.exe /name Microsoft.System
系统:查看Windows版本等
control.exe /name Microsoft.TaskbarAndStartMenu
任务栏和“开始”菜单属性
control.exe /name Microsoft.UserAccounts
用户帐户
control.exe /name Microsoft.WindowsDefender
启动Windows Defender
control.exe /name Microsoft.Keyboard
启动 键盘 属性 对话框
control.exe /name Microsoft.WindowsFirewall
Windows 防火墙
control.exe /name Microsoft.Mouse
鼠标 属性
control.exe /name Microsoft.NetworkAndSharingCenter
网络和共享中心
control.exe /name Microsoft.WindowsUpdate
Windows Update
其实Windows还有其他更好玩的命令,比如.cpl命令,举个sysdm.cpl的例子
①直接运行sysdm.cpl
②在前面加个control,运行control sysdm.cpl,,3就切到了第3个页签,比较有意思的是你直接运行SystemPropertiesAdvanced.exe也能打开系统属性“高级”页签,而运行SystemPropertiesRemote.exe可以打开“远程”页签
③其他简单命令,参考https://docs.microsoft.com/zh-cn/windows/win32/shell/executing-control-panel-items
control.exe admintools
control.exe schedtasks
control.exe userpasswords
control.exe netconnections
control.exe folders
control.exe color
control.exe date/time
control.exe international
control.exe mouse
control.exe keyboard
control.exe printers
control.exe fonts
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。