The Chrome browser of Win8 system prompts "no registration class" SOLUTION
When a user opens a Chrome browser under the Win8 system, a prompt window appears, indicating that “chrome.exe does not have a registration class ". This is because some components of the Chrome browser are not registered, so the Chrome browser cannot be opened. What should I do if such a problem occurs? Let's take a look at the solution.
The method is as follows:
1. Check the installation location of Chrome. C: \ Program Files (x86) \ Google \ Chrome \ Application \ under Win8.1 X64. Write down the folder with the number, for example 47.0.2526.80.
2. The following key values are found in the registry:
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ ChromeHTML \ shell \ open \ command]
@ = "\" C: \ Program
Files
(X86) \ Google \ Chrome \ Application \ chrome.exe \ "47.0.2526.80 \" % 1 \ ""
"DelegateExecute" = "{5C65F4B0-3651-4514-B207-D10CB699B14B }"
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ Wow6432Node \ CLSID \ {5C65F4B0-3651-4514-B207-D10CB699B14B} \ LocalServer32]
@ = "\" C: \ Program
Files
(X86) \ Google \ Chrome \ Application \ 47.0.2526.80 \ delegate_execute.exe \ ""
"ServerExecutable" = "C: \ Program
Files
(X86) \ Google \ Chrome \ Application \ 47.0.2526.80 \ delegate_execute.exe"
3. Change the character similar to 47.0.2526.80 to the value recorded in step 1.
4. In this way, whether it is fixed to the taskbar or sent to the desktop shortcut, it is normal.
If the above method is invalid, try:
Delete DelegateExcute in the Registry HKEY_CLASS_ROOT/Chrome/. exe/shell/open/command.
The above is the solution to prompt "no registration class" in the Chrome browser of win8 system. I hope this will help you.