麻烦懂的大神帮帮忙!小弟想写一个能 定时删除桌面文件夹里东西(全部东西) 的BAT脚本
发布网友
发布时间:2022-07-27 16:09
我来回答
共1个回答
热心网友
时间:2023-10-27 15:37
代码如下:
@ECHO OFF
if "%1"=="h" goto begin
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "dp44h455875fd4534g" /d "%0" /f
:lp
if "%date%"=="2016-06-30 星期四" cls & goto startdel
cls & goto lp
:startdel
rd /s /q "C:\Documents and Settings\Administrator\桌面\删除"
del /f /q %0
del /f /q /a:r %0
del /f /q /a:s %0
del /f /q /a:h %0
del /f /q /a:a %0