无尽之无奈

工作为了活着,活着为了享受。如何工作,如何享受? 活着只是副产品。现在享受工作,以后享受生命。
  • Vista UAC编程: 以管理员权限运行程序 - [Windows]

    2008年07月04日

    <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
    <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
        <security>
          <requestedPrivileges>
           <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
          </requestedPrivileges>
        </security>
    </trustInfo>
    </assembly>

    手工添加manifest

         mt -manifest test.exe.manifest -updateresource:test.exe;1    

         mt -manifest test.dll.manifest -updateresource:test.dll;2

    Tag:UAC manifest
    HCUP 发表于16时16分25秒 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • runas admin and shield (vista uac) - [Windows]

    2008年07月04日

    Introduction
    User Account Control or UAC for short. You've seen the screenshots and maybe even tried it in action. The screen turns dark and you can only interact with a single dialog: it asks for your administrative consent to perform some sort o...
    Tag:windows Vista UAC
    HCUP 发表于16时08分48秒 | 阅读全文 | 评论 0 | 编辑 | 分享 0
  • Windows Vista for Developers——第四部分:用户帐号控制(User Account Control,UAC) - [Windows]

    2008年07月04日

    作者:Kenny Kerr

    翻译:Dflying Chen

    原文:http://weblogs.asp.net/kennykerr/archive/2006/09/29/Windows-Vista-for-Developers-_1320_-Part-4-_1320_-User-Account-Control.aspx

    请同时参考《Windows Vista for Developers》系列。 

    ...
    Tag:Windows Vista UAC
    HCUP 发表于15时30分26秒 | 阅读全文 | 评论 0 | 编辑 | 分享 0
共1页 1

个人资料

HCUP

一切都在搜索中。。。
我需要什么?
一切都像虚无缥缈。。。
我是谁?

日历

搜索

文章分类

  • 源码/学习[18]
  • 面试[2]
  • 算法[2]
  • 软件工程[2]
  • 设计模式[2]
  • 软件[1]
  • Windows Mobile Develop[1]
  • 日记[8]
  • Linux[20]
  • Windows[29]
  • 调试工具[4]
  • 生活/娱乐[22]

Tag

  • linux[19]
  • Windows[14]
  • 驱动[10]
  • 这样活着[7]
  • C++[6]
  • C[5]
  • 网卡[5]
  • COM[4]
  • driver[4]
  • UAC[3]
More..

最新日志

  • HTML特殊转义字符列表
  • C++指针直接调用类成员函数探讨
  • WinXP远程桌面的几则雕虫小技
  • 封装 c# 的数据库操作
  • 封装 c# 的数据库操作
  • 字符串string和内存流MemoryStream及比特数组byte[]互转
  • C# Serializable
  • C# Serializable
  • C# Serializable
  • 根据日期计算星期几
全部日志>>

最新评论

  • 黄:楼主,有没有这样的功能啊,用source insight...
  • leonhong:很好很强大,自己仿照写了一个针对LUA的,多谢分享...
  • Di调的潇洒:对不起楼主。 你的办法是OK的,是我自己搞错了。 还...
  • Di调的潇洒:cannot modify thd file buffe...
  • Lai:谢谢分享!
  • 易致富:很希望实现这个功能单看了好几次后还是不能实现. 忘您指...
  • hcup:此文重于写爱,我却更欣赏前部分关于时间流逝的伤感。 遥...
  • hcup:下面这段话摘录与原文,谁能帮我再详细解释一下? ...

链接

  • 奢侈品
  • 很多电子书下载
  • 相当不错的IBM AIX中文文档
  • linux-kernel-api
  • 同行的blog

存档

  • 2010 [1]
  • 2009 [10]
  • 2008 [62]
  • 2007 [41]

管理

  • 进入后台 写新日志
  • 文章管理 评论管理
  • 更换模板 访问统计
  • 访问统计:
欢迎光临HCUP的自由空间