Win10常用cmd bat批处理优化功能(reg)
Win10常用cmd bat批处理优化功能
3,Win10的右键菜单中加入“以其他用户身份运行”,而不是通过shift键+右键的组合:
Windows Registry Editor Version 5.00
;让Win10【开始菜单】和所有全部的程序(exe,msc)右键默认显示“以其他用户身份运行(F)”这个选项
;方式一:让Win10【开始菜单】里的程序显示以其他用户身份运行
;手工调整{gpedit.msc 打开组策略编辑器,然后展开 用户配置 - 管理模板,选择管理模板下的 “开始”菜单和任务栏,在右边区域找到 在“开始”中显示“以其他用户身份运行”,双击它,更改设置为“已启用”,确定。}
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\Explorer]
"ShowRunAsDifferentUserInStart"=dword:00000001
; 方式二: 让Win10系统里的【所有全部的程序】的右键默认显示“以其他用户身份运行(F)”这个选项 (*.exe, *.msc)
[HKEY_CLASSES_ROOT\exefile\shell\runasuser]
"Extended"=-
[HKEY_CLASSES_ROOT\mscfile\shell\runasuser]
"Extended"=-
··
人生只若初见................

浙公网安备 33010602011771号