Win10 control panel can not open how to do

  

win10 control panel can not open solution
1, press Win+R to open the run, enter the following path to enter
%SystemRoot%System32
2 Search for *.cpl in the System32 folder and some gadgets in the control panel will appear in the search results. Part of .cpl is added for third-party software, which adds its own entry in the control panel.

3. Repair the damaged .cpl file.
Double-click each .cpl file separately, and if you can't open the control panel, these files are corrupted. If the third party .cpl is damaged, just delete it. If the system comes with .cpl corruption, please use the following method to fix:
Run CMD as administrator, enter sfc /scannow, wait for the scan to complete. Then restart the system.
4, repair cpl file association.
New txt text file, copy the following text into the txt file, and rename the file to cpl.reg (remove the original txt suffix) to save. Double-click cpl.reg to import the registry.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT.cpl]
@=“cplfile”
&##>Generic”=“system”
[HKEY_CLASSES_ROOT.cplPersistentHandler]
@=  {098f2470-bae0-11cd-b579-08002b30bfeb}”
[HKEY_CLASSES_ROOTcplfile]
@=“Control Panel extension [HKEY_CLASSES_ROOTcplfileshell]
[HKEY_CLASSES_ROOTcplfileshellcplopen]
@=&ldquo Open with Control Panel 
[HKEY_CLASSES_ROOTcplfileshellcplopencommand]
@=“rundll32.exe shell32.dll, Control_RunDLL %1,%*”
[HKEY_CLASSES_ROOTcplfileshellrunas]
[HKEY_CLASSES_ROOTcplfileshellrunascommand]
@ =“rundll32.exe shell32.dll, Control_RunDLLAsUser %1,%*”

Copyright © Windows knowledge All Rights Reserved