Sometimes we need to make some optimizations in the registration table of PE so that we can use it more conveniently, here are a few ways to optimize the settings:
1. Right-click Add Command Prompt and open with Notepad
Windows Registry Editor Version 5.00
[Hkey_local_machine_softwareclassesfoldershellcmd]
@= "Command Prompt"
[Hkey_local_machine_softwareclassesfoldershellcmdcommand]
@= "cmd.exe/k" CD%l ""
[Hkey_local_machine_softwareclasses*shellnotepad]
@= "Open with Notepad"
[Hkey_local_machine_softwareclasses*shellnotepadcommand]
@=hex (2): 6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,20,00,25,00,31,00,00,00
2. Show common tasks on the left
Windows Registry Editor Version 5.00
[Hkey_local_machine_defaultsoftwaremicrosoftwindowscurrentversionexplorer]
"ShellState" =hex:24,00,00,00,33,28,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
01,00,00,00,0d,00,00,00,00,00,00,00,00,00,00,00
[hkey_local_machine_defaultsoftwaremicrosoftwindowsshellnoroamduibagsshellfolders{ f3364ba0-65b9-11ce-a9ba-00aa004ae837}]
"Expanddetailstasks" = "1"
[hkey_local_machine_defaultsoftwaremicrosoftwindowscurrentversionexploreradvanced]
"WebView" =dword:00000001
Please add Duser.dll and Shellstyle.dll to the System32.
3. My Computer displays the control Panel and enforces the classic style
Windows Registry Editor Version 5.00
[Hkey_local_machine_defalutsoftwaremicrosoftwindowscurrentversionexplorerhidemycomputericons]
"{21ec2020-3aea-1069-a2dd-08002b30309d}" =dword:00000000
[Hkey_local_machine_defalutsoftwaremicrosoftwindowscurrentversionpoliciesexplorer]
"Forceclassiccontrolpanel" =dword:00000001
4, shutdown default check restart
Windows Registry Editor Version 5.00
[Hkey_local_machine_defaultsoftwaremicrosoftwindowscurrentversionexplorer]
"Shutdown Setting" =dword:00000004
If change to 01 is the default shutdown
5. Right-click Disk to increase the disk check
[Hkey_local_machine_softwareclassesdriveshellchkdsk]
@= "Disk Check"
[Hkey_local_machine_softwareclassesdriveshellchkdskcommand]
@= "cmd.exe/k CD%l&title disk check &echo y|chkdsk/f/x"