1.win10怎么添加右键菜单
具体方法:1、打开记事本,或在桌面先新建一个文本文档打开,然后复制以下注册表代码到记事本中;Windows Registry Editor Version 5.00[-HKEY_CLASSES_ROOT\*\shell\runas][HKEY_CLASSES_ROOT\*\shell\runas]@="获取超级管理员权限""Icon"="C:\\Windows\\System32\\imageres.dll,-78""NoWorkingDirectory"=""[HKEY_CLASSES_ROOT\*\shell\runas\command]@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F""IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"[-HKEY_CLASSES_ROOT\Directory\shell\runas][HKEY_CLASSES_ROOT\Directory\shell\runas]@="获取超级管理员权限""Icon"="C:\\Windows\\System32\\imageres.dll,-78""NoWorkingDirectory"=""[HKEY_CLASSES_ROOT\Directory\shell\runas\command]@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t""IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"[-HKEY_CLASSES_ROOT\dllfile\shell][HKEY_CLASSES_ROOT\dllfile\shell\runas]@="获取超级管理员权限""HasLUAShield"="""NoWorkingDirectory"=""[HKEY_CLASSES_ROOT\dllfile\shell\runas\command]@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F""IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"[-HKEY_CLASSES_ROOT\Drive\shell\runas][HKEY_CLASSES_ROOT\Drive\shell\runas]@="获取超级管理员权限""Icon"="C:\\Windows\\System32\\imageres.dll,-78""NoWorkingDirectory"=""[HKEY_CLASSES_ROOT\Drive\shell\runas\command]@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t""IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"2、然后右键另存为“管理员取得所有权.reg”,保存类型选择“所有文件”;3、双击创建好的reg文件,导入就可以了。
2.怎么添加鼠标右键的功能怎么添加
1、按Win+R,在输入框中键入regedit,点确定
2、打开注册表,打开路径HKEY_CLASSES_ROOT\*\shell
3、在shell上单击鼠标右键选择“新建”中的“项”,例如命名为:Thunder,再在Thunder上右键选择“新建”中的“项”,命名为command
4、点击command文件夹,双击右侧栏中的“默认”,在“数值数据”中输入,如"C:\Program Files\Thunder\Thunder.exe" "%1" ,其中C:\Program Files\VeryProxy\VeryProxy.exe为软件路径,可替换,其他保持不变即可。
3.Win10怎么给鼠标右键菜单添加图标
在Windows10系统右键菜单中添加“用记事本打开”菜单的方法方法一:增加Windows10系统中的注册表键项,可以在右键菜单添加“用记事本打开”菜单。
注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell 步骤:右键点击系统桌面左下角的“开始”,在开始菜单中点击“运行”;Win10右键菜单添加“用记事本打开”菜单的方法我们在打开的运行对话框中输入:regedit 命令,点击确定或者回车,打开注册表编辑器;Win10右键菜单添加“用记事本打开”菜单的方法在注册表编辑器窗口,依次展开:HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*;Win10右键菜单添加“用记事本打开”菜单的方法4在展开的“*”键项下找到:shell,右键点击shell,在右键菜单中点击:新建 - 项;Win10右键菜单添加“用记事本打开”菜单的方法5此时新建了一个“新建#1”的键项,右键点击:新建#1,在右键菜单中点击:重命名,命名为:notepad;。
4.win10系统怎么调整右键新建菜单
近期有用户反映,升级到win10系统后发现桌面右键菜单变宽了,很不习惯,询问是否可以调整右键菜单的宽度。方法是有的,我们可以通过修改注册表来调整右键菜单宽度,那么该如何操作呢?
在修改前请先备份好一份注册表,以免数据的丢失。
方法如下:
1、按Win+R键,打开运行,输入regedit,回车进入注册表编辑器;
2、至HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\FlightedFeatures,在右侧新建一个名为“ImmersiveContextMenu”的DWORD(32位)值;
3、双击打开ImmersiveContextMenu,将数据数值修改为“0”,重启资源管理器或注销重新登录即可。
5.如何给Win10右键增加获得管理员权限菜单项功能
如下的回答请参考:
具体方法:
1、打开记事本,或在桌面先新建一个文本文档打开,然后复制以下注册表代码到记事本中;
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\*\shell\runas]
[HKEY_CLASSES_ROOT\*\shell\runas]
@="获取超级管理员权限"
"Icon"="C:\\Windows\\System32\\imageres.dll,-78"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
[-HKEY_CLASSES_ROOT\Directory\shell\runas]
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="获取超级管理员权限"
"Icon"="C:\\Windows\\System32\\imageres.dll,-78"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
[-HKEY_CLASSES_ROOT\dllfile\shell]
[HKEY_CLASSES_ROOT\dllfile\shell\runas]
@="获取超级管理员权限"
"HasLUAShield"=""
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\dllfile\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
[-HKEY_CLASSES_ROOT\Drive\shell\runas]
[HKEY_CLASSES_ROOT\Drive\shell\runas]
@="获取超级管理员权限"
"Icon"="C:\\Windows\\System32\\imageres.dll,-78"
"NoWorkingDirectory"=""
[HKEY_CLASSES_ROOT\Drive\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
2、然后右键另存为“管理员取得所有权.reg”,保存类型选择“所有文件”;
3、双击创建好的reg文件,导入就可以了。
需要注意的是,使用该方法需要你已经开启了Administrator帐户的提前下使用
6.如何给Win10右键增加获得管理员权限菜单项功能
如下的回答请参考:具体方法:1、打开记事本,或在桌面先新建一个文本文档打开,然后复制以下注册表代码到记事本中;Windows Registry Editor Version 5.00[-HKEY_CLASSES_ROOT\*\shell\runas][HKEY_CLASSES_ROOT\*\shell\runas]@="获取超级管理员权限""Icon"="C:\\Windows\\System32\\imageres.dll,-78""NoWorkingDirectory"=""[HKEY_CLASSES_ROOT\*\shell\runas\command]@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F""IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"[-HKEY_CLASSES_ROOT\Directory\shell\runas][HKEY_CLASSES_ROOT\Directory\shell\runas]@="获取超级管理员权限""Icon"="C:\\Windows\\System32\\imageres.dll,-78""NoWorkingDirectory"=""[HKEY_CLASSES_ROOT\Directory\shell\runas\command]@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t""IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"[-HKEY_CLASSES_ROOT\dllfile\shell][HKEY_CLASSES_ROOT\dllfile\shell\runas]@="获取超级管理员权限""HasLUAShield"="""NoWorkingDirectory"=""[HKEY_CLASSES_ROOT\dllfile\shell\runas\command]@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F""IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"[-HKEY_CLASSES_ROOT\Drive\shell\runas][HKEY_CLASSES_ROOT\Drive\shell\runas]@="获取超级管理员权限""Icon"="C:\\Windows\\System32\\imageres.dll,-78""NoWorkingDirectory"=""[HKEY_CLASSES_ROOT\Drive\shell\runas\command]@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t""IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"2、然后右键另存为“管理员取得所有权.reg”,保存类型选择“所有文件”;3、双击创建好的reg文件,导入就可以了。
需要注意的是,使用该方法需要你已经开启了Administrator帐户的提前下使用。
7.Win10怎么给鼠标右键菜单添加图标
在Windows10系统右键菜单中添加“用记事本打开”菜单的方法
方法一:增加Windows10系统中的注册表键项,可以在右键菜单添加“用记事本打开”菜单。
注册表路径:HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell
步骤:
右键点击系统桌面左下角的“开始”,在开始菜单中点击“运行”;
Win10右键菜单添加“用记事本打开”菜单的方法
我们在打开的运行对话框中输入:regedit 命令,点击确定或者回车,打开注册表编辑器;
Win10右键菜单添加“用记事本打开”菜单的方法
在注册表编辑器窗口,依次展开:HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*;
Win10右键菜单添加“用记事本打开”菜单的方法
4
在展开的“*”键项下找到:shell,右键点击shell,在右键菜单中点击:新建 - 项;
Win10右键菜单添加“用记事本打开”菜单的方法
5
此时新建了一个“新建#1”的键项,右键点击:新建#1,在右键菜单中点击:重命名,命名为:notepad;
转载请注明出处windows之家 » win10右键功能如何增加