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