uuwin95.reg

来自「大海阿奶释放哈市法吉萨放哈市法师放啊看房阿法拉是开放哈啊哈是干好啊阿哥」· REG 代码 · 共 26 行

REG
26
字号
REGEDIT
; Use this file as input to your Windows95 REGEDIT program to
; register the .UUE, .XXE, and B64 file types and associated actions
; The directory containing UUDECODE.EXE must be in the search path, OR
; edit the 4 lines containing UUDECODE.EXE to contain the full path.
;    For Example:  c:\MyUtils\UUDECODE.EXE

HKEY_CLASSES_ROOT\.UUE = UUEncoded.File
HKEY_CLASSES_ROOT\UUEncoded.File = UUEncoded File
HKEY_CLASSES_ROOT\UUEncoded.File\shell = Decode
HKEY_CLASSES_ROOT\UUEncoded.File\shell\Decode\command = c:\???\UUDECODE.EXE "%1" *\
HKEY_CLASSES_ROOT\UUEncoded.File\shell\Base64.Decode\command = c:\???\UUDECODE.EXE -6 "%1" *\
HKEY_CLASSES_ROOT\UUEncoded.File\shell\Edit\command = c:\windows\notepad.exe "%1"

HKEY_CLASSES_ROOT\.XXE = XXEncoded.File
HKEY_CLASSES_ROOT\XXEncoded.File = XXEncoded File
HKEY_CLASSES_ROOT\XXEncoded.File\shell = Decode
HKEY_CLASSES_ROOT\XXEncoded.File\shell\Decode\command = c:\???\UUDECODE.EXE "%1" *\
HKEY_CLASSES_ROOT\XXEncoded.File\shell\Edit\command = c:\windows\notepad.exe "%1"

HKEY_CLASSES_ROOT\.B64 = Base64.Encoded.File
HKEY_CLASSES_ROOT\Base64.Encoded.File = Base64 Encoded File
HKEY_CLASSES_ROOT\Base64.Encoded.File\shell = Decode
HKEY_CLASSES_ROOT\Base64.Encoded.File\shell\Decode\command = c:\???\UUDECODE.EXE -6 "%1" *\
HKEY_CLASSES_ROOT\Base64.Encoded.File\shell\Edit\command = c:\windows\notepad.exe "%1"

⌨️ 快捷键说明

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