求助:写个bat删除C:\Windows\System32\DriverStore\FileRepository中文件夹。
写个bat删除C:\Windows\System32\DriverStore\FileRepository中文件夹,因为需要权限,单独写个删除不行,请试过给个详细答案。谢...
写个bat删除C:\Windows\System32\DriverStore\FileRepository中文件夹,因为需要权限,单独写个删除不行,请试过给个详细答案。谢啦。
展开
1个回答
展开全部
@echo off
%1 echo 正在请求管理员权限。。。&&mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close)&&exit
cd /d %SystemRoot%\System32\DriverStore\FileRepository
for /d %%a in (*) do rd /s /q "%%~a"
pause
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询