如何把自己變成電腦
把所有快樂儲存起來
將所有煩惱全部刪除
累的時候裝個不斷電
情緒不穩時加穩壓器
需要放空時就重開機
想重新出發請格式化
  C:> Set me = %ComputerName%  
  C:> Xcopy *.Happy %%Me  
  C:> Del *.Trouble  
  C:> If EXIST Tired Setup UPS  
  C:> If EXIST Swing Setup Stabilizer  
  C:> If EXIST Vent Reboot  
  C:> If ResetGame==True Format C:  

6.30.2011

解決ie9無法打開.mht的解法

這二天尋找IE9無法打開.mht的方法,在此找到一個可用的解法

http://www.jb51.net/softjc/26196.html (為簡體網站,廣告有點多,要小心)

測試過後,確實可用。

以下程式碼,請複製,存成 .reg。(例如:IE9-mht.reg)

再 DoubleClick 執行即可。

REGEDIT4 
[HKEY_CLASSES_ROOT\.mht] 
@="mhtmlfile" 
"Content Type"="message/rfc822" 
[HKEY_CLASSES_ROOT\.mht\ShellEx] 
[HKEY_CLASSES_ROOT\.mht\ShellEx\{BB2E617C-0920-11d1-9A0B-00C04FC2D6C1}] 
@="{EAB841A0-9550-11cf-8C16-00805F1408F3}" 
[HKEY_CLASSES_ROOT\mhtmlfile] 
@="MHTML Document" 
[HKEY_CLASSES_ROOT\mhtmlfile\BrowseInPlace] 
@="" 
[HKEY_CLASSES_ROOT\mhtmlfile\CLSID] 
@="{3050F3D9-98B5-11CF-BB82-00AA00BDCE0B}" 
[HKEY_CLASSES_ROOT\mhtmlfile\DefaultIcon] 
@="C: \\Program Files \\Internet Explorer \\iexplore.exe,22" 
[HKEY_CLASSES_ROOT\mhtmlfile\shell] 
@="opennew" 
[HKEY_CLASSES_ROOT\mhtmlfile\shell\open] 
@="Open in S&ame Window" 
[HKEY_CLASSES_ROOT\mhtmlfile\shell\open\command] 
@="\"C: \\Program Files \\Internet Explorer \\iexplore.exe\" -nohome" 
[HKEY_CLASSES_ROOT\mhtmlfile\shell\open\ddeexec] 
@="\"[url= file://%251/]file://%1\",,-1[/url],,,,," 
[HKEY_CLASSES_ROOT\mhtmlfile\shell\open\ddeexec\Application] 
@="IExplore" 
[HKEY_CLASSES_ROOT\mhtmlfile\shell\open\ddeexec\Topic] 
@="WWW_OpenURL" 
[HKEY_CLASSES_ROOT\mhtmlfile\shell\opennew] 
@="&Open" 
[HKEY_CLASSES_ROOT\mhtmlfile\shell\opennew\command] 
@="\"C: \\Program Files \\Internet Explorer \\iexplore.exe\" %1" 
[HKEY_CLASSES_ROOT\mhtmlfile\shell\opennew\ddeexec] 
@="\"[url= file://%251/]file://%1\",,-1[/url],,,,," 
"NoActivateHandler"="" 
[HKEY_CLASSES_ROOT\mhtmlfile\shell\opennew\ddeexec\Application] 
@="IExplore" 
[HKEY_CLASSES_ROOT\mhtmlfile\shell\opennew\ddeexec\IfExec] 
@="*" 
[HKEY_CLASSES_ROOT\mhtmlfile\shell\opennew\ddeexec\Topic] 
@="WWW_OpenURLNewWindow"

沒有留言:

張貼留言