你好!请问下我电脑桌面建的文件夹在属性裏改了图标后过了一下子怎麼又变回了黄色的默认文件图标呢?

以前就不会这样,就是昨天才发现的,请问是不是设置不对呢?

应该是机器的问题,你把垃圾文件清理一下在试试

@echo off
color 1b
title 一键清理系统垃圾文件
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\*.*"
cls
echo 系统垃圾清理完成。---island
echo. & pause

先把代码复制到记事本,然后保存为CMD文件,双击就可以
温馨提示:答案为网友推荐,仅供参考
第1个回答  2008-02-24
电脑有毒
第2个回答  2008-02-24
杀毒
相似回答