📄 urlfold.reg
字号:
REGEDIT4
; It's absolutely necessary that you write the registry entries on the same line...
; Register the server and its threading model
[HKEY_CLASSES_ROOT\CLSID\{04051965-0fcc-11ce-bcb0-b3fd0e253841}\InProcServer32]
@= "C:\\Windows\\Desktop\\URLFolder\\debug\\urlfold.dll"
"ThreadingModel" = "Apartment"
; Register the name of the extension
[HKEY_CLASSES_ROOT\CLSID\{04051965-0fcc-11ce-bcb0-b3fd0e253841}]
@= "URL Folder"
; Register the icon
[HKEY_CLASSES_ROOT\CLSID\{04051965-0fcc-11ce-bcb0-b3fd0e253841}\DefaultIcon]
@= "C:\\Windows\\Desktop\\URLFolder\\debug\\urlfold.dll,0"
; Register the extension under NT
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\ShellExtensions\Approved\{04051965-0fcc-11ce-bcb0-b3fd0e253841}]
@= "Url Folder"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -