Monday, November 12, 2007

View hidden files in Windows XP

困扰了我很久的问题,还曾经为此重装过系统,汗。。。。
缘起一个小病毒修改了注册表,导致不能再从文件夹选项中选取“显示所有文件和文件夹”

今天无意google到一篇文章,终于找到解决方法了,留博一篇以留念。

Go to the following registry key:
HKLM\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL

DELETE the value CheckedValue in the right window. (Its type should be REG_SZ and data should be 2.)

Now create a new DWORD value called CheckedValue (same as above, except that the type is REG_DWORD). Modify the value data to 1 (0x00000001).

键值类型是关键,以前也知道改这个键,但是不知道要改类型,所以一直解决不了,学艺不精啊。。。