我的电脑里回收站有个文件删除不了,一点还原或者是删除电脑就运行特别缓慢,只能 重启 怎么回事情
发布网友
发布时间:2022-04-29 17:20
我来回答
共6个回答
热心网友
时间:2023-10-22 23:45
复制以下内容到记事本(开始-附件-记事本),另存为"完全清空回收站.bat",保存类型选所有文件,存好后双击运行即可.
@echo off
for %%i in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do (
for %%j in (recycler recycled $recycle.bin) do (
if exist %%i:\%%j rd /s /q \\?\%%i:\%%j
)
)
pause
goto :eof
热心网友
时间:2023-10-22 23:45
下 360卫士 清理看看
热心网友
时间:2023-10-22 23:46
对使用360就行
热心网友
时间:2023-10-22 23:46
到安全模式里面去删,还删不掉就是毒了,吧文件名贴到百度里搜一下,看看有没有专杀
热心网友
时间:2023-10-22 23:47
在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去(黑色部分),点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJ.bat”,就完成了。记住后缀名一定要是.bat,ok!你的垃圾清除器就这样制作成功了!
双击它就能很快地清理垃圾文件,大约一分钟不到。
======就是下面的文字(这行不用复制)=============================
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系统LJ完成!
echo. & pause
热心网友
时间:2023-10-22 23:48
我以前遇到过这种情况是把U盘里面的东西删除到回收站里,然后就拔出了U盘,这样回收站里就出现了这么一种情况,我建议你把常用的U盘插上,然后再清空回收站,可能就好了
热心网友
时间:2023-10-22 23:45
复制以下内容到记事本(开始-附件-记事本),另存为"完全清空回收站.bat",保存类型选所有文件,存好后双击运行即可.
@echo off
for %%i in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do (
for %%j in (recycler recycled $recycle.bin) do (
if exist %%i:\%%j rd /s /q \\?\%%i:\%%j
)
)
pause
goto :eof
热心网友
时间:2023-10-22 23:45
下 360卫士 清理看看
热心网友
时间:2023-10-22 23:46
对使用360就行
热心网友
时间:2023-10-22 23:46
到安全模式里面去删,还删不掉就是毒了,吧文件名贴到百度里搜一下,看看有没有专杀
热心网友
时间:2023-10-22 23:47
在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去(黑色部分),点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJ.bat”,就完成了。记住后缀名一定要是.bat,ok!你的垃圾清除器就这样制作成功了!
双击它就能很快地清理垃圾文件,大约一分钟不到。
======就是下面的文字(这行不用复制)=============================
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系统LJ完成!
echo. & pause
热心网友
时间:2023-10-22 23:48
我以前遇到过这种情况是把U盘里面的东西删除到回收站里,然后就拔出了U盘,这样回收站里就出现了这么一种情况,我建议你把常用的U盘插上,然后再清空回收站,可能就好了