Created
November 13, 2015 00:50
-
-
Save giseongeom/4dd4fa5833e8ccd59a5f to your computer and use it in GitHub Desktop.
Outlook 2016에서 Excel preview 가능하도록 설정 (Windows:64-bit / Office: 32-bit)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
reg delete HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\PreviewHandlers /v {00020827-0000-0000-C000-000000000046} /f | |
reg add HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\PreviewHandlers /v {00020827-0000-0000-C000-000000000046} /t REG_SZ /d "Microsoft Excel previewer" |
Author
giseongeom
commented
Nov 13, 2015
- 참고자료
- http://www.slipstick.com/outlook/excel-files-display-reading-pane/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment