Manual method
The Registry is maliciously modified by viruses. Here are the solutions:
Find
HKEY_LOCAL_MACHINE/software/Microsoft/Windows/CurrentVersion/Explorer/advanced/folder/hidden/showall branch. Double-click the checkedvalue in the window on the right. The key value must be 1. if the value is not 1, change it to 1.
If your settings still do not work, let's take a look.
Some Trojans set their own properties as hidden and system properties, delete the "Hide protected operating system files in Folder Options" and the "show all files and folders" option in the registry, so that procexp can be seen in the process, however, the source file cannot be found in the directory where the file is located and cannot be deleted.
In this case, you can store the following content as the showall. reg file, and double-click the file to import it to the Registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE/software/Microsoft/Windows/CurrentVersion/Explorer/advanced/folder/hidden/nohidden]
"Regpath" = "software // Microsoft // windows // CurrentVersion // explorer // advanced"
& Quot; text & quot; = & quot; @ shell32.dll,-30501 & quot"
"Type" = "radio"
"Checkedvalue" = DWORD: 00000002
"Valuename" = "hidden"
"Defaultvalue" = DWORD: 00000002
"Hkeyroot" = DWORD: 80000001
"Helpid" = "shell. HLP #51104"
[HKEY_LOCAL_MACHINE/software/Microsoft/Windows/CurrentVersion/Explorer/advanced/folder/hidden/showall]
"Regpath" = "software // Microsoft // windows // CurrentVersion // explorer // advanced"
& Quot; text & quot; = & quot; @ shell32.dll,-30500 & quot"
"Type" = "radio"
"Checkedvalue" = DWORD: 00000001
"Valuename" = "hidden"
"Defaultvalue" = DWORD: 00000002
"Hkeyroot" = DWORD: 80000001
"Helpid" = "shell. HLP #51105"
[HKEY_LOCAL_MACHINE/software/Microsoft/Windows/CurrentVersion/Explorer/advanced/folder/superhidden]
"Type" = "checkbox"
& Quot; text & quot; = & quot; @ shell32.dll,-30508 & quot"
"Warningifnotdefault" = "@ shell32.dll,-28964"
"Hkeyroot" = DWORD: 80000001
"Regpath" = "software // Microsoft // windows // CurrentVersion // explorer // advanced"
"Valuename" = "showsuperhidden"
"Checkedvalue" = DWORD: 00000000
"Uncheckedvalue" = DWORD: 00000001
"Defaultvalue" = DWORD: 00000000
"Helpid" = "shell. HLP #51103"
[HKEY_LOCAL_MACHINE/software/Microsoft/Windows/CurrentVersion/Explorer/advanced/folder/superhidden/policy]
[HKEY_LOCAL_MACHINE/software/Microsoft/Windows/CurrentVersion/Explorer/advanced/folder/superhidden/policy/dontshowsuperhidden]
@ = ""
Procedure:
1) create a file in Notepad
2) copy the preceding content to the new notepad file.
3) save it as show. Reg from the notepad file menu.
4) double-click the stored showall. reg file and click the button in the pop-up dialog box.
Note: The above method is effective for Win2000 and XP