代码拉取完成,页面将自动刷新
::schtasks /CREATE /XML .\AltSnap.xml /TR "%~dp0AltSnap.exe"
:: If you do not want to use the xml file you can use:
:: schtasks.exe /CREATE /TN "AltSnap" /TR "%~dp0AltSnap.exe" /SC onlogon /RL highest /DELAY 0:10
:: However AltSnap will be killed after 3 days by default.
:: The only way not to have this autokill is to use an xml file.
:: Make sure to adjust the path to the AltSnap executable in the AltSnap.xml file.
@echo =======================================================================================================
@echo = Setup Scheduled task for elevated AltSnap auto-start without UAC prompt =
@echo = Make sure you are running this from an elevated shell =
@echo = Default AltSnap executable location is %%APPDATA%%\AltSnap\AltSnap.exe =
@echo = Adjust the executable location in AltSnap.xml file if AltSnap is installed in a different location =
@echo = If you do not want to continue, close the window or hit Ctrl+C =
@echo =======================================================================================================
@echo Going to run command:
@echo schtasks.exe /CREATE /XML .\AltSnap.xml /TN "AltSnap" %1 %2 %3 %4 %5 %6 %7 %8 %9
@pause
schtasks.exe /CREATE /XML .\AltSnap.xml /TN "AltSnap" %1 %2 %3 %4 %5 %6 %7 %8 %9
@pause
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。