使用批处理文件删除启动文件夹中的程序 (1.exe 和 2.exe)
@echo off echo Deleting '1.exe' and '2.exe' from Startup folder... del 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\1.exe' del 'C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\2.exe' echo Deletion complete.
原文地址: https://www.cveoy.top/t/topic/oY2C 著作权归作者所有。请勿转载和采集!