pppoenotify.rgs

来自「pppoe client」· RGS 代码 · 共 28 行

RGS
28
字号
HKCR
{
	Notify.PPPOENotify.1 = s 'PPPOENotify Class'
	{
		CLSID = s '{23BFB49C-B6F9-450C-8AD0-23142B24A00A}'
	}
	Notify.PPPOENotify = s 'PPPOENotify Class'
	{
		CLSID = s '{23BFB49C-B6F9-450C-8AD0-23142B24A00A}'
		CurVer = s 'Notify.PPPOENotify.1'
	}
	NoRemove CLSID
	{
		ForceRemove {23BFB49C-B6F9-450C-8AD0-23142B24A00A} = s 'PPPOENotify Class'
		{
			ProgID = s 'Notify.PPPOENotify.1'
			VersionIndependentProgID = s 'Notify.PPPOENotify'
			ForceRemove 'Programmable'
			InprocServer32 = s '%MODULE%'
			{
				val ThreadingModel = s 'Both'
			}
			val AppID = s '%APPID%'
			'TypeLib' = s '{A0AF987A-8EFE-43DB-A7D0-E8A3775DE22A}'
		}
	}
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?