⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 shellext2.rgs

📁 这是一本学习 window编程的很好的参考教材
💻 RGS
字号:
HKCR
{
	NoRemove AppID
	{
		'%APPID%' = s 'ShellExt2'
		'ShellExt2.DLL'
		{
			val AppID = s '%APPID%'
		}
	}
	NoRemove *
    {
        NoRemove shellex
        {
            NoRemove ContextMenuHandlers
            {
                ForceRemove    CopyNewFile = s '{52F96297-B319-4335-BA9D-79C4B7BE18DC}'
            }
        }
    }	
    NoRemove Directory
    {
        NoRemove shellex
        {
            NoRemove ContextMenuHandlers
            {
                ForceRemove    CopyNewFile = s '{52F96297-B319-4335-BA9D-79C4B7BE18DC}'
            }
        }
    }	
    NoRemove Folder
    {
        NoRemove shellex
        {
            NoRemove ContextMenuHandlers
            {
                ForceRemove    CopyNewFile = s '{52F96297-B319-4335-BA9D-79C4B7BE18DC}'
            }
        }
    }	
}
HKLM 
{ 
  Software 
  { 
    Microsoft 
	{ 
	   Windows 
	    { 
		  CurrentVersion 
		    {
			  Shell Extensions
			    {
				  Approved
				  {
					ForceRemove '{52F96297-B319-4335-BA9D-79C4B7BE18DC}' = s 'File new copy'
				  }
		        }

			}
		}
	}
  }
}

⌨️ 快捷键说明

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