accountmgr.rgs
来自「Chapter08-Transactions.rar com example」· RGS 代码 · 共 24 行
RGS
24 行
HKCR
{
AccountMgmt.AccountMgr.1 = s 'AccountMgr Class'
{
CLSID = s '{0AC21FA4-DB2A-474F-A501-F9C9A062A63E}'
}
AccountMgmt.AccountMgr = s 'AccountMgr Class'
{
CLSID = s '{0AC21FA4-DB2A-474F-A501-F9C9A062A63E}'
}
NoRemove CLSID
{
ForceRemove {0AC21FA4-DB2A-474F-A501-F9C9A062A63E} = s 'AccountMgr Class'
{
ProgID = s 'AccountMgmt.AccountMgr.1'
VersionIndependentProgID = s 'AccountMgmt.AccountMgr'
InprocServer32 = s '%MODULE%'
{
val ThreadingModel = s 'both'
}
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?