<?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>David Vielmetter</title>
	<atom:link href="http://davidvielmetter.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidvielmetter.com</link>
	<description>Tips, Tricks and Reviews</description>
	<lastBuildDate>Wed, 22 Feb 2012 23:39:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Downloads folder is slow to list items</title>
		<link>http://davidvielmetter.com/tips/downloads-folder-slow-to-list-items/</link>
		<comments>http://davidvielmetter.com/tips/downloads-folder-slow-to-list-items/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 23:05:26 +0000</pubDate>
		<dc:creator>David Vielmetter</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[delay]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[enumerate]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[folder view]]></category>
		<category><![CDATA[general items]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[slow loading]]></category>
		<category><![CDATA[thumbnails]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://davidvielmetter.com/?p=4249</guid>
		<description><![CDATA[To me, there are few things worse than an intermittent computer problem&#8230;yea I know that&#8217;s a first world problem, but the occasional listing delay on the Download folder in Windows 7 definitely qualifies as one of those annoyances for me. I&#8217;ve just never had enough time to really analyze the problem and figure out what&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://davidvielmetter.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/4249.png&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>To me, there are few things worse than an intermittent computer problem&#8230;yea I know that&#8217;s a first world problem, but the occasional listing delay on the Download folder in Windows 7 definitely qualifies as one of those annoyances for me. I&#8217;ve just never had enough time to really analyze the problem and figure out what&#8217;s going on. Well last week work was slow, so here it is: The problem is that the Downloads folder in Windows 7 is a Picture items folder. <span id="more-4249"></span></p>
<p>Picture folders in Windows 7 have a special thumbnail cache that gets refreshed every so often&#8230;the process involves looking at each file in the folder and quickly generating a thumbnail image on the fly. I guess if you were downloading mostly images from the web, then having your downloads folder be a Picture folder this setup would make sense, but for me it&#8217;s just an annoyance because I&#8217;ve applied the detail view to my downloads folder so I&#8217;d never even see a thumbnail in that view.</p>
<p>Here&#8217;s a quick demonstration video of the problem:<br />
<iframe src="http://www.screenr.com/embed/WbIs" frameborder="0" width="650" height="396"></iframe><br />
To eliminate the delay caused by thumbnail generating, simply change the custom properties of the downloads folder. Here&#8217;s how:</p>
<p>[step 1] Right-click the downloads folder and select Properties.</p>
<p>[step 2] Click the Customize tab and change option under <strong>Optimize this folder for</strong> from <strong>Pictures</strong> to <strong>General Items</strong> in the drop down.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/02/downloads-properties-cutomize-folder.png"><img class="alignnone size-medium wp-image-4250" title="downloads properties cutomize folder" src="http://davidvielmetter.com/wp-content/uploads/2012/02/downloads-properties-cutomize-folder-234x300.png" alt="" width="234" height="300" /></a></p>
<p>[step 3] Click Apply or OK to save the changes.</p>
<p>That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidvielmetter.com/tips/downloads-folder-slow-to-list-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screenr &#8211; a tool for error reporting</title>
		<link>http://davidvielmetter.com/reviews/screenr-for-error-reporting/</link>
		<comments>http://davidvielmetter.com/reviews/screenr-for-error-reporting/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 04:44:03 +0000</pubDate>
		<dc:creator>David Vielmetter</dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://davidvielmetter.com/?p=4237</guid>
		<description><![CDATA[With ever more complex business process software, the bugs are often deeply embedded within a process or sequence of steps. Unless you perform the sequence precisely, chances of reproducing the error, bug or crash are slim to none. This makes it difficult for developers and support staff to troubleshoot an issue and escalate it properly. [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://davidvielmetter.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/4237.png&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>With ever more complex business process software, the bugs are often deeply embedded within a process or sequence of steps. Unless you perform the sequence precisely, chances of reproducing the error, bug or crash are slim to none. This makes it difficult for developers and support staff to troubleshoot an issue and escalate it properly.</p>
<p><span id="more-4237"></span></p>
<p>Often times, what happens is an infinite loop of customer reporting an issue and support staff not being able to reproduce it. The problem is almost always one of communication. Unless the support staff member can see the entire sequence of steps taken to arrive at the problem, there is little he can do for the customer. And development/quality control can&#8217;t do much to patch bugs without a defined procedure that contradicts expected behavior.</p>
<p>This is where <a title="Screenr Screencast Tool" href="http://screenr.com">SCREENR</a> comes in handy. It is one of the fastest and easiest ways to record the aforementioned sequence or process&#8230;you know the steps the customer took to produce the crash or error.</p>
<p>It&#8217;s easy to share the recorded recordings with support and development staff so problems can be reproduced and hopefully patched faster. Once a screencast is recorded, you&#8217;ll be able to publish it publicly for anyone to see via a screenr short link.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/02/screenr-just-set-the-area-and-click-record.jpg"><img class="alignnone size-medium wp-image-4245" title="screenr - just set the area and click record" src="http://davidvielmetter.com/wp-content/uploads/2012/02/screenr-just-set-the-area-and-click-record-300x217.jpg" alt="" width="300" height="217" /></a></p>
<p>Limitations of <a title="Screenr Screencast Tool" href="http://screenr.com">SCREENR</a> include a set amount of time you can record or capture a screen for free.</p>
<ul>
<li><strong>System requirements</strong> &#8211; Java Run Time</li>
<li><strong>Screencast duration</strong> &#8211; The maximum length of screencasts is five minutes per screencast.</li>
<li><strong>Webcam &amp; Microphone support</strong> &#8211; <a title="Screenr Screencast Tool" href="http://screenr.com">SCREENR</a> supports audio recording, but not webcam recording in addition to screencasting.</li>
</ul>
<p>Here&#8217;s a sample screencast where I demonstrate how SageTV works on a client computer:<br />
<iframe src="http://www.screenr.com/embed/w0Is" frameborder="0" width="650" height="396"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://davidvielmetter.com/reviews/screenr-for-error-reporting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualize an aging server</title>
		<link>http://davidvielmetter.com/tricks/virtualize-an-aging-server/</link>
		<comments>http://davidvielmetter.com/tricks/virtualize-an-aging-server/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 01:27:57 +0000</pubDate>
		<dc:creator>David Vielmetter</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[mas90]]></category>
		<category><![CDATA[p2v]]></category>
		<category><![CDATA[physical to virtual]]></category>
		<category><![CDATA[sage sofware]]></category>
		<category><![CDATA[Terminal Services]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualize]]></category>
		<category><![CDATA[virtualized]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware converter]]></category>
		<category><![CDATA[Windows 2003 Server]]></category>

		<guid isPermaLink="false">http://davidvielmetter.com/?p=4213</guid>
		<description><![CDATA[If you&#8217;re like most businesses, you&#8217;ve got a few aging servers in your infrastructure. They are probably running legacy applications you can&#8217;t afford to upgrade right now and as long as things still work, you&#8217;ve taken the &#8220;don&#8217;t fix it if it ain&#8217;t broke&#8221; approach to them. Problem is that the hardware these servers are [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://davidvielmetter.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/4213.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>If you&#8217;re like most businesses, you&#8217;ve got a few aging servers in your infrastructure. They are probably running legacy applications you can&#8217;t afford to upgrade right now and as long as things still work, you&#8217;ve taken the &#8220;don&#8217;t fix it if it ain&#8217;t broke&#8221; approach to them. Problem is that the hardware these servers are running on is <strong>really</strong> getting old now and you worry about a crash when you should be sleeping&#8230;so what do you do? You virtualize it, that&#8217;s what! Here&#8217;s how:</p>
<p>[The Problem]</p>
<p>Say you&#8217;ve got an old server&#8230;perhaps even some ancient whitebox running Windows 2000 or Windows 2003. Let&#8217;s say it&#8217;s running MAS90 because that&#8217;s a good example of a nightmare to upgrade. Well, then you can use the steps below to see if Virtualizing the server is going to be an option. Best of all, it won&#8217;t take very long to find out.</p>
<p>If it works you&#8217;ll be able to run the server as-is on newer hardware which is still be covered under warranty/service contracts. As an example, my test system is a workstation with a Core I3 3.0Ghz CPU and 8GB of RAM. Running VirtualBox and my virtualized Windows 2003 server in the background causes no noticeable slowdown on my machine.</p>
<p>[The Solution]</p>
<p>[Requirements]</p>
<p>1. A fast server/workstation with lots of RAM and for best performance multiple Network Interface Cards (NIC&#8217;s).<br />
2. <a title="VMware Player" href="http://downloads.vmware.com/d/info/desktop_end_user_computing/vmware_player/4_0">VMware Player</a> or <a title="Sun/Oracle VirtualBox" href="https://www.virtualbox.org/wiki/Downloads">VirtualBox</a> software (both available for free).<br />
3. <a title="VMware vCenter Converter 4.3" href="http://downloads.vmware.com/d/details/converter430/dGhiZEB0ZWJkd2V3">VMware vCenter Converter</a> (available for free).</p>
<p>[step 1] Be sure that your fast server/workstation is connected to the same network as the server we are going to virtualize (i.e. you can ping and access it through the network).</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/02/ping_2k3svr.png"><img class="alignnone size-medium wp-image-4214" title="ping_2k3svr" src="http://davidvielmetter.com/wp-content/uploads/2012/02/ping_2k3svr-300x140.png" alt="" width="300" height="140" /></a></p>
<p>[step 2] Install <a title="VMware vCenter Converter 4.3" href="http://downloads.vmware.com/d/details/converter430/dGhiZEB0ZWJkd2V3">VMware vCenter Converter</a> and <a title="VMware Player" href="http://downloads.vmware.com/d/info/desktop_end_user_computing/vmware_player/4_0">VMware Player</a> or <a title="Sun/Oracle VirtualBox" href="https://www.virtualbox.org/wiki/Downloads">VirtualBox</a> on your fast server. NOTE: VMware products require you to create an account before you can download them. Both VMware Converter and Player are free, however.</p>
<p>[step 3] Open <a title="VMware vCenter Converter 4.3" href="http://downloads.vmware.com/d/details/converter430/dGhiZEB0ZWJkd2V3">VMware vCenter Converter</a> (I installed v4.3, but the latest version should work the same way) and click <strong>Convert Machine</strong></p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/02/VMware-vCenter-Converter-1.png"><img class="alignnone size-medium wp-image-4215" title="vmware vcenter converter - convert machine" src="http://davidvielmetter.com/wp-content/uploads/2012/02/VMware-vCenter-Converter-1-300x138.png" alt="" width="300" height="138" /></a></p>
<p>[step 4] Enter the<strong> IP address</strong> or <strong>name</strong> of the server you want to convert. You&#8217;ll also need to specify a valid <strong>username</strong> and <strong>password</strong> for it and finally, be sure to select <strong>Windows</strong> from the OS Family. Then click Next.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/02/vmware_vcenter_converter1.jpg"><img class="alignnone size-medium wp-image-4216" title="vmware_vcenter_converter1" src="http://davidvielmetter.com/wp-content/uploads/2012/02/vmware_vcenter_converter1-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>[step 5] Enter a name for your virtual machine, then select a network path where to store the converted machine. NOTE: the Virtual Machine will take the same amount of disk space as the server you are trying to convert is utilizing, so pick a location with plenty of room. Then click Next.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/02/vmware_vcenter_converter2.jpg"><img class="alignnone size-medium wp-image-4217" title="vmware_vcenter_converter2" src="http://davidvielmetter.com/wp-content/uploads/2012/02/vmware_vcenter_converter2-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>[step 6] Leave the options set to default on the <strong>Options</strong> screen and click Next. Then click Finish.</p>
<p>[troubleshooting] If you&#8217;ve run into errors so far, they&#8217;re probably related to gaining access to system you&#8217;re trying to virtualize or storing the virtualized machine. If you cannot overcome these issues, you can try installing the VMware vCenter Converter directly on the system you are trying to convert and then in <strong>[step 4]</strong> pick <strong>This local machine</strong> instead of <strong>A remote machine</strong>.</p>
<p>[step 7] When the VMware vCenter Converter process has been completed and a Virtual Machine has been generated, you&#8217;ll have two files:</p>
<p>2k3svr.vmdk<br />
2k3svr.vmx</p>
<p>I decided to use VirtualBox to run this Virtual Machine because it has a smaller footprint than VMware Player, but both should work. Here is how to run the Virtual Machine we have created in [steps 1-7]:</p>
<p>[step 1] Copy both files created in [step 7] to a directory on your fast computer running VMware Player or VirtualBox.</p>
<p>[step 2] Open VirtualBox and create a new Virtual Machine.</p>
<p>[step 3] Give it a name (i.e. 2k3svr) and change the version to 2003 or whatever matches your old server&#8217;s operating system. Then click Next.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/02/virtualbox_create_new_machine1.png"><img class="alignnone size-medium wp-image-4218" title="virtualbox_create_new_machine1" src="http://davidvielmetter.com/wp-content/uploads/2012/02/virtualbox_create_new_machine1-300x195.png" alt="" width="300" height="195" /></a></p>
<p>[step 4] I specify 2GB of ram for 2003 servers (that should be plenty for x86 systems). Then click Next.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/02/virtualbox_create_new_machine2.png"><img class="alignnone size-medium wp-image-4219" title="virtualbox_create_new_machine2" src="http://davidvielmetter.com/wp-content/uploads/2012/02/virtualbox_create_new_machine2-300x195.png" alt="" width="300" height="195" /></a></p>
<p>[step 5] Select <strong>Use existing hard disk</strong> and browse to the location of your VMDK file generated in [step 1] above. Then click Next.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/02/virtualbox_create_new_machine3.png"><img class="alignnone size-medium wp-image-4220" title="virtualbox_create_new_machine3" src="http://davidvielmetter.com/wp-content/uploads/2012/02/virtualbox_create_new_machine3-300x195.png" alt="" width="300" height="195" /></a></p>
<p>[step 6] Now click Create. You are now ready to run your newly created Virtual Machine.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/02/virtualized_mas90_win2003_terminal_services_server0.jpg"><img class="alignnone size-medium wp-image-4222" title="virtualized_mas90_win2003_terminal_services_server0" src="http://davidvielmetter.com/wp-content/uploads/2012/02/virtualized_mas90_win2003_terminal_services_server0-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>[step 7] If the virtual machine hangs upon starting, power it off and then start it again fresh. This happens sometimes with newly created Virtual Machines in VirtualBox. Once your Virtual Machine is running, you can log in just like any other system.</p>
<p>EXAMPLE &#8211; Windows 2003 Server with MAS90 and Terminal Services running in VirtualBox. Users can connect via Remote Desktop Connection and use the new virtual machine just like they used the physical old server before. For the end user, nothing has changed.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/02/virtualized_mas90_win2003_terminal_services_server.jpg"><img class="alignnone size-medium wp-image-4229" title="virtualized_mas90_win2003_terminal_services_server" src="http://davidvielmetter.com/wp-content/uploads/2012/02/virtualized_mas90_win2003_terminal_services_server-300x238.jpg" alt="" width="300" height="238" /></a></p>
<p>Here are some additional changes I would make to my Virtual Machine if the conversion from Physical to Virtual (P2V) was successful:</p>
<p>1. Change the Virtual Machine network adapter to Bridged mode (however be careful to change the IP address first if your old server is still on the same network with a static IP).</p>
<p>2. Install the VirtualBox addon&#8217;s. This will help with mouse, keyboard control and display issues.</p>
<p>3. Make a backup of your VMDK and VMX files.</p>
<p>If the above steps worked and you have a fully functional virtual machine and are planning on utilizing the Virtual Machine in a live Enterprise environment, I recommend VMware vCenter ESXi (which is free) over VirtualBox or VMware Player.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidvielmetter.com/tricks/virtualize-an-aging-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print dialog is slow to come up</title>
		<link>http://davidvielmetter.com/tricks/print-dialog-is-slow-to-come-up/</link>
		<comments>http://davidvielmetter.com/tricks/print-dialog-is-slow-to-come-up/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 17:41:48 +0000</pubDate>
		<dc:creator>David Vielmetter</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[page setup]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[print dialog]]></category>
		<category><![CDATA[print preferences]]></category>
		<category><![CDATA[Printer]]></category>
		<category><![CDATA[Printing]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://davidvielmetter.com/?p=4203</guid>
		<description><![CDATA[So I ran into an issue the other day where a system would take up to 30 seconds to display a print dialog on any installed printer. Almost as if the system was encountering some kind of timeout when trying to render the print dialog. Turns out the problem manifested itself only in applications like [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://davidvielmetter.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/4203.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>So I ran into an issue the other day where a system would take up to 30 seconds to display a print dialog on any installed printer. Almost as if the system was encountering some kind of timeout when trying to render the print dialog. Turns out the problem manifested itself only in applications like Adobe Acrobat, WordPad, and QuickBooks, but not in Microsoft Office 2010 applications. After some digging, I found the issue is with the PrintDocument .NET method. It enumerates the available printers, so if one of these printers is a network printer that can&#8217;t be reached the system will search for it for up to 20 seconds. Here&#8217;s how to resolve the issue:</p>
<p>[Problem] Print dialog is extremely slow to come up in some applications on Windows XP/Windows 7.</p>
<p>[Solution]</p>
<p>[step 1] Click Start-&gt;<strong>Devices and Printers</strong>.</p>
<p>[step 2] Find any printer that are greyed out and delete them from the system. Note if the printer states deleting but will not go away, double click it and cancel any pending print jobs in the queue.</p>
<p>[step 3] Double click each remaining printer to make sure that it brings up a print queue. If any printer hangs or does not bring up a print queue, delete it or re-install it. Chances are it is a network printer that is no longer online.</p>
<p>[step 4] Test printing from Adobe Acrobat and check if the print dialog still takes a long time to come up.</p>
<p>[step 5] If printing is still slow, you&#8217;ll need to troubleshoot each remaining network printer by looking up its port and pinging its IP address to make sure it is online.</p>
<p>That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidvielmetter.com/tricks/print-dialog-is-slow-to-come-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xerox cutting footer off printed pages</title>
		<link>http://davidvielmetter.com/tips/xerox-copier-cutting-footer-off-printed-pages/</link>
		<comments>http://davidvielmetter.com/tips/xerox-copier-cutting-footer-off-printed-pages/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 17:50:06 +0000</pubDate>
		<dc:creator>David Vielmetter</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[5665]]></category>
		<category><![CDATA[5675]]></category>
		<category><![CDATA[5687]]></category>
		<category><![CDATA[cut off]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[Printer]]></category>
		<category><![CDATA[Printing]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Workcentre 5665]]></category>
		<category><![CDATA[Xerox]]></category>

		<guid isPermaLink="false">http://davidvielmetter.com/?p=4192</guid>
		<description><![CDATA[When printing scanned PDF documents to a Xerox WorkCentre 5665/5675/5687 from Windows 7 x64 the printout may appear cut off or seem as if the document margins have been changed. Said documents appear fine in print preview and even if the option Fit to Printable Area or Shrink to Printable Area is invoked, the printout [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://davidvielmetter.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/4192.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>When printing scanned PDF documents to a Xerox WorkCentre 5665/5675/5687 from Windows 7 x64 the printout may appear cut off or seem as if the document margins have been changed. Said documents appear fine in print preview and even if the option<strong> Fit to Printable Area</strong> or<strong> Shrink to Printable Area</strong> is invoked, the printout does not appear as it should. Apparently this is a known issue within the Xerox community and a driver update has been pending for nearly a year but has not passed quality control. Here is how to resolve the issue until that driver update is released:</p>
<p>NOTE: If you are sharing this printer in a network environment, you may want to give the Print Operators group permissions to modify the printers.</p>
<p>[step 1] On the affected systems right click the Xerox printer and select <strong>Printer Properties</strong>.</p>
<p>[step 2] On the <strong>Advanced</strong> tab click the <strong>Print Processor</strong> button and in the dialog ensure that <strong>winprint-&gt;RAW </strong>is selected instead of XeroxV5Print-&gt;Raw.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/01/xerox-print-processor-settings.png"><img class="alignnone size-medium wp-image-4193" title="xerox 5665 print driver advanced print processor settings" src="http://davidvielmetter.com/wp-content/uploads/2012/01/xerox-print-processor-settings-300x193.png" alt="" width="300" height="193" /></a></p>
<p>[step 3] Click OK then Apply and then OK.</p>
<p>That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidvielmetter.com/tips/xerox-copier-cutting-footer-off-printed-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirected folders and offline files</title>
		<link>http://davidvielmetter.com/tips/redirected-folders-and-offline-files/</link>
		<comments>http://davidvielmetter.com/tips/redirected-folders-and-offline-files/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 03:58:12 +0000</pubDate>
		<dc:creator>David Vielmetter</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[file sync]]></category>
		<category><![CDATA[gpo]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[Offline Files]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[wmic]]></category>

		<guid isPermaLink="false">http://davidvielmetter.com/?p=4187</guid>
		<description><![CDATA[In a Windows 2003 Active Directory forest with group policies disabling offline files, Windows 7 systems can have issues if you&#8217;ve redirected folders via GPO. In my experience new Windows 7 systems joined to the AD domain would automatically start syncing re-directed folders such as My Documents and Desktop as if they were made available [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://davidvielmetter.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/4187.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>In a Windows 2003 Active Directory forest with group policies disabling offline files, Windows 7 systems can have issues if you&#8217;ve redirected folders via GPO. In my experience new Windows 7 systems joined to the AD domain would automatically start syncing re-directed folders such as My Documents and Desktop as if they were made available offline.</p>
<p>When checking the offline files control panel options though, all options were grayed out due to the group policy setting inherited by the domain policy (GPO). So disabling offline files is disabled, but offline files are enabled on redirected folders&#8230;awesome huh?</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/01/offline-files-disabled-windows-7.png"><img class="alignnone size-medium wp-image-4188" title="offline files disabled windows 7" src="http://davidvielmetter.com/wp-content/uploads/2012/01/offline-files-disabled-windows-7-264x300.png" alt="" width="264" height="300" /></a></p>
<p>Here&#8217;s how to really turn offline files off so that users with re-directed folders don&#8217;t start syncing those files and eventually run into the problems that come with offline files sync.</p>
<p>[step 1] Open a Command Prompt window as Administrator.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2011/02/elevated-command-prompt.jpg"><img class="alignnone" title="Elevated command prompt" src="/wp-content/uploads/2011/02/elevated-command-prompt.jpg" alt="" width="260" height="77" /></a></p>
<p>[step 2] Type or paste the following command:</p>
<pre>wmic path win32_offlinefilescache call enable false</pre>
<p>Hit enter and you should see the following result:</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/01/image_thumb_4.png"><img class="alignnone size-medium wp-image-4189" title="disable offline files using wmic" src="http://davidvielmetter.com/wp-content/uploads/2012/01/image_thumb_4-300x83.png" alt="" width="300" height="83" /></a></p>
<p>[step 3] Reboot, that&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidvielmetter.com/tips/redirected-folders-and-offline-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Latitude E6400 Bluetooth woes</title>
		<link>http://davidvielmetter.com/tricks/dell-latitude-e6400-bluetooth-woes/</link>
		<comments>http://davidvielmetter.com/tricks/dell-latitude-e6400-bluetooth-woes/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 19:12:45 +0000</pubDate>
		<dc:creator>David Vielmetter</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Broadcom]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Dell Wireless 375 Module]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[E6410]]></category>
		<category><![CDATA[E6420]]></category>
		<category><![CDATA[latitude E6400]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://davidvielmetter.com/?p=4179</guid>
		<description><![CDATA[So apparently Dell&#8217;s new Latitude E6400 series notebooks come with optional built-in Dell Wireless® 375 Bluetooth (BT) Modules. Unfortunately when the notebook arrives from the factory, the generic Windows BT driver is installed. Although everything looks clean in the device manager, the generic Windows driver is incompatible and you&#8217;ll notice this when you try to pair [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://davidvielmetter.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/4179.jpg&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>So apparently Dell&#8217;s new Latitude E6400 series notebooks come with optional built-in Dell Wireless® 375 Bluetooth (BT) Modules. Unfortunately when the notebook arrives from the factory, the generic Windows BT driver is installed. Although everything looks clean in the device manager, the generic Windows driver is incompatible and you&#8217;ll notice this when you try to pair a BT device with your computer.</p>
<p>Besides not being able to pair BT devices, you&#8217;ll find a number of peripheral devices with exclamation marks in the device manager. So how do you fix this? A normal person would head on over to the dell support site, enter your service tag and download the drivers for the Dell Wireless 375 Bluetooth device and install it&#8230;right? NOPE! the driver available on Dell&#8217;s site (<a title="Dell Wireless 375 Bluetooth Driver" href="http://www.dell.com/support/drivers/us/en/04/DriverDetails/DriverFileFormats?c=us&amp;l=en&amp;s=bsd&amp;cs=04&amp;DriverId=R285455">download HERE</a>) will not execute properly on the E6410 Core i7. When you execute the single Setup.exe file in Windows 7 x64, you&#8217;ll notice a dos prompt flash and that&#8217;s all she wrote. The setup application never starts. Here&#8217;s how to get the driver for Dell Wireless® 375 Bluetooth module installed properly:</p>
<p>[step 1] Download the driver <a title="Dell Wireless 375 Bluetooth Driver" href="http://www.dell.com/support/drivers/us/en/04/DriverDetails/DriverFileFormats?c=us&amp;l=en&amp;s=bsd&amp;cs=04&amp;DriverId=R285455">HERE</a>.</p>
<p>[step 2] Extract the downloaded file R285455.exe to the default location C:\Dell\Drivers\R285455.</p>
<p>[step 3] Navigate to C:\Dell\Drivers\R285455\ using Explorer and find the Setup.exe file. <strong>Right-click</strong> <strong>setup.exe</strong> and choose <strong>Troubleshoot Compatibility</strong>.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/01/bluetooth-troubleshoot-compatibility.png"><img class="alignnone size-medium wp-image-4180" title="dell wireless 375 bluetooth driver troubleshoot compatibility" src="http://davidvielmetter.com/wp-content/uploads/2012/01/bluetooth-troubleshoot-compatibility-300x129.png" alt="" width="300" height="129" /></a></p>
<p>[step 4] Select the <strong>Recommended settings</strong> in the wizard that pops up then click<strong> Start the Program&#8230;</strong></p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/01/bluetooth_broadcom_375_issues-compatibility-recommended-settings.png"><img class="alignnone size-medium wp-image-4181" title="bluetooth_broadcom_375_issues compatibility recommended settings" src="http://davidvielmetter.com/wp-content/uploads/2012/01/bluetooth_broadcom_375_issues-compatibility-recommended-settings-300x229.png" alt="" width="300" height="229" /></a> <a href="http://davidvielmetter.com/wp-content/uploads/2012/01/bluetooth_broadcom_375_issues-compatibility.png"><img class="alignnone size-medium wp-image-4182" title="Dell Wireless 375 bluetooth module installation issues compatibility wizard" src="http://davidvielmetter.com/wp-content/uploads/2012/01/bluetooth_broadcom_375_issues-compatibility-300x229.png" alt="" width="300" height="229" /></a></p>
<p>[step 5] Now the installation wizard for the Dell Wireless 375 Bluetooth adapter should execute properly and upon completion all drivers will be installed properly and up-to-date.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2012/01/bluetooth_broadcom_375_issues.png"><img class="alignnone size-medium wp-image-4183" title="dell wireless 375 bluetooth installation issues" src="http://davidvielmetter.com/wp-content/uploads/2012/01/bluetooth_broadcom_375_issues-300x228.png" alt="" width="300" height="228" /></a></p>
<p>That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidvielmetter.com/tricks/dell-latitude-e6400-bluetooth-woes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Merge duplicate Outlook contacts</title>
		<link>http://davidvielmetter.com/tricks/merge-duplicate-outlook-contacts/</link>
		<comments>http://davidvielmetter.com/tricks/merge-duplicate-outlook-contacts/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 01:17:28 +0000</pubDate>
		<dc:creator>David Vielmetter</dc:creator>
				<category><![CDATA[Tricks]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[duplicates]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[find duplicate contacts]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[merge contacts]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>
		<category><![CDATA[Outlook 2010]]></category>
		<category><![CDATA[Vcard]]></category>

		<guid isPermaLink="false">http://davidvielmetter.com/?p=4149</guid>
		<description><![CDATA[So you&#8217;ve got a bunch of duplicate contacts in outlook, huh? I know how it happens&#8230;you&#8217;re out and about and quickly added a contact to your synced iPhone/Blackberry not realizing that he/she already existed. Now you&#8217;ve got two of &#8216;em one with an address and one with a couple of phone numbers and an email. [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://davidvielmetter.com/wp-content/plugins/simple-post-thumbnails/timthumb.php?src=/wp-content/thumbnails/4149.png&amp;w=200&amp;h=150&amp;zc=1&amp;ft=jpg' alt='post thumbnail' /></p>
<p>So you&#8217;ve got a bunch of duplicate contacts in outlook, huh? I know how it happens&#8230;you&#8217;re out and about and quickly added a contact to your synced iPhone/Blackberry not realizing that he/she already existed. Now you&#8217;ve got two of &#8216;em one with an address and one with a couple of phone numbers and an email. Here&#8217;s how to merge them into a single contact.</p>
<blockquote><p>[requirements]</p>
<ol>
<li>A Gmail account (free to sign up)</li>
<li>Microsoft Outlook</li>
</ol>
<p>[step 1] In Outlook, export your contacts. Be sure to export your suggested contacts as well, these are duplicates but they may contain information that is more up-to-date.</p>
<p><strong>File-&gt;Open-&gt;Import-&gt;Export to a file-&gt;Comma Separated File (Windows)-&gt;Select contacts folder</strong></p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2011/12/outlook-export-suggested-contacts.jpg"><img class="alignnone size-medium wp-image-4150" title="outlook export suggested contacts" src="http://davidvielmetter.com/wp-content/uploads/2011/12/outlook-export-suggested-contacts-300x228.jpg" alt="" width="300" height="228" /></a></p>
<p>Specify a name and location for the CSV file for each contacts folder you export.</p>
<p>[step 2] Log into your Gmail account.</p>
<p>NOTE: I used a new freshly created Gmail account without any contacts in it (as to not get my work contacts and personal contacts mixed, but that&#8217;s not required &#8211; see imported contact groups below).</p>
<p>[step 3] Click<strong> Mail</strong> and select <strong>Contacts</strong>. Then click <strong>Import Contacts&#8230;</strong></p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-contacts.png"><img class="alignnone size-full wp-image-4151" title="gmail contacts" src="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-contacts.png" alt="" width="195" height="204" /></a> <a href="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-click-import-contacts.png"><img class="alignnone size-full wp-image-4153" title="gmail click import contacts" src="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-click-import-contacts.png" alt="" width="189" height="182" /></a></p>
<p>[step 4] Select <strong>Browse</strong> and navigate to the CSV files you created in [step 1]. Repeat as necessary for all other CSV files you created.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-import-CSV-contacts-file.png"><img class="alignnone size-medium wp-image-4152" title="gmail import CSV contacts file" src="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-import-CSV-contacts-file-300x170.png" alt="" width="300" height="170" /></a></p>
<p>NOTE: for each import operation a new contact group will be created for easy access later.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-imported-contact-groups.png"><img class="alignnone size-full wp-image-4154" title="gmail imported contact groups" src="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-imported-contact-groups.png" alt="" width="207" height="230" /></a></p>
<p>[step 5] After you&#8217;ve imported all of your CSV files, click the <strong>Find &amp; merge duplicates</strong> link.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-imported-contacts-find-duplicates.jpg"><img class="alignnone size-full wp-image-4155" title="gmail imported contacts find duplicates" src="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-imported-contacts-find-duplicates.jpg" alt="" width="463" height="103" /></a></p>
<p>[step 6] Optionally verify your contacts to be merged and deselect any erroneous entries. Then click <strong>Merge</strong>.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-merge-duplicate-contacts.jpg"><img class="alignnone size-medium wp-image-4156" title="gmail merge duplicate contacts" src="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-merge-duplicate-contacts-274x300.jpg" alt="" width="274" height="300" /></a></p>
<p>[step 7] Export your merged contacts as a CSV file for Outlook.</p>
<p>In Gmail, click <strong>More-&gt;Export&#8230;</strong></p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-export.png"><img class="alignnone size-medium wp-image-4157" title="gmail export" src="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-export-169x300.png" alt="" width="169" height="300" /></a> <a href="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-export-merged-contacts-as-CSV-file.png"><img class="alignnone size-medium wp-image-4158" title="gmail export merged contacts as CSV file" src="http://davidvielmetter.com/wp-content/uploads/2011/12/gmail-export-merged-contacts-as-CSV-file-300x190.png" alt="" width="300" height="190" /></a></p>
<p>NOTE: the location and file name of your exported merged Gmail contacts CSV file.</p>
<p>[step 8] Import the merged exported Gmail contacts back into Outlook.</p>
<p>NOTE: You may want to delete your existing outlook contacts or move them to a sub folder before importing to avoid creating more duplicates by importing the merged contacts.</p>
<p><a href="http://davidvielmetter.com/wp-content/uploads/2011/12/import-gmail-csv-contacts-into-outlook.jpg"><img class="alignnone size-medium wp-image-4159" title="import gmail csv contacts into outlook" src="http://davidvielmetter.com/wp-content/uploads/2011/12/import-gmail-csv-contacts-into-outlook-300x228.jpg" alt="" width="300" height="228" /></a></p>
<p>That&#8217;s it.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://davidvielmetter.com/tricks/merge-duplicate-outlook-contacts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

