怎么做福利视频网站,爱彩人网站怎么做,有什么办法做自己的网站,海洋生态文明建设的网站名windows
windows 自动启动 指定程序(vmware 不可用)
选择“开始”按钮 #xff0c;然后滚动查找你希望在启动时运行的应用。右键单击该应用#xff0c;选择“更多”#xff0c;然后选择“打开文件位置”。 此操作会打开保存应用快捷方式的位置。 如果没有“打开文件位置”…windows
windows 自动启动 指定程序(vmware 不可用)
选择“开始”按钮 然后滚动查找你希望在启动时运行的应用。右键单击该应用选择“更多”然后选择“打开文件位置”。 此操作会打开保存应用快捷方式的位置。 如果没有“打开文件位置”选项这意味着该应用无法在启动时运行。文件位置打开后按 Windows 徽标键 R键入“shell:startup”然后选择“确定”。 这将打开“启动”文件夹。将该应用的快捷方式从文件位置复制并粘贴到“启动”文件夹中。
// C:\Users\XXX\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startupwindows 自动启动 bat 脚本
TODOwindows 自动启动 wmware
linux 发行版 systemd 自启动
linux 自动启动 sh 脚本
cat ~/bin/doc_web_start.sh // 要有执行权限
#!/bin/bash
python3 -m http.server --directory /home/pop/doc/dsp_user_guide/build/html --bind 0.0.0.0 8000 /dev/null 21$ cat /etc/systemd/system/doc.service
[Unit]
DescriptionMy Service Description
Afternetwork.target
StartLimitIntervalSec0[Service]
Typesimple
Restartalways
Userpop
ExecStart/home/pop/bin/doc_web_start.sh[Install]
WantedBymulti-user.targetsudo systemctl daemon-reload
sudo systemctl enable my_startup.service
sudo systemctl start my_startup.service