:: Author: gx :: Date: 2024 :: Description: :: - 清空回收站。 @echo off %1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit cd /d "%~dp0" powershell.exe -Command "Clear-RecycleBin -Force -Confirm:$false" :: timeout /t 3 exit