<?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>Andy's Techie Blog &#187; Windows Vista</title>
	<atom:link href="http://andyparkes.co.uk/blog/index.php/category/windows/windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://andyparkes.co.uk/blog</link>
	<description>Professional Geek</description>
	<lastBuildDate>Fri, 03 Sep 2010 09:10:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Placing Blame Correctly</title>
		<link>http://andyparkes.co.uk/blog/index.php/2009/03/26/placing-blame-correctly/</link>
		<comments>http://andyparkes.co.uk/blog/index.php/2009/03/26/placing-blame-correctly/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 16:52:35 +0000</pubDate>
		<dc:creator>AndyParkes</dc:creator>
				<category><![CDATA[Trend Micro]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://andyparkes.co.uk/blog/index.php/2009/03/26/placing-blame-correctly/</guid>
		<description><![CDATA[Can’t believe how long it’s been since my last blog post! I’ve really no idea where the days are going at the moment I’ve had a few problems with my work PC recently. It becomes very unresponsive and gets progressively worse during the day I fired up the trusty task manger and the CPU was [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2009%2F03%2F26%2Fplacing-blame-correctly%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2009%2F03%2F26%2Fplacing-blame-correctly%2F&amp;source=AndyParkes&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p>Can’t believe how long it’s been since my last blog post! I’ve really no idea where the days are going at the moment</p>
<p>I’ve had a few problems with my work PC recently. It becomes very unresponsive and gets progressively worse during the day</p>
<p>I fired up the trusty task manger and the CPU was at 100% usage</p>
<p>I switched to the Processes tab and sorted the list so i could see which process was causing the problem</p>
<p>At the top of the list were various Trend services (We use Worry Free Business Security – I&#8217;m not a fan of the product name to be honest!)</p>
<p>When i stopped the Trend client the CPU usage went down and back up when i started it again</p>
<p>I trawled various online resources to see if could get to the bottom of it with very little luck</p>
<p>I was planning on submitting a support case with Trend but decided to have one last go myself</p>
<p>This time i looked a bit closer at the process list a saw multiple entries for TASKENG.EXE</p>
<p>The total process count was at 2675 – that couldn’t be right</p>
<p>I knew that TASKENG is the Vista task scheduler so had a look in there</p>
<p>Turns out this is a pretty common problem and it’s simple to fix (it’s in various different blog posts and forums)</p>
<ul>
<li>
<p>Go to the start menu.</p>
</li>
<li>
<p>Type <em>task scheduler</em> and press enter.</p>
</li>
<li>
<p>Press continue on the UAC prompt.</p>
</li>
<li>
<p>In the left pane of task scheduler, right-click on <strong>Task Scheduler Library</strong>.</p>
</li>
<li>
<p>In the view submenu, make sure the <strong>Show Hidden Tasks</strong> option is selected.</p>
</li>
<li>
<p>The hidden task that is likely at fault has a name that starts with User_Feed_Synchronization.</p>
</li>
<li>
<p>Select the scheduled task</p>
</li>
<li>
<p>To verify that this task is creating all the taskeng.exe processes, select the History tab in the middle pane near the middle of the screen.&#160; If you expand out the Level and Date and Time Columns, you should see errors and that are about 5 minutes apart.&#160; If that&#8217;s the case, then this task is the problem.</p>
</li>
<li>
<p>Right click the task and select <strong>Disable.</strong></p>
</li>
</ul>
<p><strong></strong></p>
<p><a href="http://andyparkes.co.uk/blog/wp-content/uploads/2009/03/image1.png" rel="lightview"><img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="346" alt="image" src="http://andyparkes.co.uk/blog/wp-content/uploads/2009/03/image-thumb1.png" width="563" border="0" /></a> </p>
<p>Obviously this will stop your RSS feeds from updating (the Windows list – this has nothing to do with Outlook 2007)</p>
<p>If you do want to use your RSS feed list you can also try deleting the task and then from an elevated command prompt enter</p>
<p><strong>msfeedssync enable</strong></p>
<p>This will re-create the task for you if the problem with causing by the task being corrupt</p>
<p>Once I&#8217;d deleted the task i used</p>
<p><strong>TASKKILL /IM TASKENG.EXE /F</strong></p>
<p>This killed off all the extra processes that had been created. I know i could have just rebooted the PC but it was a nice feeling watching them all disappear</p>
<p>My process count went down to 67 and the system suddenly got a lot more responsive</p>
<p>A did eventually reboot and Trend started up happily without taking too many of my system resources</p>
<p>My guess is that Trend became overwhelmed with trying to monitor so many processes which why it was the one that initially seemed to be the cause of the problem</p>
]]></content:encoded>
			<wfw:commentRss>http://andyparkes.co.uk/blog/index.php/2009/03/26/placing-blame-correctly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing SQL Management Studio Express on Vista x64 &#8211; Tim Long</title>
		<link>http://andyparkes.co.uk/blog/index.php/2008/09/30/installing-sql-management-studio-express-on-vista-x64-tim-long/</link>
		<comments>http://andyparkes.co.uk/blog/index.php/2008/09/30/installing-sql-management-studio-express-on-vista-x64-tim-long/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 22:40:01 +0000</pubDate>
		<dc:creator>AndyParkes</dc:creator>
				<category><![CDATA[64-bit]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://parkesy.wordpress.com/2008/09/30/installing-sql-management-studio-express-on-vista-x64-tim-long/</guid>
		<description><![CDATA[Just wanted to share as I had this exact problem&#8230;thanks Tim! Also it&#8217;s so I don&#8217;t forget how to do it! Installing SQL Management Studio Express on Vista x64 &#8211; Tim Long It&#8217;s still very annoying that 64-bit Vista/XP still isn&#8217;t on a par with 32-bit brethren as this isn&#8217;t the first time I&#8217;ve ran [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F09%2F30%2Finstalling-sql-management-studio-express-on-vista-x64-tim-long%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F09%2F30%2Finstalling-sql-management-studio-express-on-vista-x64-tim-long%2F&amp;source=AndyParkes&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p>Just wanted to share as I had this exact problem&#8230;thanks Tim!</p>
<p>Also it&#8217;s so I don&#8217;t forget how to do it!</p>
<p><a href="http://community.tigranetworks.co.uk/blogs/tim_long/archive/2008/06/04/installing-sql-management-studio-express-on-vista-x64.aspx">Installing SQL Management Studio Express on Vista x64 &#8211; Tim Long</a> </p>
<p>It&#8217;s still very annoying that 64-bit Vista/XP still isn&#8217;t on a par with 32-bit brethren as this <a href="http://parkesy.wordpress.com/2008/09/05/installing-windows-live-writer-on-vista-64-bit/">isn&#8217;t the first time I&#8217;ve ran into problems</a> installing software but that rant can wait for another time <img src='http://andyparkes.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://andyparkes.co.uk/blog/index.php/2008/09/30/installing-sql-management-studio-express-on-vista-x64-tim-long/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poor Vista show by software vendor</title>
		<link>http://andyparkes.co.uk/blog/index.php/2008/09/30/poor-vista-show-by-software-vendor/</link>
		<comments>http://andyparkes.co.uk/blog/index.php/2008/09/30/poor-vista-show-by-software-vendor/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 22:08:11 +0000</pubDate>
		<dc:creator>AndyParkes</dc:creator>
				<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://parkesy.wordpress.com/2008/09/30/poor-vista-show-by-software-vendor/</guid>
		<description><![CDATA[Not the first time you&#8217;ve heard this story but thought I&#8217;d share One of our clients is just about to change all their PCs as part of a larger IT project They currently don&#8217;t have any Vista PCs so we had a chat about that. Obviously the client has heard all the usual press stories [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F09%2F30%2Fpoor-vista-show-by-software-vendor%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F09%2F30%2Fpoor-vista-show-by-software-vendor%2F&amp;source=AndyParkes&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p>Not the first time you&#8217;ve heard this story but thought I&#8217;d share</p>
<p>One of our clients is just about to change all their PCs as part of a larger IT project</p>
<p>They currently don&#8217;t have any Vista PCs so we had a chat about that. Obviously the client has heard all the usual press stories and second hand tales of woe but wanted to know what I thought. I told him my only concerns were his line of business applications as we&#8217;d need to make sure there were no compatibility issues</p>
<p>I received a document with details on compatibility for server/database/client and this bit jumped out (names protected)</p>
<blockquote><p><i>“Note</i>: It is a requirement of the ****** install with Vista 32bit <b>a)</b> to use SQLServer ODBC driver, not the SQL Native driver that comes with Vista; <b>b)</b> to ensure the selection for User Account Control (in Control Panel, Security Settings) is switched OFF for that user in the user admin area prior to running the ****** Installshield (else below errors will occur) and remain off, otherwise ****** will not work (creating the ODBC within the UserDSN may resolve this, however that ODBC is then only available to that specific Windows user).”</p>
</blockquote>
<p>Not exactly clear to be honest so I asked for some clarification</p>
<p><em>Does this mean you want us to UAC off permanently or just for the installation?</em></p>
<p>The response was,</p>
<blockquote><p>&#8220;By this we mean that if you leave it off it will work and therefore our recommendation, but we do have one client who has left it on and instead created the ODBC’s in the UserDSN and have, in their specific instance (so far as they are not live yet), successfully used ****** using Vista with UAC on.&nbsp;&nbsp; UAC has not been without its problems and we therefore cannot give a definitive guarantee ****** will work with UAC on in all cases.&#8221;</p>
</blockquote>
<p>So this is the &#8220;you must lower your security to make our app work&#8221; response
<p>I ignored the <em>&#8220;UAC has not been without it&#8217;s problems&#8221;</em> line (for now) and replied to ask when they expected the program to be 100% Vista compatible so I&#8217;ll post back here when I get a response
<p>I&#8217;ve still got to ask about their other LOB application so will be interesting to see what the response is there</p>
]]></content:encoded>
			<wfw:commentRss>http://andyparkes.co.uk/blog/index.php/2008/09/30/poor-vista-show-by-software-vendor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stupid is as stupid does</title>
		<link>http://andyparkes.co.uk/blog/index.php/2008/09/07/stupid-is-as-stupid-does/</link>
		<comments>http://andyparkes.co.uk/blog/index.php/2008/09/07/stupid-is-as-stupid-does/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 19:41:05 +0000</pubDate>
		<dc:creator>AndyParkes</dc:creator>
				<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://parkesy.wordpress.com/2008/09/07/stupid-is-as-stupid-does/</guid>
		<description><![CDATA[If you&#8217;re on my Facebook friends list you&#8217;ll have got this message over the weekend Hello AllIf you&#8217;ve had a weird message from me (other than this one!) today please delete itI got the same message from a friend and while allowing my curiosity to get the better of me i managed to infect myself [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F09%2F07%2Fstupid-is-as-stupid-does%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F09%2F07%2Fstupid-is-as-stupid-does%2F&amp;source=AndyParkes&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p>If you&#8217;re on my Facebook friends list you&#8217;ll have got this message over the weekend </p>
<blockquote><p>Hello All<br />If you&#8217;ve had a weird message from me (other than this one!) today please delete it<br />I got the same message from a friend and while allowing my curiosity to get the better of me i managed to infect myself <br />Highly highly embarrassed <br />Feel free to message me with abuse<br />Andy</p>
</blockquote>
<p>So I thought I&#8217;d explain what I meant when I said I&#8217;d allowed my curiosity to get the better of me </p>
<p>On Saturday morning I got a message from a friend via Facebook. The English was terrible (the subject was &#8211; <em>Gt you! Ha-ha, now watch and cr!)</em> and the link certainly looked &#8220;dodgy&#8221;. I figured my friend had his PC compromised and it was sending messages from his Facebook account</p>
<p>It was the first time I&#8217;d seen this type of malware attack so I thought it might make an interesting blog post so followed the link</p>
<p>It took me to a page that looked like YouTube (if YouTube was broken!) and I got a message displayed telling me that my flash player needed updating and I was prompted to download a file</p>
<p>I downloaded the file and uploaded it to <a href="http://www.virustotal.com/" target="_blank">VirusTotal</a> for analysis which then identified the file as being the &#8220;KoobFace&#8221; worm</p>
<p><a title="Koobface.worm" href="http://vil.nai.com/vil/content/v_148955.htm">Koobface.worm</a> &#8211; McAfee </p>
<p><a title="Win32.Worm.KoobFace.A" href="http://www.bitdefender.com/VIRUS-1000362-en--Win32.Worm.KoobFace.A.html">Win32.Worm.KoobFace.A</a> &#8211; Bitdefender</p>
<p><a href="http://www.symantec.com/security_response/writeup.jsp?docid=2008-080315-0217-99" target="_blank">W32.Koobface.A</a> &#8211; Symantec</p>
<p><a href="http://ca.com/securityadvisor/virusinfo/virus.aspx?id=73167" target="_blank">Koobface Family</a> &#8211; CA</p>
<p>This was where I made a stupid mistake</p>
<p>In my attempt to select the file so I could delete it I inadvertently double-clicked the file and it ran </p>
<p>As you can imagine my language was colourful at this point</p>
<p>I got a message on screen</p>
<p><em>&#8220;Error installing Codec. Please contact support&#8221;</em></p>
<p>Using the information links above I managed to remove the main worm program and a browser add-in it had loaded to Internet Explorer (I&#8217;ve since flattened the machine and reloaded from a backup)</p>
<p>Unfortunately it had sent messages using my Facebook account by the time I&#8217;d cleaned up. </p>
<p>I didn&#8217;t know who exactly it had messaged hence the warning to everyone in my list</p>
<p>Highly highly embarrassing as there are a lot of IT pros in my friends list!</p>
<p>Some of you may be thinking,</p>
<p><em>&#8220;What was your anti-virus doing during all of this?&#8221;</em></p>
<p>Good question, but I&#8217;ve got a little confession</p>
<p>I&#8217;m not running any at the moment</p>
<p>Just before Vista was released, Jim Allchin (co-president of Microsoft&#8217;s platform division) was quoted as saying Vista&#8217;s increased security meant he wasn&#8217;t running any anti-virus on a PC his 7-year old uses at home (<a href="http://www.techweb.com/wire/software/193700688" target="_blank">Techweb reported about it here</a> &#8211; he changed his <a href="http://www.informationweek.com/news/windows/microsoft_news/showArticle.jhtml?articleID=194300088" target="_blank">viewpoint slightly afterwards</a>)</p>
<p>When I recently made the switch to Vista 64-bit as I was installing all my usual programs and thought it would be an interesting experiment to run without any anti-virus software (and blog about it here later!)</p>
<p>I&#8217;ve been running without any anti-virus since mid-July. I use some of the well known on-line scanners as well as some offline tools twice a week to check all is ok and until yesterday everything appears to have been fine</p>
<p>That said all the anti-virus software in the world can&#8217;t protect you from being stupid!</p>
<p>So what have I learnt from this debacle?</p>
<p>1) It may be a good time to end my experiment</p>
<p>2) I rarely allow websites to keep me signed in but Facebook had been an exception. I&#8217;ll be going back to how I usually run!</p>
<p>3) If you tell friends it&#8217;s ok to abuse you, then they will <img src='http://andyparkes.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>As a side note it looks like Facebook have been doing some work too. When I now click on the original link Facebook blocks the page with a warning the site is dangerous</p>
]]></content:encoded>
			<wfw:commentRss>http://andyparkes.co.uk/blog/index.php/2008/09/07/stupid-is-as-stupid-does/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Installing Windows Live Writer on Vista 64-bit</title>
		<link>http://andyparkes.co.uk/blog/index.php/2008/09/05/installing-windows-live-writer-on-vista-64-bit/</link>
		<comments>http://andyparkes.co.uk/blog/index.php/2008/09/05/installing-windows-live-writer-on-vista-64-bit/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 07:53:36 +0000</pubDate>
		<dc:creator>AndyParkes</dc:creator>
				<category><![CDATA[64-bit]]></category>
		<category><![CDATA[Live Writer]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://parkesy.wordpress.com/2008/09/05/installing-windows-live-writer-on-vista-64-bit/</guid>
		<description><![CDATA[I&#8217;m running Vista 64-bit so tried to install Live Writer a while back and got the following error &#160; From what I&#8217;ve read it&#8217;s to do with the unified Live installer and not Live Writer I&#8217;ve seen a couple of blog posts that mention if you can get the MSI file you can install it [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F09%2F05%2Finstalling-windows-live-writer-on-vista-64-bit%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F09%2F05%2Finstalling-windows-live-writer-on-vista-64-bit%2F&amp;source=AndyParkes&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p>I&#8217;m running Vista 64-bit so tried to install Live Writer a while back and got the following error</p>
<p><a href="http://parkesy.files.wordpress.com/2008/09/clip-image001.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="198" alt="clip_image001" src="http://parkesy.files.wordpress.com/2008/09/clip-image001-thumb.png" width="418" border="0"></a>
<p>&nbsp;
<p>From what I&#8217;ve read it&#8217;s to do with the unified Live installer and not Live Writer
<p>I&#8217;ve seen a couple of blog posts that mention if you can get the MSI file you can install it ok. Most of these posts had a link to a german site that has the file on it. I wasn&#8217;t too keen to download an MSI file from a site I knew nothing about so decided against that.
<p>Another post suggested installing Live Writer on a 32-bit system and copy the MSI from there. I tried that and couldn&#8217;t find the MSI so that was scuppered
<p>So I thought I&#8217;d try something obvious &#8211; what did I have to lose?
<p>Download the installer file (WLInstaller.exe) from the <a href="http://writer.live.com/" target="_blank">Live Writer site</a>, right click on the file and click properties then click the compatibility tab
<p>Put the tick in the box to run in compatibility mode and click ok
<p><a href="http://parkesy.files.wordpress.com/2008/09/clip-image0018.png"><img style="border-right:0;border-top:0;border-left:0;border-bottom:0;" height="220" alt="clip_image001[8]" src="http://parkesy.files.wordpress.com/2008/09/clip-image0018-thumb.png" width="412" border="0"></a>
<p>Then run the program as an administrator and it should work!
<p>&nbsp;
<p>I&#8217;m posting this on my Vista 64-bit system from Live Writer so it worked for me!</p>
]]></content:encoded>
			<wfw:commentRss>http://andyparkes.co.uk/blog/index.php/2008/09/05/installing-windows-live-writer-on-vista-64-bit/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Screensaver does start with a wireless mouse plugged in</title>
		<link>http://andyparkes.co.uk/blog/index.php/2008/08/29/screensaver-does-start-with-a-wireless-mouse-plugged-in/</link>
		<comments>http://andyparkes.co.uk/blog/index.php/2008/08/29/screensaver-does-start-with-a-wireless-mouse-plugged-in/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 15:44:56 +0000</pubDate>
		<dc:creator>AndyParkes</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://parkesy.wordpress.com/2008/08/29/screensaver-does-start-with-a-wireless-mouse-plugged-in/</guid>
		<description><![CDATA[Very strange one today I took a call a few days ago from a client who “wasn’t asked for her password anymore when she’d been away from her desk” My initial thought was that her screensaver had been disabled or the password option had been turned off I logged in and everything was as I’d [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F08%2F29%2Fscreensaver-does-start-with-a-wireless-mouse-plugged-in%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F08%2F29%2Fscreensaver-does-start-with-a-wireless-mouse-plugged-in%2F&amp;source=AndyParkes&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p>Very strange one today</p>
<p>I took a call a few days ago from a client who “wasn’t asked for her password anymore when she’d been away from her desk”</p>
<p>My initial thought was that her screensaver had been disabled or the password option had been turned off</p>
<p>I logged in and everything was as I’d expected it be</p>
<p>I asked her when it had started happening and if anything had changed and she said she wasn’t sure but thinks it was about the time she got her new wireless mouse</p>
<p>I initially dismissed it and tried one or two other things with little success</p>
<p>I was on site today for another reason so thought I’d take another look</p>
<p>Turns out the screensaver wasn’t starting at all. Hence the reason why it wasn’t asking for a password</p>
</p>
</p>
</p>
</p>
</p>
</p>
<p>It did a quick search and I found this knowledge base article</p>
<p><a title="The screen saver does not start after you install a wireless" href="http://support.microsoft.com/kb/913405" target="_blank">The screen saver does not start after you install a wireless pointing device</a></p>
<p>Basically if your using a wireless mouse AND CyberLink PowerDVD or CyberLink PowerCinema it will stop the screensaver from starting</p>
<p>From what I can figure out it’s a piece of software that can used with a remote control so you can pause, rewind DVD’s</p>
<p>The software think the wireless mouse is the remote control so tries to communicate with it (the KB article itself is very vague as to WHY?)</p>
<p>Anyway there are two workarounds and a fix</p>
<p><strong>Workaround 1:</strong> Stop the service from running</p>
<p><strong>Workaround 2:</strong> Remove PowerDVD (drastic!)</p>
<p><strong>Fix:</strong> Use windows update to install the latest “M<strong>icrosoft HID Non-User Input Data Filter”</strong></p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
</p>
<p>To to make sure this was the problem I used MSConfig to figure out which program is was (it was different to the one reported in the article) and I shut it down using Task Manager</p>
<p>After I’d done this the screensaver started ok..WHOOP!</p>
<p>Never seen anything like this before</p>
<p>Was also a spooky coincidence that the mouse she purchased <a href="http://www.microsoft.com/hardware/mouseandkeyboard/productdetails.aspx?pid=069" target="_blank">was the exact same one</a> I’ve just picked up to replace the ailing HP mouse that came with my PC</p>
]]></content:encoded>
			<wfw:commentRss>http://andyparkes.co.uk/blog/index.php/2008/08/29/screensaver-does-start-with-a-wireless-mouse-plugged-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Action Pack Changes</title>
		<link>http://andyparkes.co.uk/blog/index.php/2008/03/09/action-pack-changes/</link>
		<comments>http://andyparkes.co.uk/blog/index.php/2008/03/09/action-pack-changes/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 14:54:15 +0000</pubDate>
		<dc:creator>AndyParkes</dc:creator>
				<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://parkesy.wordpress.com/?p=258</guid>
		<description><![CDATA[Not that long ago Microsoft made changes to the way we got desktop operating system in the action pack. They moved to &#8220;non-oem&#8221; media and there was an awful lot of complaints at the time Thankfully they have taken all the feedback on board and made some changes. Check out the official line here. We&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F03%2F09%2Faction-pack-changes%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F03%2F09%2Faction-pack-changes%2F&amp;source=AndyParkes&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p>Not that long ago Microsoft made changes to the way we got desktop operating system in the action pack. They moved to &#8220;non-oem&#8221; media and there was an awful lot of complaints at the time</p>
<p>Thankfully they have taken all the feedback on board and made some changes.</p>
<p>Check out the <a target="_blank" href="https://partner.microsoft.com/UK/40052827">official line here</a>.</p>
<p>We&#8217;ll be getting Vista Business (SP1), a copy of Vista Ultimate, a stack of &#8220;readiness resources&#8221; and some incentives for selling Vista SP1</p>
<p>Looks like Microsoft are going to use the launch of Service Pack 1 to give Vista a big push and it&#8217;s good they are listening to partner feedback</p>
<p>Big thanks to Dave Overton for taking time out of his weekend to share this information. <a target="_blank" href="http://uksbsguy.com/blogs/doverton/archive/2008/03/08/action-pack-subscribers-get-full-windows-vista-dvds-not-upgrades-and-they-also-get-a-copy-of-ultimate-too-plus-a-stack-of-materials-to-sell-the-product.aspx">His post on this is here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andyparkes.co.uk/blog/index.php/2008/03/09/action-pack-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running at higher DPI</title>
		<link>http://andyparkes.co.uk/blog/index.php/2008/02/19/running-at-higher-dpi/</link>
		<comments>http://andyparkes.co.uk/blog/index.php/2008/02/19/running-at-higher-dpi/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 15:26:55 +0000</pubDate>
		<dc:creator>AndyParkes</dc:creator>
				<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://parkesy.wordpress.com/?p=246</guid>
		<description><![CDATA[A couple of days ago i spotted a blog post by Daniel Moth called 10 Tips on How to Setup Your Laptop before a Demo 10 pretty solid tips but what caught my eye was the second one. &#8220;Run at (120) High DPI.Task Subject Start Date Reminder Time Due Date In Folder Categories Expo Bespoke None None None Tasks To-Do  I cannot stress this enough. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F02%2F19%2Frunning-at-higher-dpi%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F02%2F19%2Frunning-at-higher-dpi%2F&amp;source=AndyParkes&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p>A couple of days ago i spotted a blog post by Daniel Moth called <a href="http://www.danielmoth.com/Blog/2008/02/10-tips-on-how-to-setup-your-laptop.html" title="10 Tips on How to Setup Your Laptop before a Demo (permalink)">10 Tips on How to Setup Your Laptop before a Demo</a></p>
<p>10 pretty solid tips but what caught my eye was the second one.</p>
<p><em>&#8220;Run at (120) High DPI.Task Subject Start Date Reminder Time Due Date In Folder Categories<br />
Expo Bespoke None None None Tasks To-Do  I cannot stress this enough. If you are on Vista this requires a reboot but give it a try now and you&#8217;ll never look back (all icons suddenly come alive)&#8221;</em></p>
<p>Since I&#8217;m so easily influenced <img src='http://andyparkes.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  i decided to try it out</p>
<p>It wasn&#8217;t immediately obvious (to me anyway) where to do this but eventually i found it</p>
<p>Goto to control panel, select the <em>personalization </em>option (or just click start, and start to type personalization). On the left hand side of the windows, under tasks you&#8217;ll have an option <em>&#8220;Adjust font size (DPI)&#8221;.</em> You&#8217;ll need admin rights to change this</p>
<p>Change from the default setting of 96DPI to the larger 120 size and reboot your PC. You can set a custom setting if you want but i wouldn&#8217;t recommend it.</p>
<p>So why did i do this?</p>
<p>Well i&#8217;m firmly in the multiple monitor camp and consider it a serious fetish of mine where bigger and more is better! I&#8217;m currently running two 19 inch screens. I&#8217;d love to get a couple more screens and up the sizes to 22-24inch but money and office space are sort of stopping me at the moment.</p>
<p>I digress.</p>
<p>I&#8217;m running both screens at 1280 x 1024 so anything to make the most of those pixels is good in my eyes (pun not intended)</p>
<p>As daniel mentions in his blog the icons look great and a lot of text becomes much more readable. Outlook almost looks like a completely different app!</p>
<p>However, there is a downside which means i don&#8217;t quite agree when Daniel says &#8220;you&#8217;ll never look back&#8221;</p>
<p>The problem is that applications have to be &#8220;DPI aware&#8221; (as i understand it)</p>
<p>This means Outlook, Word, etc all look fine</p>
<p>Web browsing is a different matter.</p>
<p>I&#8217;m currently typing this in a form field on the wordpress site. The control itself must be DPI aware as the text it&#8217;s in the larger font size i&#8217;ve seen over the last few days. However the rest of the site is rendered normally. This means i have lots of small text in amongst larger text. If i visit the BBC website after reading some emails it throws the eyes slightly as your switching between the text sizes</p>
<p>Also some sites render &#8220;correctly&#8221; in the new large size as they must be DPI aware. This seems to throw the layout all over the place and sites don&#8217;t always display as expected.</p>
<p>Vista sidebar items also stays it&#8217;s normal size so my gadgets are tiny in comparison</p>
<p>I&#8217;m sure this will improve over time as screen sizes are getting bigger and prices are getting smaller so applications will need to be more intelligent</p>
<p>I decided to run in this mode for a couple of weeks as the stuff that does work, works really well so i might be happy to sacrifice the little annoyances</p>
<p>Note: Couple of good posts explaining this more</p>
<p><a target="_blank" href="http://www.istartedsomething.com/20061211/vista-dpi-scaling/" title="I Started something">Nice visual demo of how it looks in different DPI settings here</a></p>
<p><a target="_blank" href="http://www.rw-designer.com/DPI-aware" title="RW Designer">Some screenshots of how to change the settings with some good developer information</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andyparkes.co.uk/blog/index.php/2008/02/19/running-at-higher-dpi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista Service Pack 1 &#8211; installed</title>
		<link>http://andyparkes.co.uk/blog/index.php/2008/02/15/vista-service-pack-1-installed/</link>
		<comments>http://andyparkes.co.uk/blog/index.php/2008/02/15/vista-service-pack-1-installed/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 17:01:44 +0000</pubDate>
		<dc:creator>AndyParkes</dc:creator>
				<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://parkesy.wordpress.com/?p=244</guid>
		<description><![CDATA[I don&#8217;t normally post about this sort of news as i haven&#8217;t exactly got the scoop on it and there is nothing worse than reading the same thing over and over again when your going through your feeds! But thought i&#8217;d post on this from a personal point view So as i&#8217;ve mentioned above, i&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F02%2F15%2Fvista-service-pack-1-installed%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2008%2F02%2F15%2Fvista-service-pack-1-installed%2F&amp;source=AndyParkes&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p>I don&#8217;t normally post about this sort of news as i haven&#8217;t exactly got the scoop on it and there is nothing worse than reading the same thing over and over again when your going through your feeds! But thought i&#8217;d post on this from a personal point view</p>
<p>So as i&#8217;ve mentioned above, i&#8217;m sure your aware Vista SP1 is available to download if you&#8217;re a technet or MSDN subscriber</p>
<p>I decided to go for it this afternoon and i can report the installation appeared to go smoothly. I ran the setup, let it do it&#8217;s thing and an hour later it reported a successful upgrade</p>
<p>I plan to upgrade the home systems over the weekend and i&#8217;ll report back in about a week with my experiences</p>
<p><a target="_blank" href="http://review.zdnet.com/windows/windows-vista-sp1/4505-3672_16-32853289.html" title="Vista Sp1">I read here</a> (and varous other places) that the SuperFetch data will get trashed on installation so in some situations performance may seem worse for a little while until it&#8217;s figured out your &#8220;habits&#8221;</p>
<p>I&#8217;ve got a performance issue with my home PC where the CPU gets pegged at 100% for about twenty minutes when i first turn the system on (task manager reports TrustedInstaller.exe, i understand this is to do with Windows Update) and i&#8217;m hoping the service pack will sort this out.</p>
<p>I&#8217;ve been running with the service pack in the office for a couple of hours now and it does seem more responsive but i haven&#8217;t given it my usual hammering yet so we&#8217;ll see how i get on over the next week</p>
<p>Have a good weekend!</p>
]]></content:encoded>
			<wfw:commentRss>http://andyparkes.co.uk/blog/index.php/2008/02/15/vista-service-pack-1-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KB929729 Windows Update Failure on Vista</title>
		<link>http://andyparkes.co.uk/blog/index.php/2007/10/31/kb929729-windows-update-failure-on-vista/</link>
		<comments>http://andyparkes.co.uk/blog/index.php/2007/10/31/kb929729-windows-update-failure-on-vista/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 12:47:55 +0000</pubDate>
		<dc:creator>AndyParkes</dc:creator>
				<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://parkesy.wordpress.com/2007/10/31/kb929729-windows-update-failure-on-vista/</guid>
		<description><![CDATA[I meant to blog about this at the time but forgot until i was just reminded about it I was over at my parents house and my dad had been trying to run Windows Update. He had one update that just wouldn&#8217;t install &#8211; KB929729 Security Update for .NET 1.1 I found a very helpful post [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2007%2F10%2F31%2Fkb929729-windows-update-failure-on-vista%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fandyparkes.co.uk%2Fblog%2Findex.php%2F2007%2F10%2F31%2Fkb929729-windows-update-failure-on-vista%2F&amp;source=AndyParkes&amp;style=normal&amp;service=TinyURL.com" height="61" width="50" /><br />
			</a>
		</div>
<p>I meant to blog about this at the time but forgot until i was just reminded about it</p>
<p>I was over at my parents house and my dad had been trying to run Windows Update.</p>
<p>He had one update that just wouldn&#8217;t install &#8211; KB929729 Security Update for .NET 1.1</p>
<p>I found a very helpful <a href="http://petesbloggerama.blogspot.com/2007/09/kb929729-windows-update-failure-easy.html" title="Peter Broomberg">post by Peter Broomberg </a>that pointed me in the right direction.</p>
<p>The steps you need to follow are: </p>
<p>1) Instead of using Windows Update, download the KB929729 package from here:<br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=7EEA368D-7B82-4583-8537-30351718A4E9&amp;displaylang=enhttp://www.microsoft.com/downloads/details.aspx?FamilyId=281FB2CD-C715-4F05-A01F-0455D2D9EBFB&amp;displaylang=en"><font color="#3333ff">http://www.microsoft.com/downloads/details.aspx?FamilyId=7EEA368D-7B82-4583-8537-30351718A4E9&amp;displaylang=enhttp://www.microsoft.com/downloads/details.aspx?FamilyId=281FB2CD-C715-4F05-A01F-0455D2D9EBFB&amp;displaylang=en</font></a><br />
<strong>Do not install yet.</strong></p>
<p>2) Run cleanup tool:<br />
<a href="http://astebner.sts.winisp.net/Tools/dotnetfx_cleanup_tool.zip"><font color="#3333ff">http://astebner.sts.winisp.net/Tools/dotnetfx_cleanup_tool.zip</font></a></p>
<p>and select remove (cleanup) .NET Framework 1.1 from the dropdown list.</p>
<p>3) Download the .Net framework 1.1 redistributable package from here<br />
<a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3"><font color="#3333ff">http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3</font></a></p>
<p>and install it.</p>
<p>4) Download the .Net Framework 1.1 Service Pack 1<br />
<a href="https://www.microsoft.com/downloads/details.aspx?familyid=A8F5654F-088E-40B2-BBDB-A83353618B38&amp;displaylang=en"><font color="#3333ff">https://www.microsoft.com/downloads/details.aspx?familyid=A8F5654F-088E-40B2-BBDB-A83353618B38&amp;displaylang=en</font></a><br />
and install it.</p>
<p>5) Finally, launch the KB929729 installer and it will work: </p>
<p>As far as i can tell the problem is because of previous versions of the framework being installed</p>
<p>My dad got a Dell PC last year and was part of the Vista Express Upgrade programme</p>
<p>So the PC came installed with XP which was then upgraded to Vista</p>
<p>The problem is to do with 1.1 framework still hanging around after the upgrade.</p>
<p>I followed the steps and the his windows update looks much healthier now</p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://andyparkes.co.uk/blog/index.php/2007/10/31/kb929729-windows-update-failure-on-vista/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
