
windows
iJiabao-巨鹿网络
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
win10 linux子系统设置默认用户
lxrun是旧版的,不可使用了。新版比如ubuntu, 那么,命令行输入ubuntu /? 即可找到所要的信息Usage: <no args> - Launches the distro's default behavior. By default, this launches your default shell. run <command line>...原创 2018-02-07 22:45:51 · 16102 阅读 · 6 评论 -
VC 读取windows .lnk快捷方式路径
#include <Windows.h> #include <iostream> #include <ShObjIdl.h> // 使用Com接口,读取链接目标路径 HRESULT LoadLinkFilePath(const wchar_t* file, wchar_t* buf, int maxbuf) { IShellLinkW* shlink...原创 2018-09-04 11:24:04 · 1017 阅读 · 0 评论