全部博文(584)
windows DLL(13)
windows DDK(14)
windowst系统配置(4)
windows数据库编(22)
windows网络编程(3)
windows文件系统(32)
seamless(4)
windows错误信息(3)
windows组策略(1)
发布时间:2013-05-14 16:18:54
点击(此处)折叠或打开 //unicode编码下 HKEY hregkey; DWORD dwReturnValue = 0; CString strEnvironmentPath(_T("")); //环境变量值&nbs.........【阅读全文】
发布时间:2013-04-07 11:14:57
让xp 32位系统支持gpt分区硬盘我们知道32位的2003 sp2系统识别gpt分区,也能正常读取和写入。但是xp为什么不行呢? 我把优盘搞成gpt类型的分区,结果xp果然不认。但是我启动了ram2003后发现2003 sp2非常轻松的识别了我的优盘,拷贝数据,一切正常。既然这样,我就知道怎么让xp和2003一样支持gpt分.........【阅读全文】
发布时间:2013-01-16 10:58:36
1、法一:runas /profile /env /user:mydomain\admin "mmc %windir%\system32\dsa.msc"我感觉这种方法不靠谱。2、法二:通过manifest文件使VC应用程序获得管理员权限这种方法还不错[1]。<security><requestedPrivileges><requestedExecutionLevel level="requireAdministrator" uiAcces.........【阅读全文】