<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4770851422632676898</id><updated>2011-11-27T15:59:15.395-08:00</updated><category term='Unix'/><category term='Vista'/><category term='TV'/><category term='64-bit'/><category term='MacOS'/><category term='performance solution'/><category term='LCD'/><category term='Windows'/><category term='DPC'/><category term='TreeComp'/><category term='Nvidia'/><category term='VirtualPC'/><category term='iPhone'/><category term='Icon'/><category term='performance problem'/><category term='Linux'/><category term='cscript'/><category term='Complete PC Backup'/><category term='AHCI'/><category term='msahci'/><category term='Samsung'/><category term='EVGA 680i'/><category term='JavaScript'/><category term='file'/><category term='BFG 8800 GTX'/><category term='Tolkien'/><category term='utility'/><category term='OS'/><title type='text'>Tweak Tricks</title><subtitle type='html'>Touch of technology in the form of tricks and tweaks</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tweaktricks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://tweaktricks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>JD</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4770851422632676898.post-2717346445088794074</id><published>2009-09-03T18:37:00.000-07:00</published><updated>2009-09-03T19:07:51.773-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='JavaScript'/><category scheme='http://www.blogger.com/atom/ns#' term='Windows'/><category scheme='http://www.blogger.com/atom/ns#' term='cscript'/><title type='text'>The dreaded Input Error when calling cscript from within a .cmd script file</title><content type='html'>&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;[PHOENIX] C:\Users\JD\Work (Thu 09/03/2009 18:48:34)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;&gt; cscript Whatever.js Why wont you work&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Microsoft (R) Windows Script Host Version 5.7&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Input Error: There is no script engine for file extension ".js".&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;[PHOENIX] C:\Users\&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;JD\Work&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; (Thu 09/03/2009 18:&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;48:34&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;)&lt;br /&gt;&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I dreaded this error that greeted me several times this summer from the command line in Windows world. &lt;br /&gt;&lt;br /&gt;My .js files were properly associated, so &lt;a href="http://bobobobo.wordpress.com/2009/02/19/input-error-there-is-no-script-engine-for-file-extension-js/"&gt;that&lt;/a&gt; wasn't the issue.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;[PHOENIX] C:\Users\&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;JD\Work&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; (Thu 09/03/2009 18:48:34)&lt;br /&gt;&gt; assoc .js&lt;br /&gt;.js=JSFile&lt;br /&gt;&lt;br /&gt;[PHOENIX] C:\Users\&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;JD\Work&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; (Thu 09/03/2009 18:49:48)&lt;br /&gt;&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;And the &lt;a href="http://www.winhelponline.com/articles/230/1/Error-There-is-no-script-engine-for-file-extension-when-running-js-files.html"&gt;workaround &lt;/a&gt;I implemented was a pain and involved tweaking the registry.  That would last for days until I had to restart or fired up a new command prompt window.  So the registry tweak thing wasn't sticking for some reason!  Was driving me insane!!&lt;br /&gt;&lt;br /&gt;Finally, I studied the cscript help output..&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;[PHOENIX] &lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;C:\Users\JD\Work&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; (Thu 09/03/2009 18:&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;49:48&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;&gt; cscript /?&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Microsoft (R) Windows Script Host Version 5.7&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Usage: CScript scriptname.extension [option...] [arguments...]&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Options:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; //B         Batch mode: Suppresses script errors and prompts from displaying&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; //D         Enable Active Debugging&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; //E:engine  Use engine for executing script&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; //H:CScript Changes the default script host to CScript.exe&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; //H:WScript Changes the default script host to WScript.exe (default)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; //I         Interactive mode (default, opposite of //B)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; //Job:xxxx  Execute a WSF job&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; //Logo      Display logo (default)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; //Nologo    Prevent logo display: No banner will be shown at execution time&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; //S         Save current command line options for this user&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; //T:nn      Time out in seconds:  Maximum time a script is permitted to run&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; //X         Execute script in debugger&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; //U         Use Unicode for redirected I/O from the console&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;[PHOENIX] C:\Users\&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;JD\Work&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; (Thu 09/03/2009 18:50:19)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There it was all along...tricky little option!!  &lt;span style="font-weight: bold;"&gt;//E:engine&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;I added this into my real script like so:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;[PHOENIX] C:\Users\&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;JD\Work&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; (Thu 09/03/2009 18:51:08)&lt;br /&gt;&gt; ImportData.cmd&lt;br /&gt;&lt;br /&gt;[PHOENIX] C:\Users\&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;JD\Work&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; (Thu 09/03/2009 18:51:13)&lt;br /&gt;&gt; cd /d C:\Users\AmiBroker\&lt;br /&gt;&lt;br /&gt;[PHOENIX] C:\Users\&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Users\AmiBroker\&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt; (Thu 09/03/2009 18:51:13)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;&gt; cscript ImportDataToAmiBroker.js &lt;span style="font-weight: bold;"&gt;//E:JavaScript&lt;/span&gt; C:\Users\AmiBroker\data.futurestick&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;\AmiBroker\&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Microsoft (R) Windows Script Host Version 5.7&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Copyright (C) Microsoft Corporation. All rights reserved.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Arguments:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Ami Database Folder = C:\Users\AmiBroker\data.&lt;/span&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;futurestick&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Quotes Format FileName = quiksilver.format&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Symbol Info Format FileName = quiksilver.symbol-info.format&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;Import Data Folder = C:\Users\AmiBroker\&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: courier new; color: rgb(0, 153, 0);"&gt;&lt;/span&gt;Voila!  Works every time now in between restarts and command line windows :)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4770851422632676898-2717346445088794074?l=tweaktricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tweaktricks.blogspot.com/feeds/2717346445088794074/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4770851422632676898&amp;postID=2717346445088794074' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/2717346445088794074'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/2717346445088794074'/><link rel='alternate' type='text/html' href='http://tweaktricks.blogspot.com/2009/09/dreaded-input-error-when-calling.html' title='The dreaded Input Error when calling cscript from within a .cmd script file'/><author><name>JD</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4770851422632676898.post-2611933831768903627</id><published>2009-08-31T01:09:00.000-07:00</published><updated>2009-08-31T13:18:04.897-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='OS'/><category scheme='http://www.blogger.com/atom/ns#' term='iPhone'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Unix'/><category scheme='http://www.blogger.com/atom/ns#' term='Tolkien'/><category scheme='http://www.blogger.com/atom/ns#' term='MacOS'/><title type='text'>One OS to rule them all</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_q0o6qG2x6XY/Spwv29z_60I/AAAAAAAAgvs/04Lz7g0XXf4/s1600-h/One+OS.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 275px; height: 270px;" src="http://1.bp.blogspot.com/_q0o6qG2x6XY/Spwv29z_60I/AAAAAAAAgvs/04Lz7g0XXf4/s400/One+OS.png" alt="" id="BLOGGER_PHOTO_ID_5376224676525632322" border="0" /&gt;&lt;/a&gt;Well, I bought my first Mac earlier this year after being a long time Microsoft OS user since the early 80's.  I purchased my sleek Macbook Air back in February, 2009 to play around with some iPhone programming.  Last week I released the fruits of my labor - teamed up with some younger guys who wanted to develop a drinking reference app.  Check it out at &lt;a href="http://www.rizzlemania.com/"&gt;http://www.rizzlemania.com/&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;After spending 6 months with the MacOS, I can say I should have switched years ago - perhaps a decade ago.  Its my new favorite OS.  Here's a nice tribute to its power as an OS (meant in a good way despite the evil Tolkien reference - which I found &lt;a href="http://lowendmac.com/ed/fox/08ff/one-os-to-rule-them-all.html"&gt;here&lt;/a&gt;):&lt;br /&gt;&lt;blockquote&gt;Three OSes for &lt;a href="http://en.wikipedia.org/wiki/Microsoft" target="_blank"&gt;the Microsoft-kings&lt;/a&gt; under the Redmond sky (Microsoft-DOS, Windows NT, Vista),&lt;br /&gt;Seven for &lt;a href="http://www.levenez.com/unix/" target="_blank"&gt;the Unix-Lords&lt;/a&gt; in their halls of stone (&lt;a href="http://en.wikipedia.org/wiki/Unix" target="_blank"&gt;A/UX, AIX, HP-UX, Solaris, BSD, Minix, SunOS, UnixWare&lt;/a&gt;),&lt;br /&gt;Nine (or 99) Mortal Linux Brands doomed to die (Mandriva, SuSE, Debian, Lindows, Red Hat, Knoppix, Ubuntu, Gentoo, Slackware),&lt;br /&gt;One for Lord Jobs in his dark shirt and jeans&lt;br /&gt;In the Land of &lt;span class="il"&gt;Cupertino&lt;/span&gt; where the Shadows lie&lt;br /&gt;One OS to rule them all,&lt;br /&gt;One OS to find them,&lt;br /&gt;One OS to bring them all&lt;br /&gt;and using a VM, bind them&lt;br /&gt;In the Land of &lt;span class="il"&gt;Cupertino&lt;/span&gt; where the Shadows lie&lt;br /&gt;&lt;/blockquote&gt;I'll gather up some of my cool Mac tricks I've learned over the past 6 months and share with you soon.  Until then, I'll be developing some more apps for the iPhone and getting to know Snow Leopard a bit better :).&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_q0o6qG2x6XY/SpuTZd79aSI/AAAAAAAAgvM/5yX9lwIpwEw/s1600-h/SnowLeopard.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 394px; height: 400px;" src="http://4.bp.blogspot.com/_q0o6qG2x6XY/SpuTZd79aSI/AAAAAAAAgvM/5yX9lwIpwEw/s400/SnowLeopard.png" alt="" id="BLOGGER_PHOTO_ID_5376052645938948386" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4770851422632676898-2611933831768903627?l=tweaktricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tweaktricks.blogspot.com/feeds/2611933831768903627/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4770851422632676898&amp;postID=2611933831768903627' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/2611933831768903627'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/2611933831768903627'/><link rel='alternate' type='text/html' href='http://tweaktricks.blogspot.com/2009/08/one-os-to-rule-them-all.html' title='One OS to rule them all'/><author><name>JD</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_q0o6qG2x6XY/Spwv29z_60I/AAAAAAAAgvs/04Lz7g0XXf4/s72-c/One+OS.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4770851422632676898.post-2221630391159046867</id><published>2008-12-25T15:49:00.000-08:00</published><updated>2009-01-20T04:00:25.005-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Samsung'/><category scheme='http://www.blogger.com/atom/ns#' term='LCD'/><category scheme='http://www.blogger.com/atom/ns#' term='TV'/><title type='text'>Merry Christmas!  From Samsung</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.amazon.com/gp/product/B001ET9BWY?ie=UTF8&amp;amp;tag=click04-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B001ET9BWY"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 160px; height: 160px;" src="http://3.bp.blogspot.com/_q0o6qG2x6XY/SXW8dpFJatI/AAAAAAAAHtA/Hi1SfFrMMPE/s400/31oF6DldR5L._SL160_.jpg" alt="" id="BLOGGER_PHOTO_ID_5293344154473556690" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Well, I finally got my LCD TV last Christmas - a 46" Samsung Series 9 LCD.  It is simply an amazing TV.  I hung it up over the fireplace - spectacular.  Will post pictures of this installation when I get back to the States.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4770851422632676898-2221630391159046867?l=tweaktricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tweaktricks.blogspot.com/feeds/2221630391159046867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4770851422632676898&amp;postID=2221630391159046867' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/2221630391159046867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/2221630391159046867'/><link rel='alternate' type='text/html' href='http://tweaktricks.blogspot.com/2009/01/merry-christmas-from-samsung.html' title='Merry Christmas!  From Samsung'/><author><name>JD</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_q0o6qG2x6XY/SXW8dpFJatI/AAAAAAAAHtA/Hi1SfFrMMPE/s72-c/31oF6DldR5L._SL160_.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4770851422632676898.post-1889230930419532871</id><published>2008-09-20T11:27:00.000-07:00</published><updated>2008-09-20T12:21:19.406-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Icon'/><title type='text'>Icon Repair Trick</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_q0o6qG2x6XY/SNVCOMpQ0DI/AAAAAAAAHUY/Yy5v9lisD2k/s1600-h/icon-refresh.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_q0o6qG2x6XY/SNVCOMpQ0DI/AAAAAAAAHUY/Yy5v9lisD2k/s400/icon-refresh.png" alt="" id="BLOGGER_PHOTO_ID_5248173752450076722" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you ever find one of your icons not displaying, this simple flipping of display settings will repair the icon:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;small&gt;&lt;span style="font-family:Verdana;"&gt;Right click Desktop -&gt; Personalize -&gt; Display Settings&lt;/span&gt;&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;small&gt;&lt;span style="font-family:Verdana;"&gt;Change Colors from 32-bit to 16-bit -&gt; Apply -&gt; Yes&lt;br /&gt;&lt;/span&gt;&lt;/small&gt;&lt;/li&gt;&lt;li&gt;&lt;small&gt;&lt;span style="font-family:Verdana;"&gt;Change Colors from 16-bit to 32-bit -&gt; Apply -&gt; Yes&lt;/span&gt;&lt;/small&gt;&lt;/li&gt;&lt;/ol&gt;Voila!  Icons fixed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4770851422632676898-1889230930419532871?l=tweaktricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tweaktricks.blogspot.com/feeds/1889230930419532871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4770851422632676898&amp;postID=1889230930419532871' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/1889230930419532871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/1889230930419532871'/><link rel='alternate' type='text/html' href='http://tweaktricks.blogspot.com/2008/09/icon-repair-trick.html' title='Icon Repair Trick'/><author><name>JD</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_q0o6qG2x6XY/SNVCOMpQ0DI/AAAAAAAAHUY/Yy5v9lisD2k/s72-c/icon-refresh.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4770851422632676898.post-3181032178937096595</id><published>2008-09-08T10:55:00.000-07:00</published><updated>2008-09-08T11:11:07.929-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VirtualPC'/><category scheme='http://www.blogger.com/atom/ns#' term='64-bit'/><title type='text'>Virtual PC 64-bit Trick</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_q0o6qG2x6XY/SMVqVBNxw9I/AAAAAAAAHUQ/nBiXBrIbaGY/s1600-h/vpc64bit-trick-2008-09-08.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_q0o6qG2x6XY/SMVqVBNxw9I/AAAAAAAAHUQ/nBiXBrIbaGY/s400/vpc64bit-trick-2008-09-08.png" alt="" id="BLOGGER_PHOTO_ID_5243714250478830546" border="0" /&gt;&lt;/a&gt;64-bit version of Virtual PC isn't really a 64-bit app but a 32-bit app.  Supposedly only Virtual Server supports 64-bit, whereas Virtual PC supports only 64-bit drivers when needed as explained by &lt;a href="http://blogs.msdn.com/virtual_pc_guy/archive/2006/11/07/why-does-virtual-pc-2007-install-to-the-program-files-x86-directory.aspx"&gt;Virtual PC's Guy Blog&lt;/a&gt;.  The above link for 64 bit setup on Virtual PC's site is thus a misleading trick.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4770851422632676898-3181032178937096595?l=tweaktricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tweaktricks.blogspot.com/feeds/3181032178937096595/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4770851422632676898&amp;postID=3181032178937096595' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/3181032178937096595'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/3181032178937096595'/><link rel='alternate' type='text/html' href='http://tweaktricks.blogspot.com/2008/09/virtual-pc-64-bit-trick.html' title='Virtual PC 64-bit Trick'/><author><name>JD</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_q0o6qG2x6XY/SMVqVBNxw9I/AAAAAAAAHUQ/nBiXBrIbaGY/s72-c/vpc64bit-trick-2008-09-08.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4770851422632676898.post-6669305129839546458</id><published>2008-09-04T22:22:00.000-07:00</published><updated>2008-09-05T15:47:41.607-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='TreeComp'/><category scheme='http://www.blogger.com/atom/ns#' term='file'/><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='utility'/><title type='text'>TreeComp rocks!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_q0o6qG2x6XY/SMDFZIpP2mI/AAAAAAAAHUI/V_QqKT74nA4/s1600-h/treecomp-2008-09-04.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_q0o6qG2x6XY/SMDFZIpP2mI/AAAAAAAAHUI/V_QqKT74nA4/s400/treecomp-2008-09-04.png" alt="" id="BLOGGER_PHOTO_ID_5242407001867147874" border="0" /&gt;&lt;/a&gt;I remember using this nifty tool years back when working in the Internet Services Group at Wells Fargo - &lt;a href="http://www.xs4all.nl/%7Elploeger/TreeComp3.htm"&gt;TreeComp&lt;/a&gt;.  Its a great way to compare hundreds/thousands of files to verify backups or installations and helped me handle a massive upgrade to Wells Fargo's application and documentation server farm (I tricked Windows into comparing trees that were actually networked maps onto samba shares with Solaris backends).&lt;br /&gt;&lt;br /&gt;Anyways, I'm upgrading one of my PCs to Vista x64 from Vista x32 and I'm not sure I can simply rely on my Windows Home Server backups for restoring just the data files I want kept from my Vista x32 installation.  So I'm covering my bases by manually copying all the critical data files I want in my new Vista x64 installation (I'll be wiping the hard drive for a fresh clean Vista x64 install).&lt;br /&gt;&lt;br /&gt;Well after a long copy process, some files failed to copy over due to filenames being too long or something like that (most likely within my Music files section).  So am not sure exactly how much was copied and don't really want to re-copy everything.  So TreeComp to the rescue.  This cool tool will allow you to choose two top level parent directories and it will compare the two tree branches for you.  Further, once you've identified the folders that are missing on one side of the comparison, its as easy as right clicking left side for instance, and commanding it to sync to right side effectively filling in the gaps from where copy failed originally.  Of course you could do this at the top root as well to do this all in one shot.&lt;br /&gt;&lt;br /&gt;I'm glad this homegrown tool still lives on even with Vista.  Well done &lt;a href="http://www.xs4all.nl/%7Elploeger/index.htm"&gt;Lennert Ploeger&lt;/a&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span style=";font-family:Arial;font-size:130%;"  &gt;&lt;span style=";font-family:Arial;font-size:100%;"  &gt;&lt;span style=";font-family:Arial;font-size:100%;"  &gt;&lt;span style=";font-family:Arial;font-size:100%;"  &gt;!&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4770851422632676898-6669305129839546458?l=tweaktricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tweaktricks.blogspot.com/feeds/6669305129839546458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4770851422632676898&amp;postID=6669305129839546458' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/6669305129839546458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/6669305129839546458'/><link rel='alternate' type='text/html' href='http://tweaktricks.blogspot.com/2008/09/treecomp-rocks.html' title='TreeComp rocks!'/><author><name>JD</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_q0o6qG2x6XY/SMDFZIpP2mI/AAAAAAAAHUI/V_QqKT74nA4/s72-c/treecomp-2008-09-04.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4770851422632676898.post-5966219073743491562</id><published>2008-09-04T17:17:00.000-07:00</published><updated>2008-09-04T17:51:49.120-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='EVGA 680i'/><category scheme='http://www.blogger.com/atom/ns#' term='DPC'/><category scheme='http://www.blogger.com/atom/ns#' term='AHCI'/><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Nvidia'/><category scheme='http://www.blogger.com/atom/ns#' term='msahci'/><category scheme='http://www.blogger.com/atom/ns#' term='performance problem'/><title type='text'>High DPC issue solved!</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_q0o6qG2x6XY/SMB9uIh5qiI/AAAAAAAAHUA/FhpzziS2pzQ/s1600-h/dpc-problem-solved-2008-09-03.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_q0o6qG2x6XY/SMB9uIh5qiI/AAAAAAAAHUA/FhpzziS2pzQ/s400/dpc-problem-solved-2008-09-03.png" alt="" id="BLOGGER_PHOTO_ID_5242328197776386594" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Well, after much sleuthing via Google and various technical forums, I finally got the hint at what is up.  Things were definitely pointing towards Nvidia drivers until I read a couple of posts about how DPCs can be affected/masked by a myriad of issues from OS settings to BIOS settings to loose cables to poor driver implementations.&lt;br /&gt;&lt;br /&gt;One such OS setting was with regard to Vista by default enabling AHCI mode.  I tried to find reference to such a mode in BIOS but its not applicable to Nvidia based motherboards because I believe it only applies to Intel based mobos.&lt;br /&gt;&lt;br /&gt;The solution was to disable AHCI in Vista by flipping this setting to zero in the registry:&lt;br /&gt;&lt;br /&gt;\\HKLM\System\CurrentControlSet\Services\msahci\Start:  &lt;span style="font-weight: bold;"&gt;0&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Voila!  Transfer speeds went from avg of 5-10 MB/s to well over 50 MB/s sometimes bursting to over 100 MB/s!  Nothing like solving something you know is wrong with hard sleuthing work!  Thanks to TwoGuns who helped me start thinking about AHCI more with his focus on enabling AHCI via the BIOS - which made me realize I didn't even have such a setting to begin with (&lt;a href="http://www.vistax64.com/vista-hardware-devices/99457-sata-esata-hard-drive-speed-poor.html"&gt;http://www.vistax64.com/vista-hardware-devices/99457-sata-esata-hard-drive-speed-poor.html&lt;/a&gt;).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4770851422632676898-5966219073743491562?l=tweaktricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tweaktricks.blogspot.com/feeds/5966219073743491562/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4770851422632676898&amp;postID=5966219073743491562' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/5966219073743491562'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/5966219073743491562'/><link rel='alternate' type='text/html' href='http://tweaktricks.blogspot.com/2008/09/high-dpc-issue-solved.html' title='High DPC issue solved!'/><author><name>JD</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_q0o6qG2x6XY/SMB9uIh5qiI/AAAAAAAAHUA/FhpzziS2pzQ/s72-c/dpc-problem-solved-2008-09-03.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4770851422632676898.post-7864589632469807507</id><published>2008-09-03T23:31:00.000-07:00</published><updated>2008-09-04T17:52:10.090-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='EVGA 680i'/><category scheme='http://www.blogger.com/atom/ns#' term='Complete PC Backup'/><category scheme='http://www.blogger.com/atom/ns#' term='DPC'/><category scheme='http://www.blogger.com/atom/ns#' term='Vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Nvidia'/><category scheme='http://www.blogger.com/atom/ns#' term='BFG 8800 GTX'/><category scheme='http://www.blogger.com/atom/ns#' term='performance solution'/><title type='text'>High DPCs when running Complete PC Backup</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_q0o6qG2x6XY/SL-D_cOTAlI/AAAAAAAAHTY/k_su1mYkOS4/s1600-h/dpc-problem-2008-09-03.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_q0o6qG2x6XY/SL-D_cOTAlI/AAAAAAAAHTY/k_su1mYkOS4/s400/dpc-problem-2008-09-03.png" alt="" id="BLOGGER_PHOTO_ID_5242053617213702738" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I noticed DPCs consuming one of my cores after initiating a Complete PC Backup today.  I'm running GeForce 175.19 with nForce 9.64.  It is backing up my C: drive (4 drive SATA RAID 0) onto my eSATA drive (single 500 GB Western Digital).  So I was thinking there may be issue with my RAID or eSATA drivers?&lt;br /&gt;&lt;br /&gt;I'll see if DPC Latency checker quites down after the Complete PC Backup is finished.&lt;br /&gt;&lt;br /&gt;Others have posted issues with high DPC Latency but usually in context of video and/or sound driver problems: &lt;a href="http://www.evga.com/forums/tm.asp?m=495045&amp;amp;mpage=1&amp;amp;key=&amp;amp;"&gt;http://www.evga.com/forums/tm.asp?m=495045&amp;amp;mpage=1&amp;amp;key=&amp;amp;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;Silverstone TJ03&lt;br /&gt;Silverstone Zeus 850w&lt;br /&gt;EVGA 680i A1&lt;br /&gt;Intel X6800 (B2 stepping)&lt;br /&gt;Zalman CNPS7000B-ALCU&lt;br /&gt;Mushkin HP2-6400 4x2GB @ 1.8v w/ 5-4-4-12-2T&lt;br /&gt;BFG 8800 GTX 768MB&lt;br /&gt;4xWD2500KS 250GB Caviar (RAID 0)&lt;br /&gt;WD MyBook 500GB (eSATA)&lt;br /&gt;Creative X-Fi Fatal1ty&lt;br /&gt;Logitech G15 Gaming Keyboard&lt;br /&gt;Logitech G5 Laser Mouse&lt;br /&gt;Mitsumi Card Reader/1.4 FD&lt;br /&gt;Sony DRU-820A, Sony 16x DVD-ROM&lt;br /&gt;Vista Ultimate x64 SP1 (Aero), Backed up via WHS&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4770851422632676898-7864589632469807507?l=tweaktricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tweaktricks.blogspot.com/feeds/7864589632469807507/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4770851422632676898&amp;postID=7864589632469807507' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/7864589632469807507'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4770851422632676898/posts/default/7864589632469807507'/><link rel='alternate' type='text/html' href='http://tweaktricks.blogspot.com/2008/09/high-dpcs-when-running-complete-pc.html' title='High DPCs when running Complete PC Backup'/><author><name>JD</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_q0o6qG2x6XY/SL-D_cOTAlI/AAAAAAAAHTY/k_su1mYkOS4/s72-c/dpc-problem-2008-09-03.png' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
