alpiny

创建vbs脚本放到开机启动目录:

set ws=createobject("wscript.shell")
ws.run """C:\Program Files (x86)\VMware\VMware Workstation\vmrun.exe"" start ""d:\Virtual Machine\Vmware VMs\Windows 10 x64\Windows 10 x64.vmx"" nogui",0
wscript.quit

Windows10开机启动目录位于:

%appdata%\Microsoft\Windows\Start Menu\Programs\Startup

 

转载于:http://ju.outofmemory.cn/entry/340687

分类:

技术点:

相关文章:

  • 2022-01-11
  • 2022-02-01
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
猜你喜欢
  • 2021-12-09
  • 2021-12-10
  • 2021-07-07
  • 2021-08-30
  • 2021-11-27
  • 2022-01-11
  • 2021-12-15
相关资源
相似解决方案