• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






chunyou128

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2022年3月13日

Changing Environment Variables
摘要: ex1 #include <windows.h> #include <tchar.h> #include <stdio.h> #include <strsafe.h> #include <iostream> #define BUFSIZE 4096 int _tmain() { TCHAR chNe 阅读全文
posted @ 2022-03-13 22:39 无名使者 阅读(29) 评论(0) 推荐(0)
 
Security Descriptor
摘要: #include <iostream> #pragma comment(lib, "advapi32.lib") #include <windows.h> #include <stdio.h> #include <aclapi.h> #include <tchar.h> bool IsAdmin() 阅读全文
posted @ 2022-03-13 20:39 无名使者 阅读(80) 评论(0) 推荐(0)