gpt4 book ai didi

Windows 启动脚本仅部分运行

转载 作者:可可西里 更新时间:2023-11-01 10:46:38 24 4
gpt4 key购买 nike

在我的电脑中,我不停地运行着两个虚拟机。我已将计算机设置为在电源关闭时自动启动并且 scheduled a job在计算机启动时运行批处理脚本以启动这些机器(我的想法是无论我是否登录都运行脚本)。

有问题的脚本,vbox_script.bat

@echo off
cd "C:\Users\ME\Desktop"
echo "test test test test" >> testfile.txt
cd "C:\Program Files\Oracle\VirtualBox"
start /B VBoxManage.exe startvm "Ubuntu 10.04"
start /B VBoxManage.exe startvm "Win7_32b"
start /B VirtualBox.exe

testfile.txt 文件已创建,包含预期内容:

test test test test

但是找不到虚拟机。如果我手动打开 Virtual Box gui,它们都显示为已停止

另一方面,自己运行脚本,顺利启动虚拟机。

有没有办法让机器在电脑启动时自动运行?

注意:任务调度程序报告任务已完成且没有错误。

编辑 1: 正如@foxidrive 所建议的,我试过这个:

start "" VBoxManage.exe startvm "Ubuntu 10.04"
start "" VBoxManage.exe startvm "Win7_32b"
start "" VirtualBox.exe

但这没有用。

最佳答案

编辑:这里有关于在隐藏桌面中运行的计划任务的信息:https://serverfault.com/questions/251733/task-scheduler-runs-as-hidden-how-to-make-it-visible

试试这些命令:

start "" VBoxManage.exe startvm "Ubuntu 10.04"
start "" VBoxManage.exe startvm "Win7_32b"
start "" VirtualBox.exe

关于Windows 启动脚本仅部分运行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22040553/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com