<?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>Remote Administration For Windows &#187; Office</title>
	<atom:link href="http://www.intelliadmin.com/index.php/category/office/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.intelliadmin.com</link>
	<description>Windows Network Administration Software</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:36:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Clear out Microsoft Outlook attachments</title>
		<link>http://www.intelliadmin.com/index.php/2010/08/clear-out-microsoft-outlook-attachments/</link>
		<comments>http://www.intelliadmin.com/index.php/2010/08/clear-out-microsoft-outlook-attachments/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 16:27:59 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/index.php?p=2549</guid>
		<description><![CDATA[Back in 2007, I wrote an article about an error that you get in Outlook when you have too many attachments of the same name: Even Outlook 2010 has this problem. In the article, I walk you through deleting these files by hand. It is not an easy thing to do. You need to open [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2010/08/clear-out-microsoft-outlook-attachments/" title="Permanent link to Clear out Microsoft Outlook attachments"><img class="post_image alignleft remove_bottom_margin" src="http://www.networksteve.com/icons/Email.jpg" width="55" height="55" alt="Post image for Clear out Microsoft Outlook attachments" /></a>
</p><p>Back in 2007, I <a href="http://www.intelliadmin.com/index.php/2007/08/cant-create-file-outlook-error-and-a-the-fix/">wrote an article</a> about an error that you get in Outlook when you have too many attachments of the same name:</p>
<p><img src="http://www.networksteve.com/images/Can't%20Create%20File.jpg" alt="Can't Create File"/></p>
<p>Even Outlook 2010 has this problem.</p>
<p>In the article, I walk you through deleting these files by hand.</p>
<p>It is not an easy thing to do. You need to open the registry, find a key&#8230;then use that key to find a random folder name.</p>
<p>I thought it would be cool if we could build a utility that would do this for you. So, that is what we did:</p>
<p><img src="http://www.networksteve.com/images/Outlook Cleanup Screen Shot.jpg" alt="Outlook Cleanup Screen Shot"/></p>
<p>It will automatically scan your registry, find all Microsoft Outlook attachments, and then display them to you in the main window.</p>
<p>If it all looks like stuff you want to remove, you just hit the &#8220;Clean Up&#8221; button and it will delete them for you.</p>
<p>Here comes the bonus. You can run it silently from the command line.</p>
<p>What would you need that for? </p>
<p>You might have user that opens lots of attachments, and runs into this bug all the time.</p>
<p>Here is how you can have it run without any prompts:<br />
<code><br />
OutlookCleanup.exe /SILENT<br />
</code></p>
<p>It will quietly scan through your registry and find the temp folder and empty it. Throw this in a batch file and have it run at logon &#8211; you will never have to deal with this problem again.</p>
<p>Another thought came to mind while working on this: This is a security problem too. </p>
<p>While email is on your Exchange server&#8230;it is relatively secure. Not knowing this you might open a sensitive document, read it, and when you are finished &#8211; delete it. Unknown to you, Outlook has just made a copy of it and it is sitting right there on your hard drive. Waiting for someone to grab.</p>
<p>Until MS provides a fix, you can use this little utility to keep your Outlook attachments clean. I wouldn&#8217;t hold your breath waiting for an update &#8211; this bug has been around since 2002.</p>
<p><b>Get your copy from our <a href="http://www.intelliadmin.com/index.php/downloads/">free downloads page</a></b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2010/08/clear-out-microsoft-outlook-attachments/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Get Windows Update on a DVD</title>
		<link>http://www.intelliadmin.com/index.php/2009/09/get-windows-update-on-a-dvd/</link>
		<comments>http://www.intelliadmin.com/index.php/2009/09/get-windows-update-on-a-dvd/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 15:00:41 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Patches]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/blog/?p=940</guid>
		<description><![CDATA[I was reading an article at PCMag about PatchMateXP. They have had all the patches for XP on one convenient CD. Unfortunately for PatchMateXP, this breaks a license with Microsoft and they shut themselves down before they got into legal trouble. This got me thinking &#8211; is there a way to get MS Updates on [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was reading an <a href="http://blogs.pcmag.com/securitywatch/2009/09/microsoft_says_no_again_to_win.php">article</a> at PCMag about <a href="http://www.patchmate.net/">PatchMateXP.</a> They <del datetime="2009-09-16T14:43:17+00:00">have</del> had all the patches for XP on one convenient CD.</p>
<p>Unfortunately for PatchMateXP, this breaks a license with Microsoft and they shut themselves down before they got into legal trouble.</p>
<p>This got me thinking &#8211; is there a way to get MS Updates on DVD or CD?</p>
<p>My findings were quite interesting.</p>
<p>After tons of digging, I found this Microsoft Knowledge base article: <a href="http://support.microsoft.com/kb/913086">913086</a></p>
<p>At that link, Microsoft provides ISO files that contain all of the security updates by month. They update it regularly.</p>
<p>This works fine if you are already patched up, and just need a few months. What if you need all of the patches for Vista, XP, or 2003? That won&#8217;t really help.</p>
<p>I dug some more, and I came across a free utility called Offline Update. You can <a href="http://www.h-online.com/security/Offline-Update--/features/112953">download it from here</a>.</p>
<p>It allows you to create an ISO file with patches for a specific version of Windows. It gets around those pesky legal issues by having you download the patches to generate the ISO file.</p>
<p>To use it, download the package from the above website, and extract it into a folder. In the root directory you will find a program named UpdateGenerator.exe</p>
<p>Launch it, and you will see that it has a simple, but effective interface:</p>
<p><a href="http://www.intelliadmin.com/images/Offline%20Update%206.jpg"><img border=0 src="http://www.intelliadmin.com/images/Offline%20Update%206%20Small.jpg" alt="Offline Update 6"></a></p>
<p>It even includes patches for Office &#8211; a nice bonus.</p>
<p>Select the patches you want, and click start.</p>
<p>A command line window will popup and it will download for hours or days, but eventually it will finish.</p>
<p>When it completes, you will find the completed ISO file in the folder named ISO under the root:</p>
<p><img src="http://www.intelliadmin.com/images/Offline%20Update%20ISO.jpg" alt="Offline Update ISO"></p>
<p>In my case it was the 64 bit version of 2003/XP patches.</p>
<p>Want to know the coolest part?</p>
<p>The ISO it builds is more than a collection of patches, it includes a custom program that will automatically install all of them in one shot.</p>
<p>Simply pop your burned DVD into the drive, and a window will show up:</p>
<p><img src="http://www.intelliadmin.com/images/Offline%20Update%20Program.jpg" alt="Offline Update Program"></p>
<p>Don&#8217;t be confused by the list of options, it is just giving you a choice on non-patch items included in the ISO.</p>
<p>If you just want the patches, simply select nothing and click start. It will only install the patches that have not been installed on your system:</p>
<p><a href="http://www.intelliadmin.com/images/Offline%20Install%20Patches.jpg"><img src="http://www.intelliadmin.com/images/Offline%20Install%20Patches%20Small.jpg" alt="Offline Install Patches" border=0></a></p>
<p>That is all there is to it. The program will install all of the patches, reboot, and the system is up to date.</p>
<p>Now, I can burn that ISO, and give it to my friend Brett, since he lives in an Internet dead zone.</p>
<p>This little utility can be a huge time saver. I highly recommend it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2009/09/get-windows-update-on-a-dvd/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Automatically Create Outlook Profile</title>
		<link>http://www.intelliadmin.com/index.php/2009/06/automatically-create-outlook-profile/</link>
		<comments>http://www.intelliadmin.com/index.php/2009/06/automatically-create-outlook-profile/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 05:40:09 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=3995</guid>
		<description><![CDATA[With Microsoft Outlook there is always some form or wizard that needs to be completed before a user can start accessing their email. Even in Outlook 2010, there are still setup pages the user has to fill out. This can get especially painful if you have users that logon to different computers across your network. [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2009/06/automatically-create-outlook-profile/" title="Permanent link to Automatically Create Outlook Profile"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/Email.jpg" width="55" height="55" alt="Post image for Automatically Create Outlook Profile" /></a>
</p><p>With Microsoft Outlook there is <i>always</i> some form or wizard that needs to be completed before a user can start accessing their email.</p>
<p>Even in Outlook 2010, there are still setup pages the user has to fill out. </p>
<p><img src="http://www.intelliadmin.com/images/Outlook%202010%20Setup%20Screen.jpg" alt="Outlook 2010 Setup"/></p>
<p>This can get especially painful if you have users that logon to different computers across your network.</p>
<p>We have an answer for this problem, and it is called Profile Generator. </p>
<p>Here is how it works&#8230;</p>
<p>Visit the download page:</p>
<p><a href="http://www.intelliadmin.com/index.php/outlookprofilegeneratordownload/"><img src="http://www.intelliadmin.com/images/Profile%20Generator%20Download%20Page%203.0.jpg" alt="Profile Generator Settings"/></a></p>
<p>(Link: <a href="http://www.intelliadmin.com/index.php/outlookprofilegeneratordownload/">http://www.intelliadmin.com/index.php/outlookprofilegeneratordownload/</a>)</p>
<p>Set your exchange host name, and select your options. </p>
<p>Want Outlook to be configured with cache mode disabled?</p>
<p>- Check that box.</p>
<p>What about those laptops on the road?  </p>
<p>- You can set it to configure HTTP based access. </p>
<p>Need to enable encryption?  </p>
<p>- Check that box.</p>
<p>Then, once you have completed your selections, click the download button. </p>
<p><img src="http://www.intelliadmin.com/images/Profile%20Generator%203.0%20Download%20Button.jpg" alt="Profile Generator 3.0 Download"/></p>
<p>Our server will build a custom program that will apply all of the requested settings, and you can download it instantly.</p>
<p>Put the program in the users logon script, and now you have a lot more time on your hands. </p>
<p>Users are happy because their Outlook &#8220;Just works&#8221; everywhere on your network, and you are happy since you no longer have to deal with helping them set it up.</p>
<p>It works with Exchange 2003, 2007, and 2010 &#8211; and is compatible with Outlook XP, 2003, 2007, and 2010. </p>
<p>Only $299 for a company license. No per-user costs, just one price.</p>
<p>Check it out at:</p>
<p><a href="http://www.intelliadmin.com/index.php/profile-generator/">http://www.intelliadmin.com/index.php/profile-generator/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2009/06/automatically-create-outlook-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the default open attachment location in Outlook</title>
		<link>http://www.intelliadmin.com/index.php/2009/06/change-the-default-open-attachment-location-in-outlook/</link>
		<comments>http://www.intelliadmin.com/index.php/2009/06/change-the-default-open-attachment-location-in-outlook/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 15:30:20 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/blog/?p=770</guid>
		<description><![CDATA[I recently received a question from a reader: Hi Steve, I recently read your article about changing the default save location for MS Outlook 2003 at http://www.intelliadmin.com/blog/index.php/2007/09/set-default-folder-for-attachments-in-outlook-2003/ It is very informative; however, it was almost what I was looking for. I would like to change the default OPEN location, so I was wondering if you [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I recently received a question from a reader:</p>
<p><i>Hi Steve,</p>
<p>I recently read your article about changing the default save location for MS Outlook 2003 at <a href="http://www.intelliadmin.com/blog/index.php/2007/09/set-default-folder-for-attachments-in-outlook-2003/">http://www.intelliadmin.com/blog/index.php/2007/09/set-default-folder-for-attachments-in-outlook-2003/</a></p>
<p>It is very informative; however, it was almost what I was looking for.  I would like to change the default OPEN location, so I was wondering if you know how that would be accomplished.<br />
</i></p>
<p>Very good question. It could be useful to have Outlook open to the folder of your choice when clicking on the attachment button &#8211; especially if you send lots of them every day.</p>
<p>The default option is that it opens to the documents folder:</p>
<p><img src="http://www.intelliadmin.com/images/Outlook%20Default%20Open%20Folder.20090609.jpg" alt="Outlook Default Open Folder"></p>
<p>The bummer is that after lots of research, I have come to the conclusion that the only way to change this is to change the location of your &#8220;My Documents&#8221; folder</p>
<p>You can change the folder location by right clicking it on your desktop, and going to properties. Or you can dig into the registry down to this key:</p>
<p>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders</p>
<p>Find the &#8220;Personal&#8221; value, and change it to your folder of choice. From that point on Outlook will default to that folder when you go to attach a file. <font color="Red"> The side effect of this is that it changes the location of your &#8220;My Documents&#8221; folder</font> &#8211; so this is a trade off you will need to consider.</p>
<p>That is the only way I know to change it. If anyone else has a better method, please email me (<a href="mailto:support@intelliadmin.com">support@intelliadmin.com</a>) or drop a line in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2009/06/change-the-default-open-attachment-location-in-outlook/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t Create File &#8211; Outlook Error, and a the Fix</title>
		<link>http://www.intelliadmin.com/index.php/2007/08/cant-create-file-outlook-error-and-a-the-fix/</link>
		<comments>http://www.intelliadmin.com/index.php/2007/08/cant-create-file-outlook-error-and-a-the-fix/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 10:57:00 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://intelliadmin.wordpress.com/2007/08/28/cant-create-file-outlook-error-and-a-the-fix/</guid>
		<description><![CDATA[I have been seeing this message on and off with attachments for some time now in outlook: Can&#8217;t Create file: VoiceMessage.wav. Right-Click the folder you want to create the file in, and then click properties on the shortcut menu to check your permissions for the folder In this case it was a voicemail. Sometimes it [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have been seeing this message on and off with attachments for some time now in outlook:</p>
<p><i>Can&#8217;t Create file: VoiceMessage.wav. Right-Click the folder you want to create the file in, and then click properties on the shortcut menu to check your permissions for the folder</i></p>
<p>In this case it was a voicemail. Sometimes it is a PDF file, other times it is a BMP. The only connection I started to notice was the name of the file. </p>
<p>After some research I discovered that Outlook saves every single attachment you download &#8211; in a temp folder. If the same file name exists, it simply appends a number like this:</p>
<p><img src="http://www.intelliadmin.com/images/Too Many Attachments.jpg" alt="Too many attachments"></p>
<p>The only problem is that it gets stuck at 100. Once you have had 100 attachments with the same name you get the error message I described. </p>
<p>The trick is finding *where* outlook is storing all of this. </p>
<p><b>Update August, 2010 &#8211; We just created a utility that will clean up this folder for you. Look for the <a href="http://www.intelliadmin.com/index.php/downloads/">Outlook Cleanup Tool in our downloads section</a>. </p>
<p>For more information about the download, visit <a href="http://www.intelliadmin.com/index.php/2010/08/clear-out-microsoft-outlook-attachments/">this page</a></b></p>
<p>Microsoft decided that they would create a random folder name to keep viruses and maleware from finding this folder and exploiting it to their advantage.</p>
<p>The folder path can be found under this key:</p>
<p>HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Security</p>
<p>See the variable on the right named &#8220;OutlookSecureTempFolder&#8221; &#8211; That is your path</p>
<p><img src="http://www.intelliadmin.com/images/Outlook Temp Folder Location.jpg" alt="Outlook temp folder location"></p>
<p>Now that you know where the files are you can simply clear them out from time to time, and the error will go away.</p>
<p>Still, I am a little irritated that this problem has not been fixed by know in a service pack, or a patch. Hopefully Outlook 2007 does not have the same issue.
<div class="blogger-post-footer"><a href="http://www.intelliadmin.com/downloads.htm">Check out our Windows Admin Tools</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2007/08/cant-create-file-outlook-error-and-a-the-fix/feed/</wfw:commentRss>
		<slash:comments>77</slash:comments>
		</item>
	</channel>
</rss>

