<?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 &#124; Latest Tech News, Software And Tutorials &#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 news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 07:07:56 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <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 Brinkmann</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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/02/12/force-outlook-to-delete-mails-completely/feed/</wfw:commentRss> <slash:comments>3</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 Brinkmann</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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/09/23/enable-blocked-file-types-in-outlook/feed/</wfw:commentRss> <slash:comments>3</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 Brinkmann</dc:creator> <category><![CDATA[Email]]></category> <category><![CDATA[Tools]]></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 information about security alerts and options to configure 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, which can be changed with the help of this program.</p><p>Not knowing which program is seen as a threat by Outlook can be a frustrating and sometimes costly experience.</p><p>This Outlook add-in is also very useful if you get bombarded with security alerts in regular intervals. 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><blockquote><p>his add-in for Outlook solves all of the above problems providing the information not only about the type of alert, but also about what program caused it and makes it possible for the user to specify what status this program should have: allow access, block access or run the default Outlook handler. Later on you can change or delete the decision taken.</p></blockquote><p>Advanced Security for Outlook is compatible with all 32-bit versions of Microsoft&#8217;s messaging software from Outlook 2000 to the very latest version. The add-in will run on all Microsoft operating systems from Windows 95 on. Downloads are provided at the developer website.</p> ]]></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>
