Windows 批处理文件删除 C:\Windows\Temp\*.* 拒绝访问
本帖最后由 一个账号 于 2019-11-18 20:10 编辑源代码:
@echo off
%1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit
del C:\Windows\Temp\*.* /s /f /q
pause
页:
[1]