<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; outlook security</title>
	<atom:link href="http://www.ghacks.net/tag/outlook-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 20:14:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Force Outlook To Delete Mails Completely</title>
		<link>http://www.ghacks.net/2009/02/12/force-outlook-to-delete-mails-completely/</link>
		<comments>http://www.ghacks.net/2009/02/12/force-outlook-to-delete-mails-completely/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 17:39:52 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[email tips]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[outlook delete emails]]></category>
		<category><![CDATA[outlook emails]]></category>
		<category><![CDATA[outlook express]]></category>
		<category><![CDATA[outlook pst]]></category>
		<category><![CDATA[outlook security]]></category>
		<category><![CDATA[outlook tips]]></category>
		<category><![CDATA[PSTNullFreeOnClose]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10509</guid>
		<description><![CDATA[If you are using the email client Microsoft Outlook you might have noticed that mails that you deleted earlier were still available in the Outlook pst files on the computer&#8217;s hard drive. Those pst files can be opened with a special viewer for that file types or with a hex editor. When an email gets [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using the email client Microsoft Outlook you might have noticed that mails that you deleted earlier were still available in the Outlook pst files on the computer&#8217;s hard drive. Those pst files can be opened with a special viewer for that file types or with a hex editor. When an email gets deleted in Microsoft Outlook it will only be removed from the program&#8217;s interface but will stay in the associated pst file.</p>
<p>Only compressing the folders will delete that email permanently from the computer system. That&#8217;s great if you deleted an email by accident and want to recover it but bad if an unauthorized third party tries to read your emails.</p>
<p>Microsoft Outlook provides the means to compress a folder immediately but no option to automate the task. It will however display a popup every 100th time that Outlook got closed asking if the user wants to compress the folders.</p>
<p><span id="more-10509"></span>A far better solution to force Outlook to delete deleted mails completely at every shutdown is to change a setting in the Windows Registry.</p>
<p>Open the Windows Registry by pressing [Windows R], typing [regedit] and hitting [enter]. Navigate to the following Registry key:</p>
<p><code>HKEY_CURRENT_USER\Software\Microsoft\Office</code></p>
<p>The next step depends on the version of Microsoft Outlook or Microsoft Office that is installed on the computer. When in doubt perform the operation for all of the following subkeys.</p>
<p>Find the 9.0, 10.0, 11.0 or 12.0 keys in that folder. Click in the Outlook subkey and locate the key PST. If PST is not existing create it. A full Registry path to the right location could look like this:</p>
<p><code>HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\PST\</code></p>
<p>Only the 12.0 can change in the path. If you are in the PST key right-click in the right pane and select New > DWord.</p>
<p>Name the Dword PSTNullFreeOnClose. Double-click it afterwards and give it the value 1 to enable it. This ensures that Microsoft Outlook will remove deleted mails completely on every exit from the computer system.</p>

	Tags: <a href="http://www.ghacks.net/tag/email/" title="Email" rel="tag">Email</a>, <a href="http://www.ghacks.net/tag/email-tips/" title="email tips" rel="tag">email tips</a>, <a href="http://www.ghacks.net/tag/microsoft-outlook/" title="microsoft outlook" rel="tag">microsoft outlook</a>, <a href="http://www.ghacks.net/tag/outlook-delete-emails/" title="outlook delete emails" rel="tag">outlook delete emails</a>, <a href="http://www.ghacks.net/tag/outlook-emails/" title="outlook emails" rel="tag">outlook emails</a>, <a href="http://www.ghacks.net/tag/outlook-express/" title="outlook express" rel="tag">outlook express</a>, <a href="http://www.ghacks.net/tag/outlook-pst/" title="outlook pst" rel="tag">outlook pst</a>, <a href="http://www.ghacks.net/tag/outlook-security/" title="outlook security" rel="tag">outlook security</a>, <a href="http://www.ghacks.net/tag/outlook-tips/" title="outlook tips" rel="tag">outlook tips</a>, <a href="http://www.ghacks.net/tag/pstnullfreeonclose/" title="PSTNullFreeOnClose" rel="tag">PSTNullFreeOnClose</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/07/14/advanced-sorting-in-microsoft-outlook/" title="Advanced Sorting In Microsoft Outlook (July 14, 2009)">Advanced Sorting In Microsoft Outlook</a> (9)</li>
	<li><a href="http://www.ghacks.net/2008/05/15/tweaker-for-outlook-express/" title="Tweaker for Outlook Express (May 15, 2008)">Tweaker for Outlook Express</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/08/08/outlook-express-password-recovery/" title="Outlook Express Password Recovery (August 8, 2008)">Outlook Express Password Recovery</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/01/13/monitor-microsoft-exchange-server-and-outlook-folders/" title="Monitor Microsoft Exchange Server And Outlook Folders (January 13, 2009)">Monitor Microsoft Exchange Server And Outlook Folders</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/03/11/microsoft-outlook-display-and-save-email-attachments/" title="Microsoft Outlook: Display And Save Email Attachments (March 11, 2009)">Microsoft Outlook: Display And Save Email Attachments</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/12/force-outlook-to-delete-mails-completely/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Enable blocked file types in Outlook</title>
		<link>http://www.ghacks.net/2007/09/23/enable-blocked-file-types-in-outlook/</link>
		<comments>http://www.ghacks.net/2007/09/23/enable-blocked-file-types-in-outlook/#comments</comments>
		<pubDate>Sun, 23 Sep 2007 14:30:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[Outlook block files]]></category>
		<category><![CDATA[outlook security]]></category>
		<category><![CDATA[outlook tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/09/23/enable-blocked-file-types-in-outlook/</guid>
		<description><![CDATA[Outlook blocks certain file types like exe and vbs by default giving the user no option to enable certain file types that the user would like to access. The only possible option for most users is to ask the sender to send the mail in a format that is not blocked automatically by Microsoft Outlook. ]]></description>
			<content:encoded><![CDATA[<p>Outlook blocks certain file types like exe and vbs by default giving the user no option to enable certain file types that the user would like to access. The only possible option for most users is to ask the sender to send the mail in a format that is not blocked automatically by Microsoft Outlook. </p>
<p>A possible format would be zip for instance. There is however another option for Outlook users. It is possible to add a key to the registry to enable certain file types that are then no longer blocked in Microsoft Outlook. To do so hit Windows R, type in regedit and hit enter.</p>
<p>Navigate to the key HKEY_CURRENT_USER / Software / Microsoft / Office / 10.0 / Outlook / Security for Outlook XP. Change 10.0 with 11.0 if you run Outlook 2003. Right-click in the right window and select New > Key. Name it &#8216;Level1Remove&#8217; (without the &#8221;) and add one or more file extensions to the key. It could for instance look like &#8216;.exe;.vbs&#8217;.</p>
<p><span id="more-2038"></span>This would unblock .exe and .vbs file types in Microsoft Outlook.</p>

	Tags: <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/microsoft-outlook/" title="microsoft outlook" rel="tag">microsoft outlook</a>, <a href="http://www.ghacks.net/tag/outlook-block-files/" title="Outlook block files" rel="tag">Outlook block files</a>, <a href="http://www.ghacks.net/tag/outlook-security/" title="outlook security" rel="tag">outlook security</a>, <a href="http://www.ghacks.net/tag/outlook-tips/" title="outlook tips" rel="tag">outlook tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/02/12/force-outlook-to-delete-mails-completely/" title="Force Outlook To Delete Mails Completely (February 12, 2009)">Force Outlook To Delete Mails Completely</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/07/14/advanced-sorting-in-microsoft-outlook/" title="Advanced Sorting In Microsoft Outlook (July 14, 2009)">Advanced Sorting In Microsoft Outlook</a> (9)</li>
	<li><a href="http://www.ghacks.net/2008/04/12/add-file-types-to-the-microsoft-outlook-attachment-manager/" title="Add File types to the Microsoft Outlook Attachment Manager (April 12, 2008)">Add File types to the Microsoft Outlook Attachment Manager</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/05/15/tweaker-for-outlook-express/" title="Tweaker for Outlook Express (May 15, 2008)">Tweaker for Outlook Express</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/07/30/schedule-emails-in-microsoft-outlook/" title="Schedule Emails In Microsoft Outlook (July 30, 2009)">Schedule Emails In Microsoft Outlook</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/09/23/enable-blocked-file-types-in-outlook/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Advanced Security for Outlook</title>
		<link>http://www.ghacks.net/2007/07/22/advanced-security-for-outlook/</link>
		<comments>http://www.ghacks.net/2007/07/22/advanced-security-for-outlook/#comments</comments>
		<pubDate>Sun, 22 Jul 2007 06:20:43 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[advanced security]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[outlook security]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/07/22/advanced-security-for-outlook/</guid>
		<description><![CDATA[Some of my friends still use Outlook because they need the excellent calendar functionality and I'm forced to live with it at work as well. I guess a lot of other users have to work with Outlook as well that is why I thought it would be a nice idea to write about the software Advanced Security for Outlook.]]></description>
			<content:encoded><![CDATA[<p>Some of my friends still use Outlook because they need the excellent calendar functionality and I&#8217;m forced to live with it at work as well. I guess a lot of other users have to work with Outlook as well that is why I thought it would be a nice idea to write about the software Advanced Security for Outlook.</p>
<p><a href="http://www.mapilab.com/outlook/security/">Advanced Security for Outlook</a> is an add-in for Outlook that gives the user more details about security alerts and a way of how those alerts should be handled in the future. The default Outlook alert does not mention which program is trying to access Outlook for instance.</p>
<p>This Outlook add-in is also very useful if you get bombarded with security alerts knowing. You can easily turn them off using this add-in. Whenever a security alert pops up the user has the choice to allow access, block access or call the default handler and check whether he would like to use this action from now on for this security alert.</p>
<p><span id="more-1786"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/advanced-security/" title="advanced security" rel="tag">advanced security</a>, <a href="http://www.ghacks.net/tag/microsoft-outlook/" title="microsoft outlook" rel="tag">microsoft outlook</a>, <a href="http://www.ghacks.net/tag/outlook/" title="outlook" rel="tag">outlook</a>, <a href="http://www.ghacks.net/tag/outlook-security/" title="outlook security" rel="tag">outlook security</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/01/11/xobni-for-microsoft-outlook/" title="Xobni for Microsoft Outlook (January 11, 2008)">Xobni for Microsoft Outlook</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/03/11/truemark-email-identification/" title="Truemark Email Identification (March 11, 2009)">Truemark Email Identification</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/08/09/tablet-enhancements-3-for-outlook/" title="Tablet Enhancements 3 for Outlook (August 9, 2008)">Tablet Enhancements 3 for Outlook</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/06/03/recover-lost-outlook-passwords/" title="Recover Lost Outlook Passwords (June 3, 2008)">Recover Lost Outlook Passwords</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/01/03/outlook-tips-multiple-outlook-instances/" title="Outlook Tips: Multiple Outlook Instances (January 3, 2009)">Outlook Tips: Multiple Outlook Instances</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/07/22/advanced-security-for-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
