windows注册表

============发送到桌面快捷方式===============shell

Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.desklink]
@="CLSID\\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}"
[HKEY_CLASSES_ROOT\.desklink\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"ip

============linkfile快捷方式===============it

Windows Registry Editor Version 5.00io

[HKEY_CLASSES_ROOT\.lnk]
@="lnkfile"配置

[HKEY_CLASSES_ROOT\.lnk\ShellEx]file

[HKEY_CLASSES_ROOT\.lnk\ShellEx\{000214EE-0000-0000-C000-000000000046}]
@="{00021401-0000-0000-C000-000000000046}"im

[HKEY_CLASSES_ROOT\.lnk\ShellEx\{000214F9-0000-0000-C000-000000000046}]
@="{00021401-0000-0000-C000-000000000046}"top

[HKEY_CLASSES_ROOT\.lnk\ShellEx\{00021500-0000-0000-C000-000000000046}]
@="{00021401-0000-0000-C000-000000000046}"word

[HKEY_CLASSES_ROOT\.lnk\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}]
@="{00021401-0000-0000-C000-000000000046}"di

[HKEY_CLASSES_ROOT\.lnk\ShellNew]
"Handler"="{ceefea1b-3e29-4ef1-b34c-fec79c4f70af}"
"IconPath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
  74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
  00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,\
  31,00,36,00,37,00,36,00,39,00,00,00
"ItemName"="@shell32.dll,-30397"
"MenuText"="@shell32.dll,-30318"
"NullFile"=""

[HKEY_CLASSES_ROOT\.lnk\ShellNew\Config]
"DontRename"=""

============配置选项卡快捷方式===============

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\lnkfile]
@="Shortcut"
"EditFlags"=dword:00000001
"FriendlyTypeName"="@shell32.dll,-4153"
"IsShortcut"=""
"NeverShowExt"=""

[HKEY_CLASSES_ROOT\lnkfile\CLSID]
@="{00021401-0000-0000-C000-000000000046}"

[HKEY_CLASSES_ROOT\lnkfile\shellex]

[HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\360DesktopExt2]
@="{D9DF4C62-207E-440e-8CF2-602C321C40CB}"

[HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\Compatibility]
@="{1d27f844-3a1f-4410-85ac-14651078412d}"

[HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\HaoZip]
@="{5FED836A-C96C-4d88-A91E-F63F07726585}"

[HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\OpenContainingFolderMenu]
@="{37ea3a21-7493-4208-a011-7f9ea79ce9f5}"

[HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\QQShellExt]
@="{53D2405C-48AB-4C8A-8F59-CE0610F13BBC}"

[HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\Safe360Ext]
@="{7C0F6D57-E799-4C8A-A319-8E2B4D724CF0}"

[HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\SoftMgrExt]
@="{5E19C0CE-C02C-46c2-98C3-A2E12EDE0E17}"

[HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\TortoiseSVN]
@="{30351349-7B7D-4FCC-81B4-1E394CA267EB}"

[HKEY_CLASSES_ROOT\lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046}]
@=""

[HKEY_CLASSES_ROOT\lnkfile\shellex\DragDropHandlers]

[HKEY_CLASSES_ROOT\lnkfile\shellex\DropHandler]
@="{00021401-0000-0000-C000-000000000046}"

[HKEY_CLASSES_ROOT\lnkfile\shellex\IconHandler]
@="{00021401-0000-0000-C000-000000000046}"

[HKEY_CLASSES_ROOT\lnkfile\shellex\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\lnkfile\shellex\PropertySheetHandlers\ShimLayer Property Page]
@="{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"

===============右键无新建文件夹=================

@ECHO off  reg add HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\ShellNew /v Directory /t reg_sz /f reg add HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\ShellNew /v IconPath /t reg_expand_sz /d "%%SystemRoot%%\system32\shell32.dll,3" /f reg add HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\ShellNew /v ItemName /t reg_sz /d "@shell32.dll,-30396" /f reg add HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\ShellNew /v MenuText /t reg_sz /d "@shell32.dll,-30317" /f reg add HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\ShellNew /v NonLFNFileSpec /t reg_sz /d "@shell32.dll,-30319" /f reg add HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\ShellNew\Config /v AllDrives /t reg_sz /f reg add HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\ShellNew\Config /v IsFolder /t reg_sz /f reg add HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\ShellNew\Config /v NoExtension /t reg_sz /f reg add HKEY_USERS\S-1-5-21-950098276-2777319011-3767323484-500\Software\Microsoft\Windows\CurrentVersion\Explorer\Discardable\PostSetup\ShellNew /v Classes /t reg_multi_sz /d ".rtf .txt Folder" /f pause