One of my users recently asked me a very odd question - How to turn off the Reading Pane in Outlook.
He told me that when viewing Public Folders, if he turned off the Reading Pane in one folder, when going to the next, it would automatically turned on. This issue was causing him lots of frustration.
I found that the answer to this question is not inside Outlook but in how Outlook is started. In simple terms, outlook needed to be started with the /nopreview flag.
Follow these steps to create a shortcut on your desktop to start Outlook with the Reading Pane turned off.
1. Right Click on your desktop and then select New and then Shortcut
2. In the window that comes up, browse to where Outlook.exe is stored on your computer
(Default location for Outlook 2007 is C:\Program Files\Microsoft Office\Office12\Outlook.exe)
3. Once you have located Outlook.exe, in the path that is displayed, append "/nopreview" (without any quotes) to it.
So taking Outlook 2007 as an example, the location of the item will be
"C:\Program Files\Microsoft Office\Office12\OUTLOOK.EXE" /nopreview
4. Click next and enter a name for this shortcut (Outlook reading pane off)
That is all that is required.
Now if you need to start Outlook and not have to keep on turning off the reading pane, just start Outlook using the new shortcut that you have just created on the desktop.
I found the above at http://usfsupport.custhelp.com/app/answers/detail/a_id/3313/~/turn-off-the-reading-pane-for-all-outlook-2007-folders
You can visit http://office.microsoft.com/en-us/outlook-help/command-line-switches-for-microsoft-office-outlook-2007-HP001218589.aspx for a complete list of command line switches for Outlook 2007
Wednesday, November 30, 2011
Thursday, November 3, 2011
Upgrade to iOS 5 is causing a faster drain of the battery
After contemplating for a week, I finally decided to upgrade my iPhone 3Gs from 4.2.3 to iOS 5.0. After a very uneventful 20 minutes(I mean this in a nice way), my iPhone was upgraded to the newer and flashier iOS 5.0. There are alot of features bundled in this upgrade (200+) though I did notice that now my iPhone seems to be a bit sluggish compared to the previous iOS.
Another thing I noticed was that my phone's battery kept on draining out faster than before. Where previously I would charge my iPhone once a day, I was now doing it twice a day! The only reason I could put to this behaviour was the recent upgrade to iOS 5. Searching on the internet, I found lots of users having similar issues. The difference though, was that they were using the new iPhone 4S while I was using iPhone 3Gs. However, saying that, they both were running iOS 5. Bingo!
Some websites reported that the degraded battery life on iPhone 4S was due to a bug in the way Location Services was checking and setting the Time Zone. The bug resulted in Location Services doing this task abit too often, which resulted in the higher battery drain. Turning off the automatic setting of Time Zone in Location Services was a fix that many recommended.
I decided to give the same fix a go on my iPhone. The steps are listed below.
1. Open up Settings in your iPhone
2. Locate Location Services and then tap it to open it
3. Navigate to the end of the screen till you see System Services. Tap this to open it
4. In the screen that shows now, turn off Setting Time Zone by sliding the button beside it to OFF.
(for good measure, I turned off Location-Based iAds as well)
Doing the above restored my iPhone to the similar (if not same) battery life that I had before the upgrade.
The fix above should work for any iPhone running iOS 5.
Hope this brings relief to others that had batteries running empty sooner than expected.
Another thing I noticed was that my phone's battery kept on draining out faster than before. Where previously I would charge my iPhone once a day, I was now doing it twice a day! The only reason I could put to this behaviour was the recent upgrade to iOS 5. Searching on the internet, I found lots of users having similar issues. The difference though, was that they were using the new iPhone 4S while I was using iPhone 3Gs. However, saying that, they both were running iOS 5. Bingo!
Some websites reported that the degraded battery life on iPhone 4S was due to a bug in the way Location Services was checking and setting the Time Zone. The bug resulted in Location Services doing this task abit too often, which resulted in the higher battery drain. Turning off the automatic setting of Time Zone in Location Services was a fix that many recommended.
I decided to give the same fix a go on my iPhone. The steps are listed below.
1. Open up Settings in your iPhone
2. Locate Location Services and then tap it to open it
3. Navigate to the end of the screen till you see System Services. Tap this to open it
4. In the screen that shows now, turn off Setting Time Zone by sliding the button beside it to OFF.
(for good measure, I turned off Location-Based iAds as well)
Doing the above restored my iPhone to the similar (if not same) battery life that I had before the upgrade.
The fix above should work for any iPhone running iOS 5.
Hope this brings relief to others that had batteries running empty sooner than expected.
Wednesday, October 26, 2011
Happy Diwali and a Prosperous New Year

On this auspicious occasion, I would like to wish each and everyone of you a very Happy Diwali and a Prosperous New Year. Enjoy the sweets and savories with loved ones and make merry of this special day, a day that has been held special for generations.
For those that would like to know more about this special occasion, here is a wikipedia article on Diwali
Friday, October 21, 2011
Remote Desktop Client Asks for Login Username and Password - How to Disable this
Generally with time, newer versions of software get released. These releases are necessary to fix issues in the previous version and also to add new features.
However, sometimes the new features are not necessarily easily adopted. This can be quite evident when you have to re-learn what you have got into a habit of. Tell me, how many of your users (including you?) cried when trying to find the print button once you moved to Office 2010?
Remote Desktop Client (RDP) is one of the most used tools for any IT Admin. It gives you an easy way to connect to a server/computer without physically having to be there. But as of version 6, whenever you try to login to any server, before the client even initiates the connection, it prompts for the username and password. Now this can be ok, but at times you would rather enter the credentials at the logon prompt that the server shows on its desktop... well at least there are times when I would like that :)
I found how to do this using a tweak done on the default.rdp file. I thought I would share this so that others could benefit from it as well.
1. Locate the Default.rdp (located in your My Documents folder) file and open it in Notepad.
2. Add a line with the following
enablecredsspsupport:i:0
3. Default.rdp should now look something like below
redirectposdevices:i:0
authentication level:i:0
enablecredsspsupport:i:0
prompt for credentials:i:0
negotiate security layer:i:1
3. Save the file and then exit from Notepad
Now when you start RDP, you will not be prompted for your credentials.
Hope this comes in handy for those that have been nagged by this feature.
[the full document describing this tweak can be found here
However, sometimes the new features are not necessarily easily adopted. This can be quite evident when you have to re-learn what you have got into a habit of. Tell me, how many of your users (including you?) cried when trying to find the print button once you moved to Office 2010?
Remote Desktop Client (RDP) is one of the most used tools for any IT Admin. It gives you an easy way to connect to a server/computer without physically having to be there. But as of version 6, whenever you try to login to any server, before the client even initiates the connection, it prompts for the username and password. Now this can be ok, but at times you would rather enter the credentials at the logon prompt that the server shows on its desktop... well at least there are times when I would like that :)
I found how to do this using a tweak done on the default.rdp file. I thought I would share this so that others could benefit from it as well.
1. Locate the Default.rdp (located in your My Documents folder) file and open it in Notepad.
2. Add a line with the following
enablecredsspsupport:i:0
3. Default.rdp should now look something like below
redirectposdevices:i:0
authentication level:i:0
enablecredsspsupport:i:0
prompt for credentials:i:0
negotiate security layer:i:1
3. Save the file and then exit from Notepad
Now when you start RDP, you will not be prompted for your credentials.
Hope this comes in handy for those that have been nagged by this feature.
[the full document describing this tweak can be found here
Labels:
6,
credentials,
enablecredsspsupport,
password,
prompt,
rdp,
username,
windows
Thursday, October 20, 2011
Where are attachments opened inside Outlook Stored?
One of my users had received a document via email and for some reason instead of saving the document and then editing it, he opened it straight out of Outlook and started updating it. Having lost documents in the past due to not saving them continuously, he kept on saving his edits every 5 minutes. 2 hours later, when he finished updating the document, he closed it and went for lunch.
On his return, to his amazement, he could not locate the word document. After about 5 minutes, he realised that instead of saving the document to his computer first, he had started working straight from the email :(
Now how many of you have come across similar situations? Well, the mere fact that you are able to save updates to the document means that they ARE BEING SAVED SOMEWHERE. Just where is the mystery :)
Well the short answer is that they are stored in a secure temporary folder. The location depends on the version of Outlook you are running and can be easily found by looking at some registry values.
For Outlook 2010, look for the value name OutlookSecureTempFolder under
HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Security
or
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\Outlook\Security
For Outlook 2007, look for the value name OutlookSecureTempFolder under
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Security
or
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\Security
Outlook 2003, look for the value name OutlookSecureTempFolder under
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Security
or
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Outlook\Security
The actual Microsoft document detailing the above can be found here
Hope this comes in handy
On his return, to his amazement, he could not locate the word document. After about 5 minutes, he realised that instead of saving the document to his computer first, he had started working straight from the email :(
Now how many of you have come across similar situations? Well, the mere fact that you are able to save updates to the document means that they ARE BEING SAVED SOMEWHERE. Just where is the mystery :)
Well the short answer is that they are stored in a secure temporary folder. The location depends on the version of Outlook you are running and can be easily found by looking at some registry values.
For Outlook 2010, look for the value name OutlookSecureTempFolder under
HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Security
or
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\14.0\Outlook\Security
For Outlook 2007, look for the value name OutlookSecureTempFolder under
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\Security
or
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\12.0\Outlook\Security
Outlook 2003, look for the value name OutlookSecureTempFolder under
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Security
or
HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\11.0\Outlook\Security
The actual Microsoft document detailing the above can be found here
Hope this comes in handy
Subscribe to:
Posts (Atom)