<?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>Teh Tech &#187; Windows update</title>
	<atom:link href="http://tehtech.com/tag/windows-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://tehtech.com</link>
	<description>Being an Admin is Hard Enough</description>
	<lastBuildDate>Wed, 14 Jul 2010 16:14:56 +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>All About Internet Explorer 8 &amp; Uninstall/Rollback Script</title>
		<link>http://tehtech.com/all-about-internet-explorer-8-uninstallrollback-script/</link>
		<comments>http://tehtech.com/all-about-internet-explorer-8-uninstallrollback-script/#comments</comments>
		<pubDate>Sun, 02 May 2010 18:19:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kaseya]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Internet Explorer 8]]></category>
		<category><![CDATA[Patch]]></category>
		<category><![CDATA[Windows update]]></category>

		<guid isPermaLink="false">http://tehtech.com/?p=368</guid>
		<description><![CDATA[Internet Explorer 8 is the newest release from Microsoft and recently left beta and hit automatic updates. I will be discussing the issues that I have encountered, and the fixes I have found. Additionally, I will include group policy templets to prevent its distribution and a uninstall script to remove it for systems. I came [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer 8 is the newest release from Microsoft and recently left beta and hit automatic updates. I will be discussing the issues that I have encountered, and the fixes I have found.  Additionally, I will include group policy templets to prevent its distribution and a uninstall script to remove it for systems. I came in Monday to find that the software was installed on a spattering of computers across sever different clients (about 250 computers). I spent most of the rest of the week fixing them.<br />
<span id="more-368"></span></p>
<h4>Issues that I have had:</h4>
<p>No reboot: This seems to be the most common issue I encountered.  If the patch was installed and the computer was no rebooted you will experience things like not being able to type in text input fields. Rundll32.exe memory dumps, and missing menus and toolbars.  To fix this rebooting seems to do the trick.</p>
<p>No Header or title in internet explorer: For some reason I have seen this a few times when the computer went from IE6 to IE8 directly.  The browser window will not show any title, and will not allow you to open any menus.  The fix I found for this is to give the user account local admin rights and login again.  Go through the setup wizard and change the rights back again.</p>
<p>Internet explorer will not open after upgrade: I have seen this a few times.  First try running the browser as another user.  If it opens, try giving the user that is having issues local admin rights. If this does not fix it I found that recreating the user profile works ( I had to resort to this only twice out of 12 browsers that would not open)</p>
<p>Website Incompatibility: MANY products and websites are not compatibly with internet explorer 8.  Microsoft chose not to follow internet conventions when developing the browser so there have been a ton of issues encountered.  This is actually so prevalent that Microsoft introduced compatibility view to allow people to render websites in Internet Explorer 7.  Check out <a title="MS FAIL" href="http://blogs.msdn.com/ie/archive/2008/08/27/introducing-compatibility-view.aspx ">THIS</a><br />
Spybot &#8211; If you have spybot installed on your computer unfortunately it will not work with internet explorer 8.  The people at spybot are working to fix this but the only solution I found as of writing this is to uninstall either IE8 or spybot.</p>
<p>ADP &#8211; a very common workflow and payroll management provider.  If you are using IE8 you cannot log into ADP unless you view the page in Compatibility Mode.</p>
<p>Centricity &#8211; A common medical Practice management software, this does not seem to work at all with IE8 installed.  I found uninstalling to be the only option.</p>
<p>Solidworks &#8211; a Design and CAD application, once installed IE8 will cause web help to stop functioning as well as some other web based services. Uninstalling IE8 seems to be the best option for this as well.</p>
<p>Quickbooks &#8211; IE8 will break the web-help application and case older versions of quickbooks to crash on first load.  Again until there is a hotfix uninstalling IE is the best option.</p>
<p>General Browsing &#8211; About 2400 websites are not compatible with IE8.  A  bunch of banking sites and smaller sites do not work or allow for login, most of these are fixed with compatibility view.  Some big name sites like amazon.com ebay.com and download.com are having issues with the browser rendering.  I list of sites that are not rendered correctly is available <a title="Broken Sites" href="http://blogs.zdnet.com/microsoft/?p=2072">HERE</a>. </p>
<p>[ad]</p>
<h4>Options:</h4>
<p>Microsoft seems to have messed up again.  The browser does not follow conventions, it does not have nearly all the bugs and kinks worked out.  It causes a ton of applications and websites to not work, so much so they included a compatibility option out of the box. It seems hardly finished to me.</p>
<p>That said rollback may be a good option for you.  Microsoft allows several uninstall options:</p>
<p>Add and remove programs wizard &#8211; This will let you remove the browser and all subsequent patches in one wizard.</p>
<p>Restore &#8211; Sometimes it is just too messed up, the uninstaller wont work, or something else goes wrong. By defult the install creates a restore point.  This may be a option in some situations to rollback the mess.</p>
<p>Login Script: My favorite!  This is what I have been using on some domains to remove it.<br />

<div class="box">
%windir%\ie8\spuninst\spuninst.exe /quiet /norestart /log:G:\%computername%\<span style="color: #ff0000;">ie8uninstall.log</span><br />
Shutdown -r -f -t 30 -c “Reboot for Internet Explorer 8 Uninstall”</div>
<p>Kaseya &#8211; It for things like this I love kaseya.<br />

<div class="box">
Script Name: IE8 Uninstall<br />
Script Description: Uninstall IE 8</p>
<p>IF Test File<br />
Parameter 1 : %windir%\ie8\spuninst\spuninst.exe<br />
Exists :<br />
THEN<br />
Execute File<br />
Parameter 1 : %windir%\ie8\spuninst\spuninst.exe<br />
Parameter 2 : /quiet /norestart /log:<span style="color: #ff0000;">G:\ie8uninstall.log</span><br />
Parameter 3 : 3<br />
OS Type : 0<br />
ELSE
</div>
<p>
Preventing the patch for reaching your system &#8211; Microsoft admits that the patch might not be for everyone.  Check out <a title="MS FAIL" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=21687628-5806-4ba6-9e4e-8e224ec6dd8c&amp;displaylang=en">THIS</a>.  It included a group policy template to prevent the update from installing via automatic updates, and a login script option that can also be used with kaseya.<br />

<div class="box">
Script Name: Block IE 8<br />
Script Description: Blocks IE8 From Auto Update</p>
<p>IF True<br />
THEN<br />
Execute Shell Command<br />
Parameter 1 : md c:\temp<br />
Parameter 2 : 0<br />
OS Type : 0<br />
Execute Shell Command<br />
Parameter 1 : md c:\temp\ie8<br />
Parameter 2 : 0<br />
OS Type : 0<br />
Write File<br />
Parameter 1 : md c:\temp\ie8\ie8block.cmd<br />
Parameter 2 : <span style="color: #ff0000;">admin\batch</span>\IE80Blocker.cmd<br />
OS Type : 0<br />
Execute File<br />
Parameter 1 : md c:\temp\ie8\ie8block.cmd<br />
Parameter 2 : /b<br />
Parameter 3 : 0<br />
OS Type : 0<br />
ELSE
</div>
<p>[ad]</p>
]]></content:encoded>
			<wfw:commentRss>http://tehtech.com/all-about-internet-explorer-8-uninstallrollback-script/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Integrating Service Pack 3 Into a Windows CD</title>
		<link>http://tehtech.com/integrating-service-pack-3-into-a-windows-cd/</link>
		<comments>http://tehtech.com/integrating-service-pack-3-into-a-windows-cd/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 03:30:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Service Pack 3]]></category>
		<category><![CDATA[Windows update]]></category>
		<category><![CDATA[windowsXP-KB936929-SP3-x86-ENU.exe]]></category>

		<guid isPermaLink="false">http://tehtech.com/?p=254</guid>
		<description><![CDATA[I hate having to install service pack 3 after installing a OS.  I did not have a CD with SP3 slipstreamed yet, so I made one.  Here is how to do it. Download:  Download the path from Microsoft HERE Copy: Copy the ENTIRE contents of your windows CD to a working directory.  Your windows CD [...]]]></description>
			<content:encoded><![CDATA[<p>I hate having to install service pack 3 after installing a OS.  I did not have a CD with SP3 slipstreamed yet, so I made one.  Here is how to do it.<br />
<span id="more-254"></span></p>
<ol>
<li>Download:  Download the path from Microsoft <a title="SP3 Direct Link" href="http://download.microsoft.com/download/d/3/0/d30e32d8-418a-469d-b600-f32ce3edf42d/WindowsXP-KB936929-SP3-x86-ENU.exe">HERE</a></li>
<p></p>
<li>Copy: Copy the ENTIRE contents of your windows CD to a working directory.  Your windows CD must have SP2 already. For this example we will make believe my CD is in my &#8220;E&#8221; drive and I am working out of a folder called &#8220;c:SP3_cd&#8221;  I would copy everything from the E drive to c:sp3_cd, this can be done with drag and drop or by using xcopy:
<div class="box">xcopy /e /r /y  e:*.* c:sp3_cd</div>
</li>
<p>[ad]<br />
</p>
<li>Integrate:  From command prompt CD to the location of your downloaded SP3 file and run the integrate command.  For my example I will use:
<div class="box"> WINDOWSXP-KB936929-SP3-X86-ENU.exe /integrate:c:sp3_cd</div>
</li>
<p></p>
<li>Rip: Using a utility called bbie (click <a title="BBIE link" href="http://69.90.47.6/mybootdisks.com/mybootdisks_com/nu2/bbie10.zip">HERE</a>) rip the boot sector off your windows CD.  Again from command line navigate to the location of your bbie and simply input the source CD.  To drop a file called &#8220;image1.bin&#8221; in the same directory as your bbie.exe I would run:
<div class="box"> bbie.exe e:</div>
</li>
<p></p>
<li>Make: Make a ISO with your folder and boot file.  Use Nero, or Magic iso to burn the contents of your patched CD.  Be sure to use the boot file we created.  Select bootable form them menu.  Alternitivly you can download barpe builder <a title="Bart pe" href="http://nu2.nu/pebuilder/">HERE.</a> This package contains a file called mkisofs.exe from command line we can pass it a ton of arguments to make it output a iso. Change the colors to match your paths.<br />

<div class="box">
mkisofs.exe -force-uppercase -iso-level 4 -A mkisofs -sysid &#8220;dos&#8221; -b <span style="color: #993366;">c:image1.bin</span> -no-emul-boot -boot-load-size 4 -hide &#8220;boot.catalog&#8221; -o <span style="color: #ff0000;"><span style="color: #00ffff;">c:SP3.iso </span><span style="color: #ff0000;">c:</span></span><span style="color: #ff0000;">sp3_cd</span></div>
</li>
<p></p>
<li>Rejoice:  If you are like me and install windows a lot this will save you lots of time.  </li>
<p>
</ol>
<p>Note: mkisofs is insanely complex switches.  If you have nero or a application with a GUI to browse to the <span style="color: #ff0000;">source</span>, <span style="color: #993366;">boot image</span> and <span style="color: #00ffff;">output</span> it makes it much easier.</p>
<p>[ad]</p>
]]></content:encoded>
			<wfw:commentRss>http://tehtech.com/integrating-service-pack-3-into-a-windows-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conficker; What is it? How to Prevent and clean It.</title>
		<link>http://tehtech.com/conficker-what-is-it-how-to-prevent-and-clean-it/</link>
		<comments>http://tehtech.com/conficker-what-is-it-how-to-prevent-and-clean-it/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 17:12:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Conflicker]]></category>
		<category><![CDATA[MS08-067]]></category>
		<category><![CDATA[Virus]]></category>
		<category><![CDATA[Windows update]]></category>

		<guid isPermaLink="false">http://tehtech.com/?p=262</guid>
		<description><![CDATA[What is it?: Conflicker is a virus that has been spreading  for about 2 months infecting an estimated 15-20 million computers worldwide.  Systems running windows 2000, server 2000, windows XP (all variations), Vista (all variations), server 2003, server 2008 and even windows 7 are susceptible.  The details of what exactly the virus does are a bit sketchy because of the [...]]]></description>
			<content:encoded><![CDATA[<p>What is it?: Conflicker is a virus that has been spreading  for about 2 months infecting an estimated 15-20 million computers worldwide.  Systems running windows 2000, server 2000, windows XP (all variations), Vista (all variations), server 2003, server 2008 and even windows 7 are susceptible.  The details of what exactly the virus does are a bit sketchy because of the way the virus is created.  At this time it appears that the virus is dormant in the computer and waiting to download the remainder of its payload code  on April 1st.  Right now it is presumed that the worm spreads itsself through the RPC service and through http, network shares, USB and removable media, and even FTP.  The worm has the ability to modify open port exceptions on windows firewall as well as the ability to stop svchost.exe, services.exe, and explorer.exe.  It has a built in P2P application so that the virus can both communicate code between each other and web servers and coordinate.  This is where the fear of  fast changing polymorphic code comes from as well as the ability of the virus to use host computers in a zombie like fashion to attack other computers or servers.  </p>
<p>Symptoms of the virus are expected to include and have been confirmed to include:</p>
<ul>
<li>Services disabling on their own. Namely windows defender, BITS, windows firewall, and some third party antivirus services such as live update.</li>
<li>Massive increase in network traffic.  Up to a 10-15% increase in total network traffic is expected on infected networks. This is due to attacks on shares and accounts, as well as spreading of the virus and payload.</li>
<li>Account lockouts reset.  If the virus is on a DC it will dictionary attack the admin account and admin shares, if the account locks out, it will automatically reset the lockout.</li>
<li>Lastly some or all AV websites, security websites, and windows update sites are inaccessible.  they reply to ping and answer to telnet on port 80, but they are not accessible to any browser.  This appears to be done through a virtual proxy system.</li>
</ul>
<p><span id="more-262"></span><br />
Microsoft has teamed up with ICANN, AOL, Symantec and other big names in computer security and network technologies to attempt to curtail the infestation of the virus.  A $250,000 reward is available for anyone that can provide information leading to the arrest of the coder.  <br />
[ad]<br />
Microsoft released a patch MS08-067 on october 15th 2008, that fixes this exploit however, it is estimated that about 30% of computers do not have this patch installed.  This patch is available from Microsoft <a title="MS08-067" href="http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx">HERE</a>.  The patch is available for windows 2000 sp4 &#8211; windows server 2008 with the exception of windows xp service pack 1 (service pack one has reached its end of support).  Windows 7 has the patch integrated in it already.  Many antivirus makers are releasing removal tools for the virus already.  Microsoft has a removal tool available <a title="Conflicker and malware cleaner from microsoft" href="http://www.microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&amp;displaylang=en">HERE</a>.  And bit defender has a network/domain removal tool <a title="bdtool" href="http://www.bdtools.net/">HERE</a>.</p>
<p>What you can do to limit and prevent conflicker spread as a network administrator.</p>
<ul>
<li>Follow best practice passwords.  Require password that include special characters and are at least 6 characters long.  This makes brute forcing the password very difficult.  </li>
<li>Turn off all unnecessary network shares.  Any computer on the network that has a opened share is a vulnerability. Check <a title="EnumShare" href="http://technet.microsoft.com/en-us/sysinternals/bb897442.aspx">this</a> out to discover shares.</li>
<li>Turn off auto run.  You don&#8217;t need it in most cases.  Turn it off, it allows for the potential execution of code.</li>
<li>Update antivirus.  Make sure you have the last definitions and scan engine.  Note that sometimes the scan engine is not an auto update and may require manual processing.  Also make sure that all of your computers are showing in the antivirus console.  If not you might have a potential issue.  Look into it ASAP before it becomes a problem.  </li>
<li>Windows update.  Update everything.  Every computer should have every critical rated patch, always.  Check out my past post on autopatcher, and check <a title="baseline" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=F32921AF-9DBE-4DCE-889E-ECF997EB18E9&amp;displaylang=en">this</a> out for a alternative way to investigate the security of your network.</li>
<li>Be a bouncer.  Do not allow people to bring in home computers, set up wireless, connect external harddrives and other strange stuff to the network.   They are not on the domain, not subject to group policy, and they might not have AV or patches.  This is a huge vulnerability that often goes unnoticed, but it allows for another way to accidently introduce an infection into a network.</li>
</ul>
<p>April 1st will be interesting at the least.  I have taken a ton of percautions so I can just sit back and watch the news all day while my network stands strong.</p>
<p>[ad]</p>
]]></content:encoded>
			<wfw:commentRss>http://tehtech.com/conficker-what-is-it-how-to-prevent-and-clean-it/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Automatically Remove Windows Search 4.0</title>
		<link>http://tehtech.com/automatically-remove-windows-search-40/</link>
		<comments>http://tehtech.com/automatically-remove-windows-search-40/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 02:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kaseya]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[KB940157]]></category>
		<category><![CDATA[Windows Search]]></category>
		<category><![CDATA[Windows update]]></category>

		<guid isPermaLink="false">http://tehtech.com/?p=99</guid>
		<description><![CDATA[Microsoft has a funny way of sneaking &#8216;features&#8217; in with patches. In this case Windows Search 4.0 is not really a feature as much as a problem. It was installed on a few of the networks I support as part of our weekly patching, and the next day I got a bunch of calls about reduced [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has a funny way of sneaking &#8216;features&#8217; in with patches. In this case Windows Search 4.0 is not really a feature as much as a problem. It was installed on a few of the networks I support as part of our weekly patching, and the next day I got a bunch of calls about reduced performance. I figured that people would complain until it finished indexing. Not the case, it seemed to cripple computers and crush servers. It indexed to the point of actually leaving no resources for users to authenticate to one of our terminal servers. I started looking for a fix and came up with this:<br />
<span id="more-99"></span><br />
<span style="color: #000000;">Kaseya:</span></p>
<div class="box">
<p>Script Name: Remove Windows Search 4.0<br />
Script Description:</p>
<p>IF Test File<br />
Parameter 1 : C:WINDOWS$NtUninstallKB940157$spuninstspuninst.exe<br />
Exists :<br />
THEN<br />
Execute File<br />
Parameter 1 : C:WINDOWS$NtUninstallKB940157$spuninstspuninst.exe<br />
Parameter 2 : /quiet /norestart<br />
Parameter 3 : 3<br />
OS Type : 0<br />
ELSE</p></div>
<p><span style="color: #000000;">Windows logon script or batch file:</span></p>
<div class="box">C:WINDOWS$NtUninstallKB940157$spuninstspuninst.exe /quiet /norestart</div>
<p>If you are using kasaya you can import that script directly and run it to remove the &#8216;feature&#8217;. You can also add the above line to a login script or batch file. This will automatically, silently remove the update with no user intervention or popup.  it literally just disappears.</p>
<p><span style="color: #ff0000;">WARNING: running this on a terminal server with users logged in will cause new users to not be able to authenticate until you restart the server.  Always follow best practice for software uninstalls.  Careful when you run it on servers <img src='http://tehtech.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span></p>
<p>Just a nice simple way to remove windows search 4.0 infection from your network.</p>
<p>[ad]</p>
]]></content:encoded>
			<wfw:commentRss>http://tehtech.com/automatically-remove-windows-search-40/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Autopatcher, a Better Way of Staying Updated</title>
		<link>http://tehtech.com/autopatcher-a-better-way-of-staying-updated/</link>
		<comments>http://tehtech.com/autopatcher-a-better-way-of-staying-updated/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 16:33:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Windows update]]></category>

		<guid isPermaLink="false">http://tehtech.com/?p=145</guid>
		<description><![CDATA[Today, another really nifty tool for update deployment. Weather you have a computer that missed a few patches, or a fresh install you are trying to catch up to the rest of your network autopatcher is a easy solution.  All you have to do is download a little exe and it will connect to Microsoft.com, [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: black; font-family: Verdana;"><span style="font-size: small;">Today, another really nifty tool for update deployment. Weather you have a computer that missed a few patches, or a fresh install you are trying to catch up to the rest of your network </span><a title="Autopatcher" href="http://www.autopatcher.com/" target="_blank"><span style="font-size: small;">autopatcher </span></a><span style="font-size: small;">is a easy solution.  All you have to do is download a little exe and it will connect to Microsoft.com, and get the latest patches.  When you run the application it will automatically determine what you are missing on the computer.  These are automatically selected, then check any add-ons you want to install, and away you go.<span style="mso-spacerun: yes;">  </span>Now what makes this nifty is once the patches are downloaded once, it works offline. If you have a few computers to update it doesn’t bottle neck your bandwidth.<span style="mso-spacerun: yes;">  </span>Even better than that it will run off a thumbdrive or a network share and does not require install of the patcher application on the client side.<span style="mso-spacerun: yes;">  </span>Just another solution when you need to process a update quickly, or update a few computers at a office that is running a low bandwidth WAN. Also it is another substitute to windows update that does not require you to go through the validation process.  It supports windows 2ksp4, vista, server 2003, and xp sp3, in a few different languages and over both X86, and X64 architecture.</span></span></p>
<p><span style="color: black; font-family: Verdana;"><span style="font-size: small;">http://www.autopatcher.com/</span></span></p>
<p><span style="color: black; font-family: Verdana;"><span style="font-size: small;">[ad]</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://tehtech.com/autopatcher-a-better-way-of-staying-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Service Pack 3 Rollout Options Switches and Scripts</title>
		<link>http://tehtech.com/service-pack-3-rollout-options-switches-and-scripts/</link>
		<comments>http://tehtech.com/service-pack-3-rollout-options-switches-and-scripts/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 19:52:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kaseya]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[cURL]]></category>
		<category><![CDATA[Service Pack 3]]></category>
		<category><![CDATA[Windows update]]></category>
		<category><![CDATA[windowsXP-KB936929-SP3-x86-ENU.exe]]></category>

		<guid isPermaLink="false">http://tehtech.com/?p=105</guid>
		<description><![CDATA[Okay so Service Pack 3. Scary I know, I am always weary of big service pack rollouts. However if you don&#8217;t update to SP3, you are open to contracting some nasty bugs. Here are some simple install possibilities if you don&#8217;t have it on your network yet.  I suggest that you take a look at some [...]]]></description>
			<content:encoded><![CDATA[<p>Okay so Service Pack 3. Scary I know, I am always weary of big service pack rollouts. However if you don&#8217;t update to SP3, you are open to contracting some nasty bugs. Here are some simple install possibilities if you don&#8217;t have it on your network yet.  I suggest that you take a look at some of the install articles on SP3 and some of the complications people have experienced before doing a mass rollout.  Below are some options that might be helpful to you, but as always test on a few computers before rolling out to a bunch.  You might also want to check out this <a title="Switches" href="http://techrepublic.com.com/5208-6230-0.html?forumID=102&amp;threadID=262992" target="_blank">link</a> for a explanation of the switches and arguments for installation. In my scripts below the switches I use will force all aplications closed, and do a backup of of the replaced files, and make a log.  A progress window is displayed during the install and at the end the computer is rebooted.  I found this to be the best option for rollouts as you can see the progress bar to estimate time remaining, and you do have a log and a backup if things go wrong.  I suggest you find the right mix of switches that work for you though.<br />
<span id="more-105"></span></p>
<p>1. Windows Update:  Works on small networks, though it might not be the best option on any network with more than a few computers.  </p>
<p>2. Network Install:  The file is available from Microsoft <a title="SP3" href="http://download.microsoft.com/download/d/3/0/d30e32d8-418a-469d-b600-f32ce3edf42d/WindowsXP-KB936929-SP3-x86-ENU.exe" target="_blank">here</a>.  Then all you have to do is install it, or script it.   I used this script to accomplish this at a few of my locations.  Note that you can run it over the network, but I like to copy it locally, just incase there is a network failure or i need to rerun it later for some reason.</p>
<div class="box">
<p>Title DO NOT CLOSE!!!<br />
color 1f<br />
echo off<br />
net use x: <span style="color: #ff0000;"> Serversp3<br />
</span>md c:downloads<br />
md c:downloadssp3<br />
copy x:windowsXP-KB936929-SP3-x86-ENU.exe c:downloads<br />
net use x: /delete<br />
cls<br />
echo A UPDATE IS INSTALLING ON THIS COMPUTER. DO NOT RESTART OR CLOSE THIS WINDOW. WHEN THE UPDATE IS COMPLETE THE COMPUTER WILL RESTART AUTOMATICALLY.<br />
c:downloadsWindowsXP-KB936929-SP3-x86-ENU.exe /passive /forcerestart /forceappsclose /d:c:tempbu /log:c:tempbuxpsp3.log</div>
<p>3. Kaseya with cURLing:  This will create a ton of bandwidth usage if you push this to more than a few computers on the same network, as every computer will be downloading it to their local disk.  So I don&#8217;t recommend this to a really large network, and it is also best done at night just so you don&#8217;t get any complaints of slowness.  Also note that you are going to have to have curl on your kserver to make this work.  Check out this post for a quick explination of <a title="cURL Post" href="http://tehtech.com/?p=47">cURL </a>or just download it <a title="cURL" href="http://curl.haxx.se/">here </a>   The script will check to see if the computer is running SP3 already, if it is it will stop, if not it will download it and run an unattended install followed by a reboot.  </p>
<div class="box">Script Name: sp3 curl<br />
Script Description: <br />
IF Check Registry Value<br />
Parameter 1 : HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionCSDVersion<br />
= :Service Pack 3<br />
THEN<br />
ELSE<br />
Execute Shell Command<br />
Parameter 1 : md c:temp<br />
Parameter 2 : 0<br />
OS Type : 8<br />
Execute Shell Command<br />
Parameter 1 : md c:tempsp3<br />
Parameter 2 : 0<br />
OS Type : 8<br />
Write File<br />
Parameter 1 : c:tempsp3curl.exe<br />
Parameter 2 : <span style="color: #ff0000;">admincurlcurl.exe</span><br />
OS Type : 8<br />
Execute File<br />
Parameter 1 : c:tempsp3curl.exe<br />
Parameter 2 : http://download.microsoft.com/download/d/3/0/d30e32d8-418a-469d-b600-f32ce3edf42d/WindowsXP-KB936929-SP3-x86-ENU.exe -o &#8220;c:tempsp3WindowsXP-KB936929-SP3-x86-ENU.exe&#8221;<br />
Parameter 3 : 3<br />
OS Type : 8<br />
Execute Shell Command<br />
Parameter 1 : c:tempsp3WindowsXP-KB936929-SP3-x86-ENU.exe /passive /forcerestart /forceappsclose /d:c:tempbu /log:c:tempbuxpsp3.log<br />
Parameter 2 : 0<br />
OS Type : 8</div>
<p>[ad]</p>
]]></content:encoded>
			<wfw:commentRss>http://tehtech.com/service-pack-3-rollout-options-switches-and-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
