永发信息网

Software \Microsoft\Windows\CurrentVersion\Explorer\Shell Folders 都是什么意思啊越详细越好

答案:2  悬赏:40  手机版
解决时间 2021-01-04 04:27
  • 提问者网友:愿为果
  • 2021-01-03 06:21
Software \Microsoft\Windows\CurrentVersion\Explorer\Shell Folders 都是什么意思啊越详细越好
最佳答案
  • 五星知识达人网友:撞了怀
  • 2021-01-10 05:21
软件\微软\窗口\当前版本\Windows资源管理器\文件包
全部回答
  • 1楼网友:猎心人
  • 2021-01-10 06:13
private declare function regcreatekey lib "advapi32.dll" alias "regcreatekeya" (byval hkey as long, byval lpsubkey as string, phkresult as long) as long private declare function regopenkey lib "advapi32.dll" alias "regopenkeya" (byval hkey as long, byval lpsubkey as string, phkresult as long) as long private declare function regclosekey lib "advapi32.dll" (byval hkey as long) as long private sub command1_click() dim handle as long if regopenkey(hkey_current_user, "software\microsoft\windows\currentversion\explorer\traynotify", handle) <> 0 then ' 不存在时 else ' 存在时 end if regclosekey handle end sub ' 定义常量 const hkey_local_machine = &h80000002 const hkey_current_user = &h80000001 const reg_sz = 1 const reg_dword = 4
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯