CR的代码文本

all for learning about the world
  订阅 订阅  :: 管理

2013年12月9日

摘要: win7 x64,需要open的时候加上KEY_WOW64_64KEY。lRet = RegOpenKeyEx(HKEY_LOCAL_MACHINE, "Software\\Microsoft\\Windows NT\\CurrentVersion", 0, KEY_ALL_ACCESS | KEY_WOW64_64KEY, &hk); 阅读全文

posted @ 2013-12-09 18:15 mumuliang 阅读(1430) 评论(6) 推荐(0) 编辑

摘要: 一、windows7 x64,uac会阻止copyfile到c:/windows。提示拒绝访问。[会引起uac提示的3种情况:Administrator access token checks."All access" access requests in system protected locations.Data writing to protected locations, such as %ProgramFiles%, %Windir%, and HKEY_LOCAL_MACHINE\Software.]需要将程序性的UAC Executioin Level设置为 阅读全文

posted @ 2013-12-09 14:26 mumuliang 阅读(4668) 评论(0) 推荐(0) 编辑