`
isiqi
  • 浏览: 16497869 次
  • 性别: Icon_minigender_1
  • 来自: 济南
社区版块
存档分类
最新评论
阅读更多

SystemState Registry

Zilele acestea m-am jucat cu regiştrii din Windows Mobile. De fapt, totul a plecat de la o situaţie în care nu mă pot folosi direct de SystemState. Totuşi aveam nevoie să citesc nişte valori pe care le obţineam în mod normal cu SystemState. Deci, soluţia a fost să „scormonesc” rapid după regiştrii.

În mare, tabelul este luat de pe MSDN (în varianta de pe MSDN lipsesc ceva membrii, descrierea şi path-ul către regiştri), dar l-am actualizat.

No. Member name Path Description
1
ActiveApplication
HKEY_CURRENT_USER\System\State\Shell\Active Application Gets the name of the application that was previously active and the name of the application that is currently active, separated by the 'Escape' character ('\e').
2 ActiveSyncStatus HKEY_LOCAL_MACHINE\System\State\ActiveSync\Synchronizing Gets ActiveSync's current synchronization state.
3 BluetoothStateA2DPConnected HKEY_LOCAL_MACHINE\System\State\Hardware\Bluetooth Gets a value indicating whether Bluetooth A2DP is connected.
4 BluetoothStateDiscoverable HKEY_LOCAL_MACHINE\System\State\Hardware\Bluetooth Gets a value indicating whether Bluetooth is discoverable.
5 BluetoothStateHandsFreeAudio HKEY_LOCAL_MACHINE\System\State\Hardware\Bluetooth Gets a value indicating whether device us under Bluetooth handsfree audio and control.
6 BluetoothStateHandsFreeControl HKEY_LOCAL_MACHINE\System\State\Hardware\Bluetooth Gets a value indicating whether device is under Bluetooth Hands Free Control.
7 BluetoothStateHardwarePresent HKEY_LOCAL_MACHINE\System\State\Hardware\Bluetooth Gets a value indicating whether Bluetooth hardware is present.
8 BluetoothStatePowerOn HKEY_LOCAL_MACHINE\System\State\Hardware\Bluetooth Gets a value indicating whether Bluetooth is powered on.
9 CalendarAppointment HKEY_CURRENT_USER\System\State\Appointments\Current Gets the current Appointment.
10 CalendarAppointmentBusyStatus HKEY_CURRENT_USER\System\State\Appointments\Current\Busy Status Gets the user's availability (free/busy status) for the time-slot taken by the current Appointment.
11 CalendarAppointmentCategories HKEY_CURRENT_USER\System\State\Appointments\Current\Categories Gets the current Appointment's categories.
12 CalendarAppointmentEndTime HKEY_CURRENT_USER\System\State\Appointments\Current\End Time Gets the current Appointment's ending time.
13 CalendarAppointmentHasConflict HKEY_CURRENT_USER\System\State\Appointments\Current\Conflict Gets a value indicating whether the current Appointment has a scheduling conflict with an existing Appointment.
14 CalendarAppointmentLocation HKEY_CURRENT_USER\System\State\Appointments\Current\Location Gets the current Appointment's location.
15 CalendarAppointmentStartTime HKEY_CURRENT_USER\System\State\Appointments\Current\Start Time Gets the current Appointment's starting time.
16 CalendarAppointmentSubject HKEY_CURRENT_USER\System\State\Appointments\Current\Subject Gets the current Appointment's subject.
17 CalendarEvent HKEY_CURRENT_USER\System\State\Appointments\Event Gets the current "All Day Event" Appointment.
18 CalendarEventBusyStatus HKEY_CURRENT_USER\System\State\Appointments\Event\Busy Status Gets the user's availability (free/busy status) for the current "All Day Event".
19 CalendarEventCategories HKEY_CURRENT_USER\System\State\Appointments\Event\Categories Gets the categories for the current "All Day Event".
20 CalendarEventEndTime HKEY_CURRENT_USER\System\State\Appointments\Event\End Time Gets the ending time of the current "All Day Event" Appointment. This will be the starting day of an Appointment Event that spans multiple days.
21 CalendarEventHasConflict HKEY_CURRENT_USER\System\State\Appointments\Event\Conflict Gets a value indicating whether the user's availability (free/busy) status conflicts with the current "All Day Event".
22 CalendarEventLocation HKEY_CURRENT_USER\System\State\Appointments\Event\Location Gets the location of the current "All Day Event" Appointment.
23 CalendarEventStartTime HKEY_CURRENT_USER\System\State\Appointments\Event\Start Time Gets the starting time of the current "All Day Event" Appointment. This will be the starting day of an Appointment Event that spans multiple days.
24 CalendarEventSubject HKEY_CURRENT_USER\System\State\Appointments\Event\Subject Gets the subject of the current "All Day Event" Appointment.
25 CalendarHomeScreenAppointment HKEY_CURRENT_USER\System\State\Appointments\HomeScreen Gets the Appointment that is currently displayed on the Home Screen.
26 CalendarHomeScreenAppointmentBusyStatus HKEY_CURRENT_USER\System\State\Appointments\HomeScreen\Busy Status Gets the user's availability (free/busy status) for the Appointment displayed on the Home Screen.
27 CalendarHomeScreenAppointmentCategories HKEY_CURRENT_USER\System\State\Appointments\HomeScreen\Categories Gets the categories of the Appointment that is currently displayed on the Home Screen.
28 CalendarHomeScreenAppointmentEndTime HKEY_CURRENT_USER\System\State\Appointments\HomeScreen\End Time Gets the ending time of the Appointment that is currently displayed on the Home Screen.
29 CalendarHomeScreenAppointmentHasConflict HKEY_CURRENT_USER\System\State\Appointments\HomeScreen\Conflict Gets a value indicating whether the Appointment that is currently displayed on the Home Screen has a scheduling conflict.
30 CalendarHomeScreenAppointmentLocation HKEY_CURRENT_USER\System\State\Appointments\HomeScreen\Location Gets the location of the Appointment that is currently displayed on the Home Screen.
31 CalendarHomeScreenAppointmentStartTime HKEY_CURRENT_USER\System\State\Appointments\HomeScreen\Start Time Gets the starting time of the Appointment that is currently displayed on the Home Screen.
32 CalendarHomeScreenAppointmentSubject HKEY_CURRENT_USER\System\State\Appointments\HomeScreen\Subject Gets the subject of the Appointment that is currently displayed on the Home Screen.
33 CalendarNextAppointment HKEY_CURRENT_USER\System\State\Appointments\Next Gets the next Appointment.
34 CalendarNextAppointmentBusyStatus HKEY_CURRENT_USER\System\State\Appointments\Next\Busy Status Gets the user's availability (e.g., Free, Busy, Tenative, Out of Office) status for the next Appointment.
35 CalendarNextAppointmentCategories HKEY_CURRENT_USER\System\State\Appointments\Next\Categories Gets the next Appointment's categories.
36 CalendarNextAppointmentEnd HKEY_CURRENT_USER\System\State\Appointments\Next\End Time Gets the ending time of the next Appointment. Gets the ending time of the next Appointment.
37 CalendarNextAppointmentHasConflict HKEY_CURRENT_USER\System\State\Appointments\Next\Conflict Gets a value indicating whether there is a conflict with the next Appointment.
38 CalendarNextAppointmentLocation HKEY_CURRENT_USER\System\State\Appointments\Next\Location Gets the location of the next Appointment.
39 CalendarNextAppointmentStart HKEY_CURRENT_USER\System\State\Appointments\Next\Start Time Gets the starting time of the next Appointment.
40 CalendarNextAppointmentSubject HKEY_CURRENT_USER\System\State\Appointments\Next\Subject Gets the subject of the next Appointment.
41 CameraEnabled HKEY_LOCAL_MACHINE\System\State\Hardware\CameraEnabled Gets a value indicating whether a camera is enabled.
42 CameraPresent HKEY_LOCAL_MACHINE\System\State\Hardware\Camera Gets a value indicating whether a camera is attached and enabled.
43 CarKitPresent HKEY_LOCAL_MACHINE\System\State\Hardware\Car Kit Gets a value indicating whether a car kit is present.
44 CellularSystemAvailable1xrtt HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Available Gets available 1xRTT network status.
45 CellularSystemAvailableEdge HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Available Gets available EDGE network status.
46 CellularSystemAvailableEvdo HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Available Gets available EVDO network status.
47 CellularSystemAvailableEvdv HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Available Gets available EVDV network status.
48 CellularSystemAvailableGprs HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Available Gets available GPRS network status.
49 CellularSystemAvailableHsdpa HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Available Gets available HSDPA network status.
50 CellularSystemAvailableUmts HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Available Gets available UMTS network status.
51 CellularSystemConnected1xrtt HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected 1xRTT network status.
52 CellularSystemConnectedCsd HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected CSD network status.
53 CellularSystemConnectedEdge HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected EDGE network status.
54 CellularSystemConnectedEvdo HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected EVDO network status.
55 CellularSystemConnectedEvdv HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected EVDV network status.
56 CellularSystemConnectedGprs HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected GPRS network status.
57 CellularSystemConnectedHsdpa HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected HSDPA network status.
58 CellularSystemConnectedUmts HKEY_LOCAL_MACHINE\System\State\Phone\Cellular System Connected Gets connected UMTS network status.
59 ClamshellClosed HKEY_LOCAL_MACHINE\System\State\Hardware\ClamshellClosed Gets a value indicating whether Clamshell is closed or not.
60 ConnectionsBluetoothCount HKEY_LOCAL_MACHINE\System\State\Connections\Bluetooth\Count Gets a value indicating the number of Bluetooth connections that are currently connected.
61 ConnectionsBluetoothDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Bluetooth\Descriptions Gets a semicolon delimited string containing the description of each of the Bluetooth connections.
62 ConnectionsCellularCount HKEY_LOCAL_MACHINE\System\State\Connections\Cellular\Count Gets a value indicating the number of cellular connections that are currently connected.
63 ConnectionsCellularDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Cellular\Descriptions Gets a semicolon delimited string containing the description of each cellular connection.
64 ConnectionsCount HKEY_LOCAL_MACHINE\System\State\Connections\Count Gets a value indicating the number of connections that are currently connected.
65 ConnectionsDesktopCount HKEY_LOCAL_MACHINE\System\State\Connections\Desktop\Count Gets a value indicating the number of desktop connections that are currently connected.
66 ConnectionsDesktopDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Desktop\Descriptions Gets a semicolon delimited string containing the description of each desktop connection.
67 ConnectionsModemCount HKEY_LOCAL_MACHINE\System\State\Connections\Modem\Count Gets a value indicating the number of modem connections that are currently connected.
68 ConnectionsModemDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Modem\Descriptions Gets a semicolon delimited string containing the description of each modem connection.
69 ConnectionsNetworkAdapters HKEY_LOCAL_MACHINE\System\State\Connections\Network\Adapters Gets a semicolon delimited string containing the adapter name of each network connection.
70 ConnectionsNetworkCount HKEY_LOCAL_MACHINE\System\State\Connections\Network\Count Gets a value indicating the number of network connections that are currently connected.
71 ConnectionsNetworkDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Network\Descriptions Gets a semicolon delimited string containing the description of each network connection.
72 ConnectionsProxyCount HKEY_LOCAL_MACHINE\System\State\Connections\Proxy\Count Gets a value indicating the number of network connections that are currently connected.
73 ConnectionsProxyDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Proxy\Descriptions Gets a semicolon delimited string containing the description of each proxy connection.
74 ConnectionsUnknownCount HKEY_LOCAL_MACHINE\System\State\Connections\Unknown\Count Gets a value indicating the number of connections of unknown type that are currently connected.
75 ConnectionsUnknownDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Unknown\Descriptions Gets a semicolon delimited string containing the description of each connections of unknown type.
76 ConnectionsVpnCount HKEY_LOCAL_MACHINE\System\State\Connections\Vpn\Count Gets a value indicating the number of virtual private network connections that are currently connected.
77 ConnectionsVpnDescriptions HKEY_LOCAL_MACHINE\System\State\Connections\Vpn\Descriptions Gets a semicolon delimited string containing the description of each virtual private network connection.
78 CradlePresent HKEY_LOCAL_MACHINE\System\State\Hardware\Cradled Gets a value indicating whether the device is connected to a cradle.
79 Date HKEY_LOCAL_MACHINE\System\State\DateTime\Date Gets the current date. This Date/Time value changes once per day. Monitor this property to perform actions on a daily basis. Note: Do not use Date to get an accurate clock time; instead, use Time.
80 DisplayRotation HKEY_LOCAL_MACHINE\System\GDI\Rotation\Angle Gets the orientation of the display, specified as the number of degrees, ranging from 0 to 360. Portrait = 0. Landscape = 90 or -90.
81 HeadsetPresent HKEY_LOCAL_MACHINE\System\State\Hardware\Headset Gets a value indicating whether a headset is present
82 KeyboardPresent HKEY_CURRENT_USER\Software\Microsoft\Shell\HasKeyboard Gets a value indicating whether a keyboard is attached and enabled.
83 LockStates HKEY_LOCAL_MACHINE\System\State\Lock Gets the mobile device's lock state.
84 MediaPlayerAlbumArtist HKEY_CURRENT_USER\System\State\MediaPlayer\WM/AlbumArtist Gets the album artist's name of the currently playing track in Windows Media Player.
85 MediaPlayerAlbumTitle HKEY_CURRENT_USER\System\State\MediaPlayer\Wm/AlbumTitle Gets the album title of the currently playing track in Windows Media Player.
86 MediaPlayerTrackArtist HKEY_CURRENT_USER\System\State\MediaPlayer\WM/OriginalArtist Gets the artist's name of the currently playing track in Windows Media Player.
87 MediaPlayerTrackBitrate HKEY_CURRENT_USER\System\State\MediaPlayer\Bitrate x
分享到:
评论

相关推荐

    python入门-30.寻找列表中只出现一次的数字-寻找单身狗.py

    python入门-30.寻找列表中只出现一次的数字——寻找单身狗.py

    布尔教育linux优化笔记

    linux优化笔记,配套视频:https://www.bilibili.com/list/474327672?sid=4496133&spm_id_from=333.999.0.0&desc=1

    知识付费系统-直播+讲师入驻+课程售卖+商城系统-v2.1.9版本搭建以及资源分享下载

    知识付费系统-直播+讲师入驻+课程售卖+商城系统-v2.1.9版本搭建以及资源分享下载,CRMEB知识付费分销与直播营销系统是由西安众邦科技自主开发的一款在线教育平台,该系统不仅拥有独立的知识产权,还采用了先进的ThinkPhp5.0框架和Vue前端技术栈,集成了在线直播教学及课程分销等多种功能,旨在为用户提供全方位的学习体验,默认解压密码youyacaocom

    美妆神域-JAVA-基于springBoot美妆神域设计与实现

    美妆神域-JAVA-基于springBoot美妆神域设计与实现

    原生js制作Google粘土logo动画涂鸦代码.zip

    原生js制作Google粘土logo动画涂鸦代码.zip

    golin 扫描工具使用, 检查系统漏洞、web程序漏洞

    golin 扫描工具使用, 检查系统漏洞、web程序漏洞

    原生态纯js图片网格鼠标悬停放大显示特效代码下载.zip

    原生态纯js图片网格鼠标悬停放大显示特效代码下载.zip

    用AWLUM进行灰色编码2^2n-QAM调制的精确率Matlab代码.rar

    1.版本:matlab2014/2019a/2024a 2.附赠案例数据可直接运行matlab程序。 3.代码特点:参数化编程、参数可方便更改、代码编程思路清晰、注释明细。 4.适用对象:计算机,电子信息工程、数学等专业的大学生课程设计、期末大作业和毕业设计。 替换数据可以直接使用,注释清楚,适合新手

    去水印web端独立版web

    去水印web端独立版web

    原生js制作左侧浮动可折叠在线客服代码.zip

    原生js制作左侧浮动可折叠在线客服代码.zip

    Chrome 谷歌浏览器下载

    Chrome 谷歌浏览器下载

    亲测全新完整版H5商城系统源码 附教程

    全新完整版H5商城系统源码 自己花钱买的,亲测可用,需要自行下载 H5商城系统设置是实现商城基本功能的核心部分,涵盖了从网站配置、短信和支付配置,到商品、工单、订单、分站和提现管理等多个模块的设置。以下是详细的设置指南,帮助您快速上手并高效管理商城系统。 测试环境:Nginx+PHP7.0+MySQL5.6 1. 网站配置 设置商城名称、LOGO、标题、联系方式和SEO关键词等,确保商城专业和易于搜索。 2. 短信配置 配置短信接口和模板,用于发送订单通知、验证码等,提升用户体验。 3. 支付接口配置 配置微信、支付宝等支付接口,填写API密钥和回调地址,确保支付流畅。 4. 商品分类管理 对商品进行分类和排序,设置分类名称和图标,便于用户查找商品。 5. 商品管理 添加和管理商品信息、规格、图片等,确保商品信息准确丰富。 6. 工单管理 查看和回复用户工单,记录售后问题,提升用户服务质量。 7. 订单管理 查看订单详情,更新订单状态,支持批量导出,方便订单跟踪。 8. 分站管理 创建不同区域分站,设置权限,统一管理各区域市场。 9. 提现管理

    短信3.141592672893982398674234

    apk安装包

    原生js选项卡插件自定义图片滑动选项卡切换.zip

    原生js选项卡插件自定义图片滑动选项卡切换.zip

    1-宗教信息佛教佛寺寺庙庵堂相关数据-社科数据.zip

    宗教信息佛教佛寺寺庙庵堂相关数据集提供了全国各个地区省市县各个佛教寺庙的详细信息。这些数据不仅包括寺庙的名称和负责人姓名,还涵盖了所属省份、地级市、区县、具体地址、建立日期以及支派类别等关键信息。该数据集整理了超过3万条样本,为研究中国佛教寺庙的分布、历史和文化提供了丰富的第一手资料。这些信息有助于了解佛教在中国的传播和发展,以及寺庙在社会和文化中的作用。数据的整理和提供,对于宗教学、社会学、历史学和文化研究等领域的学者来说,是一个宝贵的资源。

    线性电阻网络的等效电阻计算Matlab代码.rar

    1.版本:matlab2014/2019a/2024a 2.附赠案例数据可直接运行matlab程序。 3.代码特点:参数化编程、参数可方便更改、代码编程思路清晰、注释明细。 4.适用对象:计算机,电子信息工程、数学等专业的大学生课程设计、期末大作业和毕业设计。 替换数据可以直接使用,注释清楚,适合新手

    简单的 Python 版本管理.zip

    简单的 Python 版本管理pyenvpyenv 可让您轻松在多个 Python 版本之间切换。它简单、不引人注目,并遵循 UNIX 传统,即使用单一用途的工具来做好一件事。该项目由rbenv和 ruby​​-build分叉而来,并针对 Python 进行了修改。pyenv 的作用是什么......允许您根据每个用户更改全局 Python 版本。为每个项目的 Python 版本提供支持。允许您使用环境变量覆盖 Python 版本。一次搜索多个 Python 版本的命令。这可能有助于使用tox跨 Python 版本进行测试。与 pythonbrew 和 pythonz 相比,pyenv没有……依赖于Python本身。pyenv由纯shell脚本制作。不存在Python的引导问题。需要加载到你的 shell 中。相反,pyenv 的 shim 方法通过向你的 中添加目录来工作PATH。管理虚拟环境。当然,你可以自己创建虚拟环境 ,或者使用pyenv-virtualenv 来自动化该过程。目录安装获取 PyenvLinux/UNIX自动安装程序基本

    Notepad-v2.20工具,是替代Notepad++的首选工具

    Notepad-v2.20工具,是替代Notepad++的首选工具

    原生js随机图片拖拽排序代码.zip

    原生js随机图片拖拽排序代码.zip

    更快、更好、更稳定的Redis桌面(GUI)管理客户端,兼容Windows、Mac、Linux,性能出众,轻松加载海量键值

    更快、更好、更稳定的Redis桌面(GUI)管理客户端,兼容Windows、Mac、Linux,性能出众,轻松加载海量键值

Global site tag (gtag.js) - Google Analytics