我无法删除Windows 10的“启动”文件夹中的文件

时间:2018-12-04 16:49:25

标签: batch-file

到目前为止,我已经可以在Startup文件夹中轻松解决了。为了使一个基本的脚本与我的朋友打成一片,我决定分一部分编写一个脚本,以删除之前的一个脚本。

copy "Song2.exe" "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\Song2.exe" >nul
del "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\Song1.exe" >nul
copy "Part3.exe" "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\Part3.exe" >nul
shutdown.exe /r /t 00
del %0

但是,经过测试,我发现它拒绝从Startup删除操作-直到现在还没有发生。

有什么想法吗?

0 个答案:

没有答案