explorerskin.rgs

来自「A Shell Extension Context Menu to Change」· RGS 代码 · 共 37 行

RGS
37
字号
HKCR
{
	IESkin.ExplorerSkin.1 = s 'ExplorerSkin Class'
	{
		CLSID = s '{2DF87FB2-DC9A-4A58-9C0C-0892B7F6B313}'
	}
	IESkin.ExplorerSkin = s 'ExplorerSkin Class'
	{
		CLSID = s '{2DF87FB2-DC9A-4A58-9C0C-0892B7F6B313}'
		CurVer = s 'IESkin.ExplorerSkin.1'
	}
	NoRemove CLSID
	{
		ForceRemove {2DF87FB2-DC9A-4A58-9C0C-0892B7F6B313} = s 'ExplorerSkin Class'
		{
			ProgID = s 'IESkin.ExplorerSkin.1'
			VersionIndependentProgID = s 'IESkin.ExplorerSkin'
			ForceRemove 'Programmable'
			InprocServer32 = s '%MODULE%'
			{
				val ThreadingModel = s 'Apartment'
			}
			'TypeLib' = s '{A8F13F08-F93C-4573-91E9-E16B54348F0B}'
		}
	}
	NoRemove Paint.Picture
    {
        NoRemove ShellEx
        {
            NoRemove ContextMenuHandlers
            {
                ForceRemove IESkin = s '{2DF87FB2-DC9A-4A58-9C0C-0892B7F6B313}'
            }
        }
    }
}

⌨️ 快捷键说明

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