Sunday, March 14, 2010

Why don’t Windows keep my folder setting?

Click On reset All Folder The default only 400 folder if more than this write the file regedit to increase to 8000 folder

Write regedit file and save as bags8000.reg
Windows Registry Editor Version 5.00
--------------
bags8000.reg
--------------

[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags]

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell]
"BagMRU Size"=dword:00001f40

[HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam]
"BagMRU Size"=dword:00001f40

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSaveSettings"=dword:00000000
-----------------
Save aboveb file to “bags8000.reg”
Then run it click yet to apply

Click on Reset all folder before you search the hidden file

More link to http://www.kellys-korner-xp.com/top10faqs.htm

EnableUSBWrite.reg

Open Notepad by:Start>Run> type "notepad" then Enter>

Copy below message and Save to "EnableUSBWrite.reg"
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]"WriteProtect"=dword:00000000

Then Run that file

Why the folder still hidden? (Unhide Folder after clean viruses)

We have clean viruses already, why the folder still hidden?

Reason: When the viruses infected to your system it give the attribute of your folder as : SUPPER HIDDEN AND SYSTEM FILE OR READ ONLY. And the viruses know that we can view that Supper Hidden folder by : On the windows explorer click “ Tool” > “ Folder Option” > “ View” > scroll down and tick on ” Show Hidden files and folder “ and untick “ Hide Protected Operating System Files( Recommended) ” > Apply > Ok. So viruses will disable folder options, or Set the Supper Hidden in the Registry.

Solutions: Commandine to unhide the folder and files:
>Click start > run > type : ” cmd ” then type the command:
attrib d:\*.* /d /s -h -r -s

Note: “ d:” is your drive letter, You can change to specific drive you want.

**** How to show “ Folder Option”
Click start > run > type: regedit > browse to this path :
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
> Double click on the key name “ NoFolderOptions” and give the value =0
> log off or restart computer.