<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Richard Siddaway's Blog : Windows 7</title><link>http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx</link><description>Tags: Windows 7</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Windows 7 – Pet Hate #1</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/11/21/windows-7-pet-hate-1.aspx</link><pubDate>Sat, 21 Nov 2009 10:30:13 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1741264</guid><dc:creator>RichardSiddaway</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1741264</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/11/21/windows-7-pet-hate-1.aspx#comments</comments><description>&lt;p&gt;I’ve been using Windows 7 since January and as I’ve reported several times I have been really happy with it.&amp;#160; One source of irritation has arisen – the Action Center.&lt;/p&gt;  &lt;p&gt;This is a reporting system for system issues such as security (firewall turned off) or maintenance (backups not configured).&amp;#160; This is fine but the thing takes over. Once it has popped its window up to say there is a problem it won’t go away. Not good.&lt;/p&gt;  &lt;p&gt;I don’t mind been reminded of things but not to the point where I am then effectively stopped working because these windows are configured to always remain on top.&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e8c5ad31-7dee-4d13-9801-81d859562aab" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Windows+7" rel="tag"&gt;Windows 7&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Action+center" rel="tag"&gt;Action center&lt;/a&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1741264" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Scheduled Tasks</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/11/13/scheduled-tasks.aspx</link><pubDate>Fri, 13 Nov 2009 15:42:23 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1739535</guid><dc:creator>RichardSiddaway</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1739535</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/11/13/scheduled-tasks.aspx#comments</comments><description>&lt;p&gt;Keeping on the theme of Scheduled Tasks I wanted to dig into the tasks that exist on my system.&amp;#160; I did a fresh install of Windows 7 in August and haven’t created any scheduled tasks – so what I see should be close to the system defaults.&amp;#160; This machine isn’t in a domain.&lt;/p&gt;  &lt;p&gt;I can load the task scheduler functions&lt;/p&gt;  &lt;p&gt;PS&amp;gt; Import-Module TaskScheduler    &lt;br /&gt;PS&amp;gt; get-command -Module TaskScheduler &lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;CommandType&amp;#160;&amp;#160;&amp;#160;&amp;#160; Name      &lt;br /&gt;-----------&amp;#160;&amp;#160;&amp;#160;&amp;#160; ----       &lt;br /&gt;Function&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Add-TaskAction       &lt;br /&gt;Function&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Add-TaskTrigger       &lt;br /&gt;Function&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Connect-ToTaskScheduler       &lt;br /&gt;Function&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Get-RunningTask       &lt;br /&gt;Function&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Get-ScheduledTask       &lt;br /&gt;Function&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; New-Task       &lt;br /&gt;Function&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Register-ScheduledTask       &lt;br /&gt;Function&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Remove-Task       &lt;br /&gt;Function&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Start-Task       &lt;br /&gt;Function&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Stop-Task&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;I can see the tasks that are running&lt;/p&gt;  &lt;p&gt;PS&amp;gt; Get-RunningTask &lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;Name&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; : SystemSoundsService      &lt;br /&gt;InstanceGuid&amp;#160; : {9E499B76-8A4E-4215-B043-619B0403D8F6}       &lt;br /&gt;Path&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; : \Microsoft\Windows\Multimedia\SystemSoundsService       &lt;br /&gt;State&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; : 4       &lt;br /&gt;CurrentAction : Microsoft PlaySoundService Class       &lt;br /&gt;EnginePID&amp;#160;&amp;#160;&amp;#160;&amp;#160; : 2456&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;in this case the definition is empty so I can’t see exactly what it is doing though the path and name give a strong hint its related to the sound system.&lt;/p&gt;  &lt;p&gt;Scheduled tasks are arranged in a folder hierarchy.&amp;#160;&amp;#160; If you want to see the full list use&lt;/p&gt;  &lt;p&gt;Get-ScheduledTask –Recurse&lt;/p&gt;  &lt;p&gt;we see a large number of jobs that are either disabled, ready or running.&lt;/p&gt;  &lt;p&gt;If you compare the list with the Task scheduler GUI tool you will see some jobs are missing.&amp;#160; These can be viewed by using the hidden switch&lt;/p&gt;  &lt;p&gt;Get-ScheduledTask -Recurse -Hidden | select path, name&lt;/p&gt;  &lt;p&gt;It is also possible to directly supply a folder and view the jobs in there.&lt;/p&gt;  &lt;p&gt;Looking at the total job population&lt;/p&gt;  &lt;p&gt;PS&amp;gt; Get-ScheduledTask -Recurse -Hidden | group status &lt;/p&gt;  &lt;p&gt;&lt;font face="Courier New"&gt;Count Name&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;----- ----&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;&amp;#160;&amp;#160; 57 Ready&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;&amp;#160;&amp;#160; 20 Disabled&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 2 Running&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 1 Queued&lt;/font&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;The Ready jobs look interesting&lt;/p&gt;  &lt;p&gt;Get-ScheduledTask -recurse -hidden | where {$_.status -eq &amp;quot;Ready&amp;quot; -and $_.LastRunTime -gt $((get-date).AddMonths(-1))} | sort LastRunTime -Descending&lt;/p&gt;  &lt;p&gt;will show everything run in the last month that is ready to run again.&amp;#160; Surprising just how many back ground tasks occur.&lt;/p&gt;  &lt;p&gt;Next time we’ll look at setting up a task to run when we login.&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1fa1ba5d-760c-464f-926f-9d05136f9047" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/PowerShell" rel="tag"&gt;PowerShell&lt;/a&gt;,&lt;a href="http://technorati.com/tags/v2" rel="tag"&gt;v2&lt;/a&gt;,&lt;a href="http://technorati.com/tags/Scheduled+task" rel="tag"&gt;Scheduled task&lt;/a&gt;,&lt;a href="http://technorati.com/tags/windows+7" rel="tag"&gt;windows 7&lt;/a&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1739535" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Powershell/default.aspx">Powershell</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/PowerShell+V2/default.aspx">PowerShell V2</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Windows 7 RTM first impressions</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/08/07/windows-7-rtm-first-impressions.aspx</link><pubDate>Fri, 07 Aug 2009 18:43:28 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1714124</guid><dc:creator>RichardSiddaway</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1714124</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/08/07/windows-7-rtm-first-impressions.aspx#comments</comments><description>&lt;p&gt;The machine is rebuilt and all applications re-installed.&amp;#160; I said after installing the RC as an upgrade that I felt some of the Vista feel had come across.&amp;#160; This install feels much better – like the beta that impressed me so much at the beginning of the year.&amp;#160; &lt;/p&gt;  &lt;p&gt;I recommend a clean install for Windows 7 if at all possible.&lt;/p&gt;  &lt;p&gt;I’ll have to try re-installing Win 7 on that old laptop and see how it does.&amp;#160; In theory it should run better than the beta.&lt;/p&gt;  &lt;p&gt;First impressions – very impressed.&amp;#160; I like this.&amp;#160; Previous Windows clients have left me feeling so-so. They worked and did what I want but this feels right. The whole thing has a polish and well thought out togetherness that I don’t think has been there in the last few client OSs.&lt;/p&gt;  &lt;p&gt;This is a winner.&lt;/p&gt;  &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:03070acb-4a1b-48d9-9cae-14d2b8cec3f1" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/Windows+7+RTM" rel="tag"&gt;Windows 7 RTM&lt;/a&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1714124" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Live Search on Windows 7 &amp; IE 8</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/22/live-search-on-windows-7-amp-ie-8.aspx</link><pubDate>Fri, 22 May 2009 09:21:19 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1692929</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1692929</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/22/live-search-on-windows-7-amp-ie-8.aspx#comments</comments><description>In this post http://richardsiddaway.spaces.live.com/default.aspx?_c01_BlogPart=blogentry&amp;amp;_c=BlogPart&amp;amp;handle=cns!43CFA46A74CF3E96!2349 I was complaining that Live Search had stopped working on my Windows 7 build. I had a Vista machine that I had...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/22/live-search-on-windows-7-amp-ie-8.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1692929" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/IE8/default.aspx">IE8</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Live+Search/default.aspx">Live Search</category></item><item><title>A real windows 7 annoyance</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/18/a-real-windows-7-annoyance.aspx</link><pubDate>Mon, 18 May 2009 21:10:47 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1692635</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1692635</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/18/a-real-windows-7-annoyance.aspx#comments</comments><description>One thing that is really driving me nuts with windows 7 is the way it keeps deciding to maximise Windows just because I happen to move them to a particular point on screen. if I want a Window maximised I will maximise it. Stop making decisions on my behalf...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/18/a-real-windows-7-annoyance.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1692635" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Rant/default.aspx">Rant</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>NetworkLoadBalancingClusters</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/13/networkloadbalancingclusters.aspx</link><pubDate>Wed, 13 May 2009 08:33:17 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1692327</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1692327</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/13/networkloadbalancingclusters.aspx#comments</comments><description>Looking at the module list available when you install the Windows 2008 R2 RSAT pack on Windows 7 I noticed one called NetworkLoadBalancingClusters. Well really its called NetworkLoadBalancingCl... in most displays. NetworkLoadBalancingClusters must the...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/13/networkloadbalancingclusters.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1692327" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Modules</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/13/modules.aspx</link><pubDate>Wed, 13 May 2009 08:32:08 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1692328</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1692328</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/13/modules.aspx#comments</comments><description>One thing that has improved in the Windows 7 version of PowerShell is the listing of available modules. PS&amp;gt; Get-Module -ListAvailable ModuleType Name ExportedCommands ---------- ---- ---------------- Manifest ActiveDirectory {} Manifest AppLocker ...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/13/modules.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1692328" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Import System Modules</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/12/import-system-modules.aspx</link><pubDate>Tue, 12 May 2009 08:05:11 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1692230</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1692230</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/12/import-system-modules.aspx#comments</comments><description>Windows 7 has a really nice feature of combining the recently opened files\tasks with the program icon on the Start menu. This means we can go to Word and have immediate access to the most recently used files. Excellent for when I&amp;#39;m going back to...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/12/import-system-modules.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1692230" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Messenger Annoyance</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/10/messenger-annoyance.aspx</link><pubDate>Sun, 10 May 2009 14:45:21 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1692150</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1692150</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/10/messenger-annoyance.aspx#comments</comments><description>Why won’t Windows Messenger stay shut down on Windows 7? If I shut it down its because I want it shut down. I don’t want it to keep opening up just because the system thinks it knows better than me. There is too much decision making happening in modern...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/10/messenger-annoyance.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1692150" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Messenger/default.aspx">Messenger</category></item><item><title>Live Search on Windows 7</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/08/live-search-on-windows-7.aspx</link><pubDate>Fri, 08 May 2009 22:03:09 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1692094</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1692094</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/08/live-search-on-windows-7.aspx#comments</comments><description>Is there something broken in the combination of Live Search + IE 8 + Windows 7. Searches take a ridiculous time – assuming they don’t time out. I upgraded this machine from Vista. Don’t remember this issue in Windows 7 beta. Technorati Tags: Windows 7...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/08/live-search-on-windows-7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1692094" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Search/default.aspx">Search</category></item><item><title>Get-PSDrive</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/08/get-psdrive.aspx</link><pubDate>Fri, 08 May 2009 20:37:09 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1692091</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1692091</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/08/get-psdrive.aspx#comments</comments><description>Get-PsDrive has been one of those cmdlets that you use without really noticing – when you want to see if a provider is loaded for instance. In the Windows 7 RC the display has had a makeover. PS&amp;gt; Get-PSDrive Name Used (GB) Free (GB) Provider Root CurrentLocation...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/08/get-psdrive.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1692091" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Powershell/default.aspx">Powershell</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/PowerShell+V2/default.aspx">PowerShell V2</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>MagicDisk &amp; Windows 7</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/03/magicdisk-amp-windows-7.aspx</link><pubDate>Sun, 03 May 2009 11:35:42 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1691775</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1691775</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/03/magicdisk-amp-windows-7.aspx#comments</comments><description>Looks like I spoke to soon – there is a Windows 7 version of MagicDisk available at http://www.magiciso.com/tutorials/miso-magicdisc-overview.htm Installed and seems to work OK. That’s one problem resolved quickly. Technorati Tags: Windows 7 , Magic disk...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/03/magicdisk-amp-windows-7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1691775" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Magic+disk/default.aspx">Magic disk</category></item><item><title>MagicDisc</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/03/magicdisc.aspx</link><pubDate>Sun, 03 May 2009 11:23:32 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1691776</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1691776</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/03/magicdisc.aspx#comments</comments><description>The Magic Disc virtual CD program doesn’t work under Windows 7 RC. To be fair it does mention that there may be issues with it when the compatibility check is done as part of the upgrade process. Technorati Tags: Windows 7...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/03/magicdisc.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1691776" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>AVG issue</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/02/avg-issue.aspx</link><pubDate>Sat, 02 May 2009 08:57:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1691743</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1691743</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/02/avg-issue.aspx#comments</comments><description>Decided to fall back on the old stalwart – uninstall AVG &amp;amp; re-install. That worked OK. AVG works – the Action Center now tells me that AVG is on but reporting its status in a format that is no longer supported. Looks like the dots haven’t been joined...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/02/avg-issue.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1691743" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/AVG/default.aspx">AVG</category></item><item><title>AVG support?</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/avg-support.aspx</link><pubDate>Fri, 01 May 2009 22:29:53 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1691717</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1691717</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/avg-support.aspx#comments</comments><description>AVG used to have a fantastic email support facility – it seems to have vanished. Not happy with that. There definitely seems to be a clash between AVG 8.5 and Windows 7 RC – even though AVG is explicitly listed as one of the security partners working...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/avg-support.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1691717" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/AV/default.aspx">AV</category></item><item><title>Major step backwards</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/major-step-backwards.aspx</link><pubDate>Fri, 01 May 2009 22:25:41 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1691718</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1691718</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/major-step-backwards.aspx#comments</comments><description>UAC has been a much maligned artifact of Windows Vista. With the Windows 7 beta I thought it’s major shortcomings had been corrected and it was a much friendlier thing. UAC in Windows 7 seems to have reverted to type and is back to getting in my way....(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/major-step-backwards.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1691718" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Windows 7 RC &amp; AVG</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/windows-7-rc-amp-avg.aspx</link><pubDate>Fri, 01 May 2009 22:06:45 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1691719</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1691719</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/windows-7-rc-amp-avg.aspx#comments</comments><description>One thing that doesn’t seem to work in Windows 7 RC - The Action Center can’t seem to make its mind up if AVG is running or not. All the other tools report its fine &amp;amp; I can scan files BUT the Action center bugs me that its not started. Bah Technorati...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/windows-7-rc-amp-avg.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1691719" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Computername parameter</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/computername-parameter.aspx</link><pubDate>Fri, 01 May 2009 20:49:11 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1691712</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1691712</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/computername-parameter.aspx#comments</comments><description>This is something I’ve been meaning to share for a while. Many of the cmdlets in PowerShell v2 get an explicit remoting capability via the computername property. get-help * -Parameter computername | sort name Clear-EventLog Connect-WSMan Disconnect-WSMan...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/computername-parameter.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1691712" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Powershell/default.aspx">Powershell</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/PowerShell+V2/default.aspx">PowerShell V2</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/v2/default.aspx">v2</category><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Remoting/default.aspx">Remoting</category></item><item><title>Windows 7 RC</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/windows-7-rc.aspx</link><pubDate>Fri, 01 May 2009 20:40:08 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1691713</guid><dc:creator>Richard's space</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1691713</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/windows-7-rc.aspx#comments</comments><description>As you are no doubt aware Windows 7 RC is available for download from TechNet\MSDN. General availability starts next week. The download was very slow – guess a few other people wanted to download it as well :-) I did an upgrade from Vista SP1. It does...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/05/01/windows-7-rc.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1691713" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Troubleshooting answer files</title><link>http://msmvps.com/blogs/richardsiddaway/archive/2009/03/10/troubleshooting-answer-files.aspx</link><pubDate>Tue, 10 Mar 2009 21:27:26 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1677379</guid><dc:creator>Richard Siddaway's Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/richardsiddaway/rsscomments.aspx?PostID=1677379</wfw:commentRss><comments>http://msmvps.com/blogs/richardsiddaway/archive/2009/03/10/troubleshooting-answer-files.aspx#comments</comments><description>One extra thing we can do with the troubleshooting packs is create answer files. Start by loading the module and mapping the drive as before. Import-Module troubleshootingpack New-PSDrive -Name tspack -PSProvider FileSystem -Root &amp;quot;C:\Windows\diagnostics...(&lt;a href="http://msmvps.com/blogs/richardsiddaway/archive/2009/03/10/troubleshooting-answer-files.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1677379" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/richardsiddaway/archive/tags/Windows+7/default.aspx">Windows 7</category></item></channel></rss>