2010年12月11日 星期六

outlook添加附件時不能找到zip格式的文件?

Problem: When you open the Insert File dialog in when composing an email message, Outlook "hides" the zip files in the directory. The only way to add a zip as an attachment to a message is by opening Windows Explorer and dragging the file to the message window.

Cause: Windows has a system component that treats zip files like ordinary file folders and Outlook sees these files as folders. In most cases, it only happens when you don't have third party compression programs installed, so you may see the behavior on one system but not another.

Reasoning: Under certain conditions, the Windows shell will include a folder attribute for zip files. This result is cached, thus Outlook will exhibit the same behavior throughout the session.

Solution: Restart Outlook or if it happens often, Disable Compressed folders. If you use a third party program (such as WinZip) you can leave compressed folders disabled. Note that disabling compressed folders will also disable XP searching in ZIP files when searching for files.

To disable the feature at the Start menu, Run command, type:

regsvr32 /u zipfldr.dll
regsvr32 /u cabview.dll

To restore the functionality, return to Start Menu, Run command and type:

regsvr32 zipfldr.dll
regsvr32 cabview.dll



*****************************

症狀:outlook添加附件時,無法看到zip格式的檔,而這份檔在windows下確實存在的,非常奇怪,即使是選擇所有檔也是無法顯示。
原因:估計是註冊表檔關聯出問題吧。
解決方法:百度了下,找到。 開始--運行--輸入--regsvr32 /u zipfldr.dll, 然後會彈出個成功的提示框,再試添加附件,此時可以看到zip檔了。

沒有留言:

張貼留言

《伺服器大搬家:IT人的前置準備指南》 #IT人搬機房生存指南 #Server搬家前置作業 #從備份到線路標記:IT搬家手冊

  要說 IT 人生最刺激的瞬間,莫過於「機房搬家」——這不是 IKEA 的組裝家具,而是幾十台伺服器、交換器、NAS 跟一堆纜線的大型拔河比賽。搬不好,隔天老闆就會問:「為什麼公司網站現在看起來像考古遺址?」 1. 備份是你的護身符 搬家前,第一件事不是租卡車,而是備份!...