AppID—此关键字下的子关键字的作用是将某个APPID(应用程序ID)映射成某个远程服务器名称。分式COM(DCOM)将用到此关键字。 组件类别—注册表的这一分支可以将CATID(组件类别ID)映射成某个特定的组件类别。 Interface—此关键字用于将IID映射成与某个接口相关的信息。这些信息主要用于在跨进程边界使用接口的情况。 L...
HKEY_CLASSES_ROOT的开头,列出的将是各种应用程序所注册的文件扩展名。在扩展名之后,可以看到许多其他的名字。此类名字的大多数被称作是ProgID,表示是程序员定义的标识符。某些名称表示的不是ProgID而是一些特殊的关键字. 如 CLSID AppID—此关键字下的子关键字的作用是将某个APPID(应用程序ID)映射成某个远程服务器...
HKEY_CLASSES_ROOT的开头,列出的将是各种应⽤程序所注册的⽂件扩展名。在扩展名之后,可以看到许多其他的名字。此类名字的⼤多数被称作是ProgID,表⽰是程序员定义的标识符。某些名称表⽰的不是ProgID⽽是⼀些特殊的关键字.如 CLSID AppID—此关键字下的⼦关键字的作⽤是将某个APPID(应⽤程序ID...
大数据(big data),指无法在一定时间范围内用常规软件工具进行捕捉、管理和处理的数据集合,是需要新处理模式才能具有更强的决策力、洞察发现力和流程优化能力的海量、高增长率和多样化的信息资产。大数据的5V特点(IBM提出):Volume(大量)、Velocity(高速)、Variety(多样)、Value(低价值密度)、Vera...
Name: HKEY_CLASSES_ROOT\AppID{8BC3F05E-D86B-11D0-A075-00C04FB68820} Result: False Comment: An exception occurred in this state: Traceback (most recent call last): File "C:\salt\bin\lib\site-packages\salt\state.py", line 1746, in call **cdata['kwargs']) File "C:\salt\bin\lib\si...
The configuration subkeys use either the program IDs (such as for COM, Visual Basic, automation, and scripting) or parent keys for other classes of information (such as for CLSID, Interface, TypeLib, AppId, and so on). The content of HKEY_CLASSES_ROOT comes from two sources: HKEY_LOCAL_...
AppID Clsid 元件類別 磁碟機 Drive\shellex Drive\shellex\CoNtextMenuHandlers Drive\shellex\PropertySheetHandlers FileType 資料夾 Folder\shellex Folder\shellex\ColumnHandler Folder\shellex\CoNtextMenuHandlers Folder\shellex\ExtShellFolderViews Folder\shellex\PropertySheetHandlers ...
AppID Clsid 组件类别 驱动 Drive\shellex Drive\shellex\ContextMenuHandlers Drive\shellex\PropertySheetHandlers FileType 文件夹 Folder\shellex Folder\shellex\ColumnHandler Folder\shellex\ContextMenuHandlers Folder\shellex\ExtShellFolderViews Folder\shellex\PropertySheetHandlers Installer\Components Installer\Features...
AppID ClsID Component Categories Drive Drive\shellex Drive\shellex\ContextMenuHandlers Drive\shellex\PropertySheetHandlers FileType Folder Folder\shellex Folder\shellex\ColumnHandler Folder\shellex\ContextMenuHandlers Folder\shellex\ExtShellFolderViews Folder\shellex\PropertySheetHandlers Installer\Components Installer...
ret.append((progID, win32con.HKEY_CLASSES_ROOT))# The DCOM config tool may write settings to the AppID key for our CLSIDret.append( ("AppID\\%s"% str(clsid), win32con.HKEY_CLASSES_ROOT) )# Any custom keys?ifcustomKeys: ret = ret + customKeysreturnret ...