源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

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

  • 时间:2020-05-06 05:11 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:vbs实现右键菜单中添加CMD HERE
右键菜单中添加CMD HERE
[u]复制代码[/u] 代码如下:
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 
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部