Home > Software engineering >  64 program, access to a 64 - bit WIN10 registry errors, to look at
64 program, access to a 64 - bit WIN10 registry errors, to look at

Time:02-10

 
LPCTSTR lpKey="FEATURE_BROWSER_EMULATION";
Hkeys hk;
//DWORD dwDisposition;
Wstring STR=L "SOFTWARE \ \ Microsoft \ \ Internet Explorer \ \ the Main \ \ FeatureControl \ ";
STR +=lpKey;
If (RegOpenKeyEx (HKEY_LOCAL_MACHINE, STR c_str (), 0, KEY_WRITE, & amp; Hk)!=ERROR_SUCCESS)
{
MessageBox (NULL, L "open registry failed!" , L "Error", 0);
}

I run the program, the old tip open registry failed! , why? Administrator permissions for me there is no this hint,
Don't need to increase the administrator permissions, but each time you open the program option with administrator privileges, too much trouble, can solve in the program,

CodePudding user response:

Bypass uac

CodePudding user response:

https://www.anquanke.com/post/id/216808
  • Related