返回列表 发帖

[求助] 关于恢复System Volume Information文件夹的隐藏

中了1kb病毒之后,用了你们的软件,病毒是解决但是了之后System Volume Information这个系统文件夹就再也无法隐藏了,
我已经试过软件中选择恢复所有的文件夹隐藏属性,到百度知道上查,发现好多人遇到这个问题,有人甚至重装系统之后依然无法解决c盘之外的System Volume Information文件夹的隐藏。谁能告诉我怎么解决这个问题?

多谢您的提醒。这个如果要恢复隐藏需要使用命令行命令:attrib
比如要恢复C盘下的System Volume Information文件夹,则输入:
attrib +s +h "C:\System Volume Information"

TOP

回复 2# rensoft


    这样不行,我输入attrib +s +h "D:\System Volume Information"之后,提示拒绝访问

Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>
C:\Documents and Settings\Administrator>attrib +s +h "D:\System Volume Informati
on"
拒绝访问 - D:\System Volume Information
C:\Documents and Settings\Administrator>

昨晚我利用以前的备份把系统还原了一下,果然c盘的问题解决了,其他盘的还是解决不了

TOP

我也遇到了同样的问题,请高手帮忙.

TOP

还望管理员继续支招啊!!!俺会一直关注此贴

TOP

看来这个问题管理员整不了,刚我自己找到解决方法了,给上位哥们分享一下:

http://blog.csdn.net/huangjinjin520/archive/2010/06/16/5673341.aspx
看这个网页,人家说的很详细
问题我已经解决了

TOP

返回列表