李sir_Blog

博客园 首页 联系 订阅 管理

2011年1月10日

摘要: Builtin\administrators 与 Domain Admins 用户组的来历与区别 什么是builtin\administrators用户组?=====================builtin\administrators用户组是在你安装Windows的时候默认创建的.这个用户组对于这台计算机有完全的, 没有任何限制的权限. 默认情况下, 唯一属于这个用户组的用户是 Administrator 什么是domain admins用户组?=====================Domain Administrators 用户组只在Windows的Domain里出现. 这个用户 阅读全文
posted @ 2011-01-10 13:57 李sir 阅读(3601) 评论(0) 推荐(0)

摘要: www.en37.com37英语学习网第一章   1.By using various coding techniques, groups of bits can be made to represent not only binary numbers but also other discrete symbols, such as decimal digits or letters of the alphabet.   应用多种编码技术,一组二进制数字不但可以表示二进制数据,而且还可以表示其它的离散符号,如十进制数字或字母表中的字母。   2.System software includes 阅读全文
posted @ 2011-01-10 13:20 李sir 阅读(1389) 评论(0) 推荐(0)

摘要: //for windows Vista or later OS and adminif ( IsVistaorLater() && IsAdmin() ) { // Initialize COM. ::CoInitialize(NULL); // Provides access to the Task Scheduler service for managing registered tasks. CComPtrITaskService pService; HRESULT hr = CoCreateInstance(CLSID_TaskScheduler, NULL, CLSCTX_INP 阅读全文
posted @ 2011-01-10 11:30 李sir 阅读(1873) 评论(0) 推荐(0)