刚发现了一个郁闷的问题,就是My computer里面的Yuanjie's Documents指向了
C:\Documents and Settings\LocalService\My Documents\
而不是应该的:
C:\Documents and Settings\Yuanjie\My Documents\
这个问题的解决是手动修改注册表:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\DocFolderPaths]
"Yuanjie"="C:\\Documents and Settings\\LocalService\\My Documents"
改为:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DocFolderPaths]
"Yuanjie"="C:\\Documents and Settings\\Yuanjie\\My Documents"
(顺便说一下这种问题一半是因为杀毒软件或者硬盘fail引起的……)
No comments:
Post a Comment