<!DOCTYPE html> <html> <head> </head> <body> <p><img style="display: block; margin-left: auto; margin-right: auto;" src="https://wiki/images/Immagini/2979299.png" alt="" width="499" height="212" /></p> <p>There are two places to look in the registry:</p> <ol> <li><strong>HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServices</strong> this path should contain <strong>gpsvc </strong>key (a folder), which is responsible for service parameters and configuration. I found that the key was intact, so, you do not touch anything here – just check that the key exists.</li> <li><strong>HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionSVCHOST</strong> This is the most important path you should look into, as it must contain the keys and values referred in the key #1. Below are descriptions what must be present there.</li> </ol> <ul> <li>There must be Multi-String value called <strong>GPSvcGroup</strong>. My laptop was missing it. So, you should create multi-string value named <strong>GPSvcGroup </strong>and assign it value <strong>GPSvc</strong>.</li> <li>Next, you must create a key (a folder) and name it <strong>GPSvcGroup</strong> – this key normally should be there, but, again, it was missin on my laptop.</li> <li>Then open newly-created <strong>GPSvcGroup </strong>folder and create 2 DWORD values:</li> </ul> <ol> <li>First called <strong>AuthenticationCapabilities </strong>and you must give it a value of 0x00003020 (or 12320 in decimal)</li> <li>Second is called <strong>CoInitializeSecurityParam </strong>and it must have value of 1.</li> </ol> <p>Once you complete all steps above, reboot the computer and the problem will be fixed.</p> </body> </html>
Subscribe
0 Comments
Oldest