回复: 分区打不开了
谢谢各位帮忙,我已经解决问题了。方法如下:
1. start->run->cmd
2. d:
3. dir /a
you will see autorun.inf files in drive D, but even if you use Explorer to open Drive D, you still cannot see this autorun.inf, because this file is hidden and read only.
4. attrib autorun.inf -h -r -s
this commond is to show autorun.inf in Drive D, then you can see this file appear in Drive D
5. del autorun.inf
6. Do the same operation (Step2 to Step5) to delete autorun.inf in other drives.
7. restart the computer
everything is OK now.
WOWO