当前位置: 移动技术网 > IT编程>脚本编程>VBScript > vbs实现右键菜单中添加CMD HERE

vbs实现右键菜单中添加CMD HERE

2017年12月12日  | 移动技术网IT编程  | 我要评论

调教女仆小游戏,我们都是害怕寂寞的人,电大职业技能实训平台

右键菜单中添加cmd here
复制代码 代码如下:

set wshshell=createobject("wscript.shell") 
wshshell.regwrite "hkey_local_machine\software\classes\folder\shell\cmd here\","" 
wshshell.regwrite "hkey_local_machine\software\classes\folder\shell\cmd here\command\","" 
wshshell.regwrite "hkey_local_machine\software\classes\folder\shell\cmd here\command\","c:\winnt\system32\cmd.exe /k cd %1","reg_sz" 
wscript.echo "操作成功" 
set wshshell=nothing 

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网