{"id":472,"date":"2004-06-08T22:36:00","date_gmt":"2004-06-08T22:36:00","guid":{"rendered":"http:\/\/markwilson.me.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm"},"modified":"2007-05-15T15:42:23","modified_gmt":"2007-05-15T14:42:23","slug":"microsoft-windows-xp-service-pack-2","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm","title":{"rendered":"Microsoft Windows XP Service Pack 2 overview"},"content":{"rendered":"<p><!--108673453555546680-->A couple of weeks back I was at a Microsoft-hosted event to prepare partners for Windows XP Service Pack 2 (SP2).<\/p>\n<p>The invitation to the event had intrigued me &#8211; after all I seem to remember Microsoft making a statement that there would be no new functionality in service packs &#8211; how could there be a 1-day event in preparation for a service pack?<\/p>\n<p>Well, it seems that SP2 will be a big headache for many system administrators &#8211; and some of the reasons why are pointed out below.<\/p>\n<h3>Don&#8217;t confuse SP2 with XP Reloaded!<\/h3>\n<p>XP Reloaded is not a product &#8211; Microsoft says it\u00e2\u20ac\u2122s a value-added initiative for XP (marketing hype to you and I).<\/p>\n<h3>So what is SP2?<\/h3>\n<p>SP2 is part of Microsoft&#8217;s Springboard initiative, which is basically about getting secure and staying secure. Springboard starts with SP2, but also includes Windows Update 5.0, Windows Installer 3.0, Windows Update Services (formerly Software Update Services) 2.0 and Windows Server 2003 Service Pack 1.<\/p>\n<p>Springboard is a direct response to the ever closing gap between security updates and the associated exploits. Looking at some recent exploits, the days between patch release and exploit is become alarmingly close &#8211; especially when many of us need to test patches fully before deployment. Hiding behind a corporate firewall is no good either &#8211; many threats are from within the perimeter &#8211; laptops taken home, personal e-mail, etc. According to Microsoft: Nimda followed the Microsoft patch 331 days later; SQL Slammer 180; Welchia\/Nachi 151; Blaster 25; and Sasser took just 17 days.<\/p>\n<p>SP2 is a collection of patches and operating system enhancements, designed to improve security. The top line is that XP systems running SP2 will offer enhanced security through:<\/p>\n<ul>\n<li>Resilience &#8211; through networking protection; data execution prevention; greater control when browsing; and more secure e-mail\/instant messaging.<\/li>\n<li>Management &#8211; through group policy enhancements.<\/li>\n<li>Visibility -through Windows Security Center; and Internet Explorer (IE) user interface enhancements to provide more information.<\/li>\n<\/ul>\n<h3>And what isn&#8217;t SP2?<\/h3>\n<p>SP2 is not a &#8220;silver bullet&#8221;. It doesn&#8217;t protect customers from viruses and prevent data loss. What it does do is make it harder for a hacker to get through multiple levels of security.<\/p>\n<h3>So what does SP2 mean to you?<\/h3>\n<p>If you run Windows XP on your organisation\u00e2\u20ac\u2122s PCs, or if your customers run Windows XP <em>you cannot ignore SP2<\/em>.<\/p>\n<p>The key messages are:<\/p>\n<ul>\n<li><strong>For everyone with a web presence:<\/strong> Alert your customers that their web site experience may change if they run SP2.<\/li>\n<li><strong>For ISVs:<\/strong> Test your products against SP2 and make code changes where necessary.<\/li>\n<li><strong>For Windows XP customers:<\/strong> Rigorously test applications against SP2 before deployment.<\/li>\n<\/ul>\n<p>When Microsoft rolled out SP2 internally, the key issues were around IE and the new Windows Firewall. 73% of issues were IE-related. 68% of these problems are fixed in later versions of SP2, but 32% require further action in order to make the application compatible.<\/p>\n<h3>Some SP2 features<\/h3>\n<p>The following gives a flavour of some of the new features in SP2:<\/p>\n<ul>\n<li>The new Windows Security Center ties together many security elements into a new control panel applet. The most significant of the new features is the Windows Firewall (previously Internet Connection Firewall), which is now turned on by default for all connections and is loaded earlier in the boot process (in the kernel). For organisations using Microsoft Active Directory (AD), the firewall is controllable via group policy, with both domain and standalone profiles. It supports exceptions on a global or a subnet level, as well as the concept of application ports, which are opened only when an application is running, with any outbound traffic being allowed, but inbound only for a few seconds following an outbound request. The firewall also disables file and print sharing for all but the local network.<\/li>\n<li>The Windows Firewall can be configured using a variety of methods including: the netsh command (which is scriptable); the netfw.inf file (during installation &#8211; developers can find the information they need on this in the Windows XP Service Pack 2 SDK); through the registry at HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\SecurityCenter; using a new group policy template; or directly through the Windows user interface.<\/li>\n<li>Some administrative tools will not work under SP2 as the Remote Procedure Call (RPC) service no longer allows anonymous logons (although exceptions can be configured in a new RestrictRemoteClients registry key).<\/li>\n<li>DCOM now separates Everyone from Anonymous such that it now behaves more like Authenticated Users. This means that there are now two permissions levels (Launch and Access) for each of three security contexts (Administrator; Everyone; and Anonymous), configurable in Component Services.<\/li>\n<li>The Add\/Remove programs applet has some user interface enhancements including a new &#8220;show updates&#8221; checkbox.<\/li>\n<li>The Alerter and Messenger services are now disabled by default.<\/li>\n<li>Windows Messenger will now block unsafe file transfers (using a MIME sniff to check the file type &#8211; so its no good just changing the extension).<\/li>\n<li>Outlook Express now uses plain text by default with an link to view HTML content where appropriate. There are also changes to the dialogs around attachment opening.<\/li>\n<li>Basic authentication over HTTP is disabled by default under SP2 RC1, although it is rumoured that this will be dropped from the RC2 and RTM version of SP2.<\/li>\n<li>The MS JVM is not removed or installed by SP2 (just left at the current state); however there is a new Microsoft Java VM which will only disable the MS JVM, rather than all JVMs (Sun JRE etc.).<\/li>\n<li>IE now includes a popup blocker, as well as changes to the default security options. The new IE information bar traps ActiveX content in websites until the user enables it and all ActiveX components must be signed (including the installer). The popup blocker could have a major impact on websites that resize windows, etc. &#8211; and even adding a site to the trusted sites list (stored in HKCU\\SOFTWARE\\Microsoft\\Internet Explorer\\New Windows\\Allow) will not allow some code to execute. Some of these settings can be overridden using group policy, although Microsoft were at pains to stress that these security enhancements are there for a reason and should not simply be turned off. As for Windows Messenger, MIME handling is used to enforce file type restrictions within IE. All of the security enhancements for IE are per security zone and exceptions can be specified.<\/li>\n<li>SP2 supports No eXecution (NX) zones, although hardware support for this is limited at this time. These avoid buffer overrun attacks by splitting RAM into data (NX) and executable. Just In Time code will fail, unless explicitly marked with execute permissions when memory is allocated.<\/li>\n<li>There are also changes to the Automatic Updates default client settings.<\/li>\n<li>The Windows Security Center runs as a service and slightly annoyingly (but this is always going to be a problem where the code base is shared between consumer and professional versions of an operating system), it uses a different UI when running in workgroup mode; however it does highlight to users when they are not running up-to-date anti-virus (AV) software. Beware that some AV products may not be picked up by the Security Center even if they are present &#8211; of course Microsoft say that they have been working with leading vendors, but expect to see a raft of new AV products hitting the market soon.<\/li>\n<li>Under SP2, wireless networking now has a new interface and there are new wizards for establishing WiFi and Bluetooth connections.<\/li>\n<\/ul>\n<h3>Other Springboard products<\/h3>\n<p>Windows Update 5 will feature a number of enhancements with a revised layout, drawing together content from the current Windows Update and Microsoft Update sites.<\/p>\n<p>Windows Installer 3 will allow: smaller and more reliable patches; patch removal; and sequencing of patches.<\/p>\n<p>Another new upcoming feature is an uninstaller for Windows Media Player 9 (only if installed on top of Windows XP &#8211; not if slipstreamed), along with revised license management.<\/p>\n<h3>Timescales<\/h3>\n<p>So when are we going to see SP2?<\/p>\n<p>The current estimate is for release to manufacturing (RTM) in Summer 2004. According to Microsoft, over a million people are running the release candidate 1 (RC1) version, and RC2 is imminent (May\/early June &#8211; but as the event was on 27 May, that seems unlikely).<\/p>\n<p>And Windows Server 2003 SP1? The current estimate is Q1\/05.<\/p>\n<h3>Preparing for SP2<\/h3>\n<p>The key areas in preparing for SP2 are to:<\/p>\n<ul>\n<li>Plan testing and resources &#8211; this will identify how big a problem SP2 will be for your organisation to try and see what issues will be hit;<\/li>\n<li>Test external web sites against SP2 &#8211; as part of their contracts, OEMs must move to SP2 within 90 days of RTM. That means that external clients with new PCs will be rolling SP2 out almost straightaway. There is also a rumour that Microsoft may classify SP2 as a critical update to force adoption;<\/li>\n<li>Test internal applications on SP2;<\/li>\n<li>Install all packaged applications (MSIs) and try each one on an SP2 computer &#8211; the main problems will be with DLL conflicts where the SP2 version is overwritten by the MSI installation.<\/li>\n<li>Plan and test a deployment technique &#8211; this could be via SUS, SMS or Windows Update, but beware, SP2 is big!<\/li>\n<\/ul>\n<h3>Testing applications with SP2<\/h3>\n<p>Microsoft provides an <a href=\"http:\/\/www.microsoft.com\/downloads\/details.aspx?FamilyID=7fc46855-b8a4-46cd-a236-3159970fde94&amp;displaylang=en\">Application Compatibility Toolkit<\/a> which can be used to identify installed applications and then verify them to allow identification of known fixes, or where required to target remedial work with developer\/vendors; although the SP2-aware version (v4.0) is some way off at the time of writing.<\/p>\n<p>Applications should be tested on SP1 and SP2 PCs, to allow comparisons to be made and if necessary, any issues to be rectified. Following testing, applications can be ranked to allow an assessment of deployment risks, i.e. application is compatible; application requires basic compatibility modifications; application requires extensive modifications; application is incompatible. Once this analysis has taken place, the application benefits can be compared with the risk of not applying SP2.<\/p>\n<p>For troubleshooting:<\/p>\n<ul>\n<li><strong>Installation: <\/strong>I have not installed SP2 (because I don&#8217;t run pre-RTM code on my laptop) but from what I have heard, even once you have downloaded a copy, it takes a considerable time to install (30 minutes, if virus checking is turned off). Most of the known issues with installation are hardware issues on tablet PCs, but there may also be problems where permissions have been changed in local policies. Also, some product keys that are known to have been compromised will no longer work under SP2.<\/li>\n<li><strong>Internet Explorer:<\/strong> Due to the significant changes that SP2 introduces to the browsing experience, IE will be one of the areas where many problems occur. Issues can be isolated by: attempting to replicate the problem on a computer with SP2 and all subsequent updates; adding the problem site to the trusted sites list; lowering security; and finally by switching off features introduced in SP2 via group policy or in the Tools menu. Once isolated, appropriate action can be taken and any features that have been disable may be re-enabled as appropriate.<\/li>\n<li><strong>Windows Firewall:<\/strong> The Windows Firewall is another significant change. Under SP2 it is enabled by default, for both domain and standalone profiles and because the firewall also disables file and print sharing for all but the local network there will be some inevitable problems for laptop users who take their PCs home. Exceptions may be required for management agents and administrative tools to work as required, and for remote desktop. Firewall activity is logged to %systemroot%\\pfirewall.log.<\/li>\n<li><strong>DCOM and RPC:<\/strong> DCOM and RPC no longer allow unauthenticated connections by default. For DCOM, this can be changed in Component Services, and for RPC via the registry. Remember that DCOM is reliant on RPC.<\/li>\n<\/ul>\n<h3>Getting hold of SP2<\/h3>\n<p>SP2 is currently around 275MM, although this includes debug code at present and will shrink before RTM. It will be made available on CD, or via a smaller &#8220;express installation&#8221; for the web, although even that is 80Mb (about 9 hours on a dial-up connection!). Registered users will receive a free CD with SP2. A fully slipstreamed build will also be made available, and other languages will follow approximately 4 weeks after RTM.<\/p>\n<h3>Links<\/h3>\n<p><a href=\"http:\/\/www.microsoft.com\/technet\/prodtechnol\/winxppro\/sp2preview.mspx\">Windows XP Service Pack 2 Technical Preview Program<\/a><br \/>\n<a href=\"http:\/\/www.microsoft.com\/downloads\/details.aspx?FamilyID=ef3a35c0-19b9-4acc-b5be-9b7dab13108e&amp;displaylang=en\">Group Policy Settings Reference for Windows XP Professional Service Pack 2 Release Candidate 1<\/a><br \/>\n<a href=\"http:\/\/www.microsoft.com\/technet\/prodtechnol\/windows2000serv\/downloads\/appkit.mspx\">Windows Application Compatibility Toolkit 3.0<\/a><br \/>\n<a href=\"http:\/\/v5.windowsupdate.microsoft.com\/\">Windows Update Version 5 Beta<\/a><br \/>\n<a href=\"http:\/\/www.microsoft.com\/windowsserversystem\/sus\/wusbeta.mspx\">Windows Update Services Open Evaluation Version<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A couple of weeks back I was at a Microsoft-hosted event to prepare partners for Windows XP Service Pack 2 (SP2). The invitation to the event had intrigued me &#8211; after all I seem to remember Microsoft making a statement that there would be no new functionality in service packs &#8211; how could there be &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Microsoft Windows XP Service Pack 2 overview<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[],"tags":[99],"class_list":["post-472","post","type-post","status-publish","format-standard","hentry","tag-windows-xp"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Microsoft Windows XP Service Pack 2 overview - markwilson.it<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Microsoft Windows XP Service Pack 2 overview - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"A couple of weeks back I was at a Microsoft-hosted event to prepare partners for Windows XP Service Pack 2 (SP2). The invitation to the event had intrigued me &#8211; after all I seem to remember Microsoft making a statement that there would be no new functionality in service packs &#8211; how could there be &hellip; Continue reading Microsoft Windows XP Service Pack 2 overview\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2004-06-08T22:36:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2007-05-15T14:42:23+00:00\" \/>\n<meta name=\"author\" content=\"Mark Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:site\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mark Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2004\\\/06\\\/microsoft-windows-xp-service-pack-2.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2004\\\/06\\\/microsoft-windows-xp-service-pack-2.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Microsoft Windows XP Service Pack 2 overview\",\"datePublished\":\"2004-06-08T22:36:00+00:00\",\"dateModified\":\"2007-05-15T14:42:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2004\\\/06\\\/microsoft-windows-xp-service-pack-2.htm\"},\"wordCount\":2046,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"keywords\":[\"Microsoft Windows XP\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2004\\\/06\\\/microsoft-windows-xp-service-pack-2.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2004\\\/06\\\/microsoft-windows-xp-service-pack-2.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2004\\\/06\\\/microsoft-windows-xp-service-pack-2.htm\",\"name\":\"Microsoft Windows XP Service Pack 2 overview - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"datePublished\":\"2004-06-08T22:36:00+00:00\",\"dateModified\":\"2007-05-15T14:42:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2004\\\/06\\\/microsoft-windows-xp-service-pack-2.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2004\\\/06\\\/microsoft-windows-xp-service-pack-2.htm\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2004\\\/06\\\/microsoft-windows-xp-service-pack-2.htm#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Microsoft Windows XP Service Pack 2 overview\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/\",\"name\":\"markwilson.it\",\"description\":\"get-info -class technology | write-output &gt; \\\/dev\\\/web\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\",\"name\":\"Mark Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"width\":800,\"height\":800,\"caption\":\"Mark Wilson\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\"},\"description\":\"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.\",\"sameAs\":[\"http:\\\/\\\/www.markwilson.co.uk\\\/\",\"https:\\\/\\\/www.instagram.com\\\/markwilsonuk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/markawilson\\\/\",\"https:\\\/\\\/x.com\\\/markwilsonit\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCWHlZCoHRTocdvtrOJ2IL4A\"],\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/author\\\/mark-wilson\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Microsoft Windows XP Service Pack 2 overview - markwilson.it","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm","og_locale":"en_GB","og_type":"article","og_title":"Microsoft Windows XP Service Pack 2 overview - markwilson.it","og_description":"A couple of weeks back I was at a Microsoft-hosted event to prepare partners for Windows XP Service Pack 2 (SP2). The invitation to the event had intrigued me &#8211; after all I seem to remember Microsoft making a statement that there would be no new functionality in service packs &#8211; how could there be &hellip; Continue reading Microsoft Windows XP Service Pack 2 overview","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm","og_site_name":"markwilson.it","article_published_time":"2004-06-08T22:36:00+00:00","article_modified_time":"2007-05-15T14:42:23+00:00","author":"Mark Wilson","twitter_card":"summary_large_image","twitter_creator":"@markwilsonit","twitter_site":"@markwilsonit","twitter_misc":{"Written by":"Mark Wilson","Estimated reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Microsoft Windows XP Service Pack 2 overview","datePublished":"2004-06-08T22:36:00+00:00","dateModified":"2007-05-15T14:42:23+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm"},"wordCount":2046,"commentCount":3,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"keywords":["Microsoft Windows XP"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm","name":"Microsoft Windows XP Service Pack 2 overview - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"datePublished":"2004-06-08T22:36:00+00:00","dateModified":"2007-05-15T14:42:23+00:00","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2004\/06\/microsoft-windows-xp-service-pack-2.htm#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.markwilson.co.uk\/blog"},{"@type":"ListItem","position":2,"name":"Microsoft Windows XP Service Pack 2 overview"}]},{"@type":"WebSite","@id":"https:\/\/www.markwilson.co.uk\/blog\/#website","url":"https:\/\/www.markwilson.co.uk\/blog\/","name":"markwilson.it","description":"get-info -class technology | write-output &gt; \/dev\/web","publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.markwilson.co.uk\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468","name":"Mark Wilson","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","url":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","width":800,"height":800,"caption":"Mark Wilson"},"logo":{"@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1"},"description":"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.","sameAs":["http:\/\/www.markwilson.co.uk\/","https:\/\/www.instagram.com\/markwilsonuk\/","https:\/\/www.linkedin.com\/in\/markawilson\/","https:\/\/x.com\/markwilsonit","https:\/\/www.youtube.com\/channel\/UCWHlZCoHRTocdvtrOJ2IL4A"],"url":"https:\/\/www.markwilson.co.uk\/blog\/author\/mark-wilson"}]}},"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":4,"url":"https:\/\/www.markwilson.co.uk\/blog\/2004\/08\/windows-xp-service-pack-2-is-ready.htm","url_meta":{"origin":472,"position":0},"title":"Windows XP Service Pack 2 is ready","author":"Mark Wilson","date":"Wednesday 4 August 2004","format":false,"excerpt":"At last! Windows XP SP2 will be released this week! Today I met with Microsoft UK's Windows Client Product Manager who confirmed that SP2 release to manufacturing (RTM) was scheduled for yesterday (Microsoft had already publicly committed to this month). It has slipped slightly, but will definitely be released this\u2026","rel":"","context":"In \"Microsoft Windows XP\"","block_context":{"text":"Microsoft Windows XP","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-xp"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":9,"url":"https:\/\/www.markwilson.co.uk\/blog\/2004\/08\/new-version-of-mbsa-for-windows-xp-sp2.htm","url_meta":{"origin":472,"position":1},"title":"New version of MBSA for Windows XP SP2 users","author":"Mark Wilson","date":"Monday 23 August 2004","format":false,"excerpt":"Users of Windows XP Service Pack 2 will need to update the Microsoft Baseline Security Analyser (MBSA) to version 1.2.1 for compatibility with SP2 security improvements. According to Microsoft, Windows XP SP2 users who are running MBSA 1.2 will be automatically notified of the update\u00c2\u00a0when they run the utility whilst\u2026","rel":"","context":"In \"Microsoft\"","block_context":{"text":"Microsoft","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/microsoft"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":476,"url":"https:\/\/www.markwilson.co.uk\/blog\/2004\/08\/windows-xp-sp2-is-now-available-for.htm","url_meta":{"origin":472,"position":2},"title":"Windows XP SP2 is now available for download","author":"Mark Wilson","date":"Monday 9 August 2004","format":false,"excerpt":"Despite the Windows and .NET magazine network reporting that XP SP2 has been delayed again, I can confirm that SP2 did ship last week. The following text is taken from an e-mail received from Microsoft this morning: \"Windows XP Service Pack 2 released to manufacturing on Friday August 6, 2004.Windows\u2026","rel":"","context":"In \"Microsoft Windows XP\"","block_context":{"text":"Microsoft Windows XP","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-xp"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":503,"url":"https:\/\/www.markwilson.co.uk\/blog\/2004\/09\/application-issues-with-windows-xp-sp2.htm","url_meta":{"origin":472,"position":3},"title":"Application issues with Windows XP SP2","author":"Mark Wilson","date":"Tuesday 28 September 2004","format":false,"excerpt":"In an earlier post, I defended Windows XP service pack 2 against the negative publicity it has gained and that opinion still stands - SP2 is a critical update with benefits far outweighing risks in today's ever more security-conscious environment. I also stand by my comments that SP2 should be\u2026","rel":"","context":"In \"Microsoft Windows XP\"","block_context":{"text":"Microsoft Windows XP","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-xp"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":526,"url":"https:\/\/www.markwilson.co.uk\/blog\/2004\/07\/microsoft-windows-server-2003-sp1.htm","url_meta":{"origin":472,"position":4},"title":"Microsoft Windows Server 2003 SP1 delayed","author":"Mark Wilson","date":"Friday 30 July 2004","format":false,"excerpt":"Its probably not real news to anyone but Windows XP SP2 has been slipping for a while now and so will Windows Server 2003 Service Pack 1 (SP1). In last week's post (Windows Update Services slips into 2005), I reported that the WUS slippage was as a result of using\u2026","rel":"","context":"In \"Microsoft Windows Server 2003\"","block_context":{"text":"Microsoft Windows Server 2003","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-server-2003"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":23,"url":"https:\/\/www.markwilson.co.uk\/blog\/2004\/08\/windows-xp-sp2-available-to-all-users.htm","url_meta":{"origin":472,"position":5},"title":"Windows XP SP2 available to all users","author":"Mark Wilson","date":"Wednesday 25 August 2004","format":false,"excerpt":"As planned (and as I reported earlier this month), Microsoft made Windows XP SP2 available from Windows Update today. If downloading the 266Mb service pack is not an option, it can also be ordered on CD.","rel":"","context":"In \"Microsoft Windows XP\"","block_context":{"text":"Microsoft Windows XP","link":"https:\/\/www.markwilson.co.uk\/blog\/tag\/windows-xp"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/472","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=472"}],"version-history":[{"count":0,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/472\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=472"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=472"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=472"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}