<?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>The other steveb - Steve Banks' Blog on SBS, EBS, and other Small Business Technology Topics : Vista</title><link>http://msmvps.com/blogs/steveb/archive/tags/Vista/default.aspx</link><description>Tags: Vista</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Curious how to disable IPv6?</title><link>http://msmvps.com/blogs/steveb/archive/2008/10/08/curious-how-to-disable-ipv6.aspx</link><pubDate>Wed, 08 Oct 2008 17:03:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1650156</guid><dc:creator>steveb</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/steveb/rsscomments.aspx?PostID=1650156</wfw:commentRss><comments>http://msmvps.com/blogs/steveb/archive/2008/10/08/curious-how-to-disable-ipv6.aspx#comments</comments><description>&lt;p&gt;This will work on Vista &amp;amp; Windows 2008 boxes and disable IPv6 if you need to (as in System Center Essentials!).&amp;nbsp; Change the registry entry and restart the machine to apply to the local machine.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\DisabledComponents = 255&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1650156" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/steveb/archive/tags/Vista/default.aspx">Vista</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/EBS/default.aspx">EBS</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/IPv6/default.aspx">IPv6</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/SCE/default.aspx">SCE</category></item><item><title>Lost TS/RDP after running updates?</title><link>http://msmvps.com/blogs/steveb/archive/2007/07/30/lost-ts-rdp-after-running-updates.aspx</link><pubDate>Mon, 30 Jul 2007 08:40:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1072141</guid><dc:creator>steveb</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/steveb/rsscomments.aspx?PostID=1072141</wfw:commentRss><comments>http://msmvps.com/blogs/steveb/archive/2007/07/30/lost-ts-rdp-after-running-updates.aspx#comments</comments><description>&lt;p&gt;After experiencing Terminal Services intermittently hanging after applying Microsoft Updates I&amp;#39;ve come across one way that gets the server back up and responsive most of the time and a backup plan for when it still doesn&amp;#39;t.&lt;/p&gt;
&lt;p&gt;First, to cover yourself, it is a good idea to run a system state backup at minimum of the server before applying updates in case you need to get yourself out of a challenge resulting from the update.&amp;nbsp; Then what I&amp;#39;ve started doing (wasn&amp;#39;t an original idea, got it from others in the community) is creating a restart.bat file that consists of shutdown -r -f and a hard return to bounce the server.&amp;nbsp; I then create a one time scheduled task and set it for about 30 minutes out from when I figure the updates should have been applied and the server restarted and back online.&amp;nbsp; Most of the time a restart will &amp;quot;jump start&amp;quot; the Terminal Services and get them running if they hang.&amp;nbsp; If I don&amp;#39;t have to use it, I go into Scheduled Tasks and set the time back&amp;nbsp;a day to disable it until next time.&amp;nbsp; The other trick I ran across was the result of a&amp;nbsp;&lt;span style="FONT-SIZE:11pt;LINE-HEIGHT:115%;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-fareast-font-family:Calibri;mso-bidi-font-family:&amp;#39;Times New Roman&amp;#39;;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-latin;mso-hansi-theme-font:minor-latin;mso-bidi-theme-font:minor-bidi;mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;desperate &lt;/span&gt;attempt to get a box back online one night as I was applying updates from my Vista Tablet PC.&amp;nbsp; I&amp;#39;ve since tried this from XP Pro and it does not work, so seems to be a Vista only trick.&lt;/p&gt;
&lt;p&gt;If TS/RDP hangs on the server, as Microsoft is beginning to admit is a &lt;a class="" title="Unable to RDP/RWW into the SBS server after applying SP2" href="http://blogs.technet.com/sbs/archive/2007/06/01/unable-to-rdp-rww-into-the-sbs-server-after-applying-sp2.aspx"&gt;problem &lt;/a&gt;finally, attempt to VPN from your Vista computer to the remote network using the remote domain&amp;#39;s administrator account&amp;nbsp;(I&amp;#39;ve only tried this with Windows PPTP so no idea about IPSec or edge VPN devices such as SonicWALLs but I&amp;#39;m guessing it would fail since the reason this is working has to be because Vista is authenticating as the remote administrative account).&amp;nbsp; Once you have established the Windows PPTP VPN from your Vista box, open a command prompt by selecting off of your start menu, &amp;quot;right clicking&amp;quot;&amp;nbsp;and running as administrator.&amp;nbsp; Once inside the command window, type &lt;a class="" href="http://msmvps.com/blogs/steveb/archive/2006/11/17/need-to-shutdown-or-restart-multiple-machines-on-a-domain-quickly.aspx"&gt;shutdown -i&lt;/a&gt; and drop in the name or IP address of the remote server you are wanting to get back your Terminal Services from and do a restart in the graphical interface.&amp;nbsp; I have had this work all but once or twice (hence the new addition of the scheduled task restart batch file).&amp;nbsp; When the server comes back online TS is normally responsive and you can head off to bed versus getting in the car and taking off to a client site in the middle of the night!&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1072141" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/steveb/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/Vista/default.aspx">Vista</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/SBS+2003/default.aspx">SBS 2003</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/Terminal+Services/default.aspx">Terminal Services</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/Microsoft+Updates/default.aspx">Microsoft Updates</category></item><item><title>Microsoft releases the Malware Removal Starter Kit</title><link>http://msmvps.com/blogs/steveb/archive/2007/07/18/microsoft-releases-the-malware-removal-starter-kit.aspx</link><pubDate>Wed, 18 Jul 2007 19:39:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1037238</guid><dc:creator>steveb</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/steveb/rsscomments.aspx?PostID=1037238</wfw:commentRss><comments>http://msmvps.com/blogs/steveb/archive/2007/07/18/microsoft-releases-the-malware-removal-starter-kit.aspx#comments</comments><description>This is from an email I received this week from Mark Clagett over at Microsoft.&amp;nbsp; Running into an issue today where I sent it to an end user so figured I would post it here as well.&amp;nbsp; Thanks Mark for sending out the notice! - Steve&lt;span style="mso-bidi-font-size:11.0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-bidi-font-size:11.0pt;"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;________________________________________________________________________________________________________&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-bidi-font-size:11.0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;span style="mso-bidi-font-size:11.0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;I thought you’d be interested in this new Solution Accelerator from Microsoft – it’s called the &lt;/font&gt;&lt;/span&gt;&lt;a href="http://go.microsoft.com/?linkId=7065537"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;i style="mso-bidi-font-style:normal;"&gt;&lt;font face="Times New Roman" size="3"&gt;Malware Removal Starter Kit&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;i style="mso-bidi-font-style:normal;"&gt;&lt;span style="mso-bidi-font-size:11.0pt;"&gt;.&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;span style="mso-bidi-font-size:11.0pt;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;It’s a &lt;i style="mso-bidi-font-style:normal;"&gt;&lt;u&gt;free download&lt;/u&gt;&lt;/i&gt; from TechNet, and provides you with excellent guidance and tools to help you restore PCs infected with malware.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Here’s a quick overview of what the kit can do for your organization.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Suggest you take a look!&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt; 
&lt;div style="BORDER-RIGHT:medium none;PADDING-RIGHT:0in;BORDER-TOP:medium none;PADDING-LEFT:0in;PADDING-BOTTOM:1pt;BORDER-LEFT:medium none;PADDING-TOP:0in;BORDER-BOTTOM:windowtext 1pt solid;mso-element:para-border-div;mso-border-bottom-alt:solid windowtext .75pt;"&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-bidi-font-size:11.0pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;span style="mso-bidi-font-size:11.0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;mso-no-proof:yes;"&gt;&lt;font face="Times New Roman"&gt;PCs Infected with Malware? &lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;span style="mso-bidi-font-size:11.0pt;"&gt;Every day, adversaries attempt to invade your networks and infect your systems with viruses, spyware, and other malware. In other cases, employees can open the door to malware by visiting infected Web sites, opening the wrong e-mail attachments, or running macros that contain viruses.&lt;/span&gt;&lt;span style="FONT-SIZE:9pt;mso-bidi-font-size:10.0pt;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;As an IT professional focused on security, you know the risks first hand. You’ve installed antivirus software and you keep your protection updated. Sometimes, though, attacks are successful, and computers get infected. And once they are inside the organization, malware outbreaks can spread with alarming speed, compromising or destroying mission-critical data or personal information.&amp;nbsp; &lt;span style="FONT-SIZE:10pt;mso-bidi-font-size:12.0pt;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;b&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;mso-no-proof:yes;"&gt;&lt;font face="Times New Roman"&gt;Restore Infected PCs with the Malware Removal Starter Kit!&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;When you discover PCs that have been infected with malware and your current antivirus tools can’t solve the problem, where do you turn next?&amp;nbsp; &lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;i style="mso-bidi-font-style:normal;"&gt;Is there a way to restore infected PCs without completely rebuilding them from scratch?&lt;span style="COLOR:#1f497d;"&gt; &lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;i style="mso-bidi-font-style:normal;"&gt;&lt;span style="mso-bidi-font-size:11.0pt;"&gt;&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;i style="mso-bidi-font-style:normal;"&gt;&lt;span style="FONT-SIZE:10pt;mso-bidi-font-size:11.0pt;"&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt;The &lt;/font&gt;&lt;a href="http://go.microsoft.com/?linkId=7065537"&gt;&lt;b&gt;&lt;i&gt;&lt;font face="Times New Roman" size="3"&gt;Malware Removal Starter Kit&lt;/font&gt;&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;, the newest Solution Accelerator from Microsoft, provides free, tested guidance to help you combat malware attacks and restore infected systems—so users can safely get back to work. The kit shows you how to use the Windows Preinstallation Environment (Windows PE) to discover malware by performing a thorough &lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;i style="mso-bidi-font-style:normal;"&gt;&lt;u&gt;offline&lt;/u&gt;&lt;/i&gt;&lt;/b&gt; scan of your computers, &lt;b style="mso-bidi-font-weight:normal;"&gt;&lt;i style="mso-bidi-font-style:normal;"&gt;uncovering malware that may be hiding in the operating system.&lt;/i&gt;&lt;/b&gt; And once malware is located and identified, it can be quickly removed from infected PCs with a number of free anti-malware tools&lt;span style="COLOR:#1f497d;"&gt;, &lt;/span&gt;like the Malicious Software Removal Tool from Microsoft.&lt;span style="mso-bidi-font-size:10.0pt;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Times New Roman"&gt;&lt;b&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;mso-no-proof:yes;"&gt;The Malware Removal Starter Kit answers questions like:&lt;/span&gt;&lt;/b&gt;&lt;span style="COLOR:#1f497d;"&gt;&lt;/span&gt;&lt;/font&gt; 
&lt;p class="MsoNormalCxSpLast" style="MARGIN:4pt 0in 4pt 0.25in;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Times New Roman" size="3"&gt;What are the keys to a reliable, effective response plan to remedy malware outbreaks? &lt;/font&gt;&lt;/p&gt;
&lt;p class="msonormalcxspmiddlecxspmiddleCxSpFirst" style="MARGIN:4pt 0in 4pt 0.25in;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Times New Roman" size="3"&gt;How do I build a bootable CD that lets me perform offline virus scans?&lt;/font&gt;&lt;/p&gt;
&lt;p class="msonormalcxspmiddlecxspmiddleCxSpLast" style="MARGIN:4pt 0in 4pt 0.25in;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Times New Roman" size="3"&gt;How can I discover and remove viruses and other malware hiding in the operating system?&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormalCxSpFirst" style="MARGIN:4pt 0in 4pt 0.25in;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Times New Roman" size="3"&gt;How does the Malware Removal Starter Kit augment Microsoft’s anti-malware strategy?&lt;/font&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&amp;nbsp;&lt;/span&gt;&lt;font face="Times New Roman"&gt;&lt;b&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;mso-no-proof:yes;"&gt;Key Benefits&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;b&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-no-proof:yes;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;span style="FONT-SIZE:10pt;"&gt;&lt;font face="Times New Roman"&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;font face="Times New Roman" size="3"&gt;The Malware Removal Starter Kit is:&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormalCxSpLast" style="MARGIN:auto auto auto 0.25in;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Effective:&lt;/b&gt; Helps you to uncover malware that’s difficult to expose.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="msonormalcxspmiddlecxspmiddle" style="MARGIN:0in 0in 0pt 0.25in;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Flexible:&lt;/b&gt; Lets you use best approach for the specific problem you’re facing.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormalCxSpFirst" style="MARGIN:auto auto auto 0.25in;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Reliable:&lt;/b&gt; Provides guidance thoroughly tested by Microsoft security experts.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p class="MsoNormalCxSpLast" style="MARGIN:auto auto auto 0.25in;TEXT-INDENT:-0.25in;mso-add-space:auto;mso-list:l0 level1 lfo1;"&gt;&lt;span style="FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;&lt;font size="3"&gt;·&lt;/font&gt;&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;&lt;b style="mso-bidi-font-weight:normal;"&gt;Simple:&lt;/b&gt; Offers a solution that is easy to configure and use.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:Symbol;mso-fareast-font-family:Symbol;mso-bidi-font-family:Symbol;"&gt;&lt;span style="mso-list:Ignore;"&gt;·&lt;span style="FONT:7pt &amp;#39;Times New Roman&amp;#39;;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Free:&lt;/span&gt;&lt;/b&gt;&lt;span style="FONT-SIZE:10pt;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt; The Malware Removal Starter Kit is a free download from TechNet.&lt;/span&gt;&lt;b&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;FONT-FAMILY:&amp;#39;Arial&amp;#39;,&amp;#39;sans-serif&amp;#39;;mso-no-proof:yes;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;font face="Times New Roman"&gt;&lt;b&gt;&lt;span style="FONT-SIZE:11pt;COLOR:#1f497d;mso-no-proof:yes;"&gt;Download the free Malware Removal Starter Kit&lt;/span&gt;&lt;/b&gt;&lt;font size="3"&gt; &lt;span style="FONT-SIZE:10pt;"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;font face="Times New Roman" size="3"&gt;&amp;nbsp;&lt;/font&gt; 
&lt;p class="MsoNormal" style="MARGIN:0in 0in 0pt;"&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;Accessing the kit is easy, and it’s free!&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;Click &lt;/span&gt;&lt;a href="http://go.microsoft.com/?linkId=7065537"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt;&lt;font size="3"&gt;here&lt;/font&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style="FONT-SIZE:11pt;FONT-FAMILY:&amp;#39;Calibri&amp;#39;,&amp;#39;sans-serif&amp;#39;;"&gt; to learn more or to download the kit.&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1037238" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/steveb/archive/tags/Windows+Server+2003/default.aspx">Windows Server 2003</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/Vista/default.aspx">Vista</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/Malware/default.aspx">Malware</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/Spyware/default.aspx">Spyware</category></item><item><title>Verizon XV6600WOC Firmware update does not work with Windows Vista - use XP</title><link>http://msmvps.com/blogs/steveb/archive/2007/01/23/verizon-xv6600woc-firmware-update-does-not-work-with-windows-vista-use-xp.aspx</link><pubDate>Tue, 23 Jan 2007 19:21:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:514332</guid><dc:creator>steveb</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/steveb/rsscomments.aspx?PostID=514332</wfw:commentRss><comments>http://msmvps.com/blogs/steveb/archive/2007/01/23/verizon-xv6600woc-firmware-update-does-not-work-with-windows-vista-use-xp.aspx#comments</comments><description>&lt;P&gt;At least for now, for those who may be thinking of trying it, do not use Vista to do firmware revs to your Audiovox / UTStarcom devices.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A class="" href="http://support.vzw.com/how_to_use/bba_device_update.html" target=_blank&gt;update&lt;/A&gt; from Verizon and UTStarcom for the XV6600WOC (&lt;A href="http://www.utstar.com/pcd/downloads/HA_VZW_207_112_01167_A12.exe"&gt;http://www.utstar.com/pcd/downloads/HA_VZW_207_112_01167_A12.exe&lt;/A&gt;) will run in XP SP2 compatibility mode as administrator but in my experience with it today I only got as far as wiping the old firmware off the device.&amp;nbsp; At that point the &lt;STRONG&gt;&lt;EM&gt;&lt;A class="" href="http://www.microsoft.com/windowsmobile/devicecenter.mspx" target=_blank&gt;Windows Mobile Device Center&lt;/A&gt;&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;did not complete the process.&amp;nbsp; In my case I ran the cradle over to my XP Pro desktop, installed &lt;A class="" href="http://www.microsoft.com/windowsmobile/activesync/activesync42.mspx" target=_blank&gt;ActiveSync 4.2&lt;/A&gt; and was good to go on that system.&amp;nbsp; The installer for the firmware picked up where the initial run on Vista failed.&amp;nbsp; Now I'm back over at the Tablet PC where I normally sync the device to get everything back on the 6600.&amp;nbsp; So if you want to run Vista at this time, make sure you keep another box around with XP or Win 2000 on it for times like this.&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=514332" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/steveb/archive/tags/Vista/default.aspx">Vista</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/XV6600/default.aspx">XV6600</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/Windows+Mobile+Device+Center/default.aspx">Windows Mobile Device Center</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/ActiveSync/default.aspx">ActiveSync</category></item><item><title>When updating to Vista, here's a time saving tip.</title><link>http://msmvps.com/blogs/steveb/archive/2006/12/17/when-updating-to-vista-here-s-a-time-saving-tip.aspx</link><pubDate>Mon, 18 Dec 2006 04:22:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:429370</guid><dc:creator>steveb</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/steveb/rsscomments.aspx?PostID=429370</wfw:commentRss><comments>http://msmvps.com/blogs/steveb/archive/2006/12/17/when-updating-to-vista-here-s-a-time-saving-tip.aspx#comments</comments><description>&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Okay, hopefully you will learn from my mistake.&amp;nbsp; Thought I would install Windows Vista Ultimate on my HP TC4400 again now that I have RTM bits.&amp;nbsp; My RC1 upgrade was less than desirable back in September but I have been hearing of great results of running the Windows Easy Transfer Wizard from and then doing a clean build of Vista so I thought why not?&amp;nbsp; Besides I am presenting on this in Vancouver at the VanSBS User Group so I figured I better get up to speed on it!&amp;nbsp; ;-)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Well please learn from my mistake.&amp;nbsp; I'm not going to cancel the wizard now because it has been hummin' along here for a few hours now as I have been working on other things at the office, but I noticed that the wizard is ”saving" my “My Documents” folder to the share on the server I have selected for the transfer.&amp;nbsp; Not a bad thing except that the My Documents folder is already redirected to my company's SBS Server so I am in essence copying over files that I already have on the server to begin with and wasting time on the Windows Easy Transfer wizard to boot.&amp;nbsp; So if you are doing a Vista install and you have My Documents redirect enabled you may as well use it and save the bandwidth and time in moving those files unnecessarily.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;I'll be adding more to my Vista with SBS experiences as I progress.&amp;nbsp; May keep some of it quite until after the Vancouver, BC presentation so I have material for the presentation.&amp;nbsp; :-)&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Steve&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;Here's an update after watching it all night.&amp;nbsp; You really do not want to include those offline folders in your WET settings!&amp;nbsp; You are unable to edit on the other side when loading back into Vista and even worse, the Windows Easy Transfer will attempt to load those files back in over the network to the share location.&amp;nbsp; I've been sitting here watching it attempt to load an archive PST back into a directory in my user share on the SBS box for the last few hours and finally realized what was staring me in the face the whole time.&amp;nbsp; Now I've cancelled it and am waiting to see how long it takes for it to exit.&amp;nbsp; Fortunately I have a Storage Craft ShadowProtect backup image on another drive that I'll be able to load and pull what I need off of back over to the Tablet (mainly my music and items that were on the desktop).&amp;nbsp; The rest of my files were in those offline folders and SharePoint which I synch with Colligo Networks' product.&amp;nbsp; So as I was saying earlier, exclude your offline folders from your Windows Easy Transfer Wizard!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:Arial;"&gt;&amp;nbsp;Steve&lt;/SPAN&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=429370" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/steveb/archive/tags/SBS/default.aspx">SBS</category><category domain="http://msmvps.com/blogs/steveb/archive/tags/Vista/default.aspx">Vista</category></item></channel></rss>