2024年4月13日

windows内置账户

摘要: 参考文献: http://www.cnblogs.com/xianspace/archive/2009/04/05/1429835.html 转载自: https://www.cnblogs.com/xwdreamer/archive/2012/07/03/2574747.html 前言 今天在安装 阅读全文

posted @ 2024-04-13 23:56 崔好好 阅读(55) 评论(0) 推荐(0)

windows服务开发demo

摘要: 0、写在前面 windows7开始,windows服务运行在session 0, 用户程序都运行在session x (x >= 1) 而session之间是有隔离的,实践发现是无法在服务中直接访问到用户应用程序的窗口句柄的,也无法直接在服务中创建带UI的程序,相关资料可以检索such as 服务突 阅读全文

posted @ 2024-04-13 23:53 崔好好 阅读(83) 评论(0) 推荐(0)

导航