Welcome to The Foley House Sign in | Join | Help

Karl Foley's Blog

A personal blog of an IT techie - This is a convenient place for me to jot things down before I forget.

News


Vista and Outlook 2007 - Turn off the reading pane

I really don't get on with the Outlook 2007 reading pane because it uses up to my screen real estate on my laptop.  I knew that you can turn it off with the "/nopreview" switch at the command line but you can't edit the special icon to change the startup command line.

 I did a bit of digging and found that by selecting the "Command Line" option from the Task Manager "View > Select Columns..." entry you could see the actual command lines used to start processes.  I could see that Outlook was already starting with the "/recycle" switch to reuse Outlook instances so I set out to find this in the registry.

To start Outlook with the "/nopreview" switch I edited the following registry entry.  (Insert standard disclaimer here!) The registry key was:

HKLM\SOFTWARE\Clients\Mail\Microsoft Outlook\shell\open\command

REG_SZ: "C:\PROGRA~1\MICROS~3\Office12\Outlook.exe" /recycle /nopreview

Posted: Sunday, October 15, 2006 7:33 PM by Karl
Filed under: ,

Comments

New Comments to this post are disabled