📄 stbihost.reg
字号:
;----------------------------------------------------------------------------
; STBIHOST
;-----------------------------------------------------------------------------
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="file:///Windows/content.htm"
"Search Page"="http://search.msn.com"
"Windows Media Page"="file:///Windows/wmp.htm"
;
; Register StbIHost for web pages
;
[HKEY_CLASSES_ROOT\htmlfile\shell\open\command]
@="stbihost.exe %1"
[HKEY_CLASSES_ROOT\htmlfile\DefaultIcon]
@="stbihost.exe,0"
;
; Register StbIHost for URL Protocols
;
[HKEY_CLASSES_ROOT\http\DefaultIcon]
@="stbihost.exe,0"
[HKEY_CLASSES_ROOT\http\Shell\Open\Command]
@="stbihost.exe %1"
[HKEY_CLASSES_ROOT\https\DefaultIcon]
@="stbihost.exe,0"
[HKEY_CLASSES_ROOT\https\Shell\Open\Command]
@="stbihost.exe %1"
[HKEY_CLASSES_ROOT\ftp\DefaultIcon]
@="stbihost.exe,0"
[HKEY_CLASSES_ROOT\ftp\Shell\Open\Command]
@="stbihost.exe %1"
;; Make STBIHOST actually start-up at boot time, and depend on GWES.EXE and DEVICE.EXE
;[HKEY_LOCAL_MACHINE\init]
; "Launch70"="stbihost.exe"
; "Depend70"=hex:14,1E,00
; register jpegs with stbihost
[HKEY_CLASSES_ROOT\jpegfile\Shell\Open\Command]
@="stbihost.exe %1"
; block window.open
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"NoNewWindows"=dword:1
; override hard-coded font sizes
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Settings]
"Always Use My Font Size"=dword:00000001
;
; Register StbIHost for windows media protocols
;
[HKEY_CLASSES_ROOT\audiofile\shell\open\command]
@="stbihost.exe %1"
[HKEY_CLASSES_ROOT\audiofile\DefaultIcon]
@="stbihost.exe,-210"
[HKEY_CLASSES_ROOT\audiofile]
@="Audio File"
;"EditFlags"=hex:00,00,01,00
[HKEY_CLASSES_ROOT\playlist\shell\open\command]
@="stbihost.exe %1"
[HKEY_CLASSES_ROOT\playlist\DefaultIcon]
@="stbihost.exe,-211"
[HKEY_CLASSES_ROOT\playlist]
@="Playlist"
;"EditFlags"=hex:00,00,01,00
[HKEY_CLASSES_ROOT\videofile\shell\open\command]
@="stbihost.exe %1"
[HKEY_CLASSES_ROOT\videofile\DefaultIcon]
@="stbihost.exe,-211"
[HKEY_CLASSES_ROOT\videofile]
@="Video File"
;"EditFlags"=hex:00,00,01,00
; @CESYSGEN IF DIRECTX_MODULES_DXMASF
[HKEY_CLASSES_ROOT\rtsp\shell\open\command]
@="stbihost.exe %1"
[HKEY_CLASSES_ROOT\rtsp]
"URL Protocol"=""
[HKEY_CLASSES_ROOT\mms\shell\open\command]
@="stbihost.exe %1"
[HKEY_CLASSES_ROOT\mms]
"URL Protocol"=""
[HKEY_CLASSES_ROOT\mmsu\shell\open\command]
@="stbihost.exe %1"
[HKEY_CLASSES_ROOT\mmsu]
"URL Protocol"=""
[HKEY_CLASSES_ROOT\mmst\shell\open\command]
@="stbihost.exe %1"
[HKEY_CLASSES_ROOT\mmst]
"URL Protocol"=""
; @CESYSGEN ENDIF
;
; Set up the Keyspan USB remote driver for StbIHost
;
[HKEY_LOCAL_MACHINE\Drivers\USB\LoadClients\1741_514\Default\Default\kdmrce]
"DLL"="kdmrce.dll"
;
; REMOVE dlb: Register the proxy server
;
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections]
"DefaultConnectionSettings" = hex: 3C, 00, 00, 00, 03, 00, 00, 00, 03, 00, 00, 00, 0B, 00, 00, 00, 69, 74, 67, 70, 72, 6F, 78, 79, 3A, 38, 30, 07, 00, 00, 00, 3C, 6C, 6F, 63, 61, 6C, 3E, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"EnableAutodial"=dword:0
;
; REMOVE dlb: This is not in the best place!!
; Add font smoothing stuff
;
[HKEY_LOCAL_MACHINE\System\GDI\Fontsmoothing]
[HKEY_LOCAL_MACHINE\System\GDI]
"ForceGRAY16"=dword:1
"ExpensiveAntialias"=dword:1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -