Slashdot Mirror


Windows 7 RTM Support Ending Soon

jones_supa writes with this news from Ars Technica: "Windows 7 users will have to install Service Pack 1 if they want to continue to receive security fixes and other support beyond April 9th. With the release of a Service Pack, Microsoft's policy is to support the old version for two years. Windows 7 Service Pack 1 was released on 22nd February, 2011, so the phasing out of support is happening more or less on schedule. In spite of a growing number of post-Service Pack 1 fixes and updates, Microsoft has shown no signs of shipping a second Service Pack. Should Service Pack 1 be the sole major update for Windows 7, it will continue to receive mainstream support — which encompasses both security updates, non-security bugfixes, and free phone support — until 13th January 2015. Extended support — security fixes and paid incidents only — will continue until 14th January 2020."

19 of 173 comments (clear)

  1. you are an idiot by arbiter1 · · Score: 5, Insightful

    If you don't have service pack 1 installed you are an idiot anyway to run a non-updated system.

    1. Re:you are an idiot by kthreadd · · Score: 5, Informative

      Well just because you're on Windows 7 RTM doen not mean that you're not updated. Windows 7 RTM receives security updates since it is still a supported version of Windows 7, but you should install SP1 in order to keep receiving them after April 9. Windows 7 RTM and Windows 7 SP1 lives side by side in parallel, and the release of SP1 did not mean that RTM stopped receiving updates.

    2. Re:you are an idiot by UltraZelda64 · · Score: 3, Insightful

      And I always thought "service pack" was just Microsoft slang for "patch roll-up." Apparently I was wrong. In this case, I don't see why Microsoft continues to develop two separate lines of what is basically the exact same OS, patch by patch. Sure, help the businesses that want time to test... fine, but it's still stupid to maintain two bases for so long, when they are essentially the same damn thing. It's more likely that third party programs are going to fuck up on you, and in my experience that does seem to be where the problems often lie.

    3. Re:you are an idiot by hairyfeet · · Score: 3, Insightful

      Why is this flamebait? Do you know how many security patches are in the average Windows SP? I'm sorry but anybody who has waited this long and not applied SP1 is indeed an idiot because every script kiddie on the planet uses those patches and SPs to reverse engineer new exploits specifically targeting fools that don't update the thing.

      That said just because you need to apply an SP or a shitload of patches doesn't mean you have to do it the stupid way, not when there is WSUS Offline which will let you download and unattended install the service pack AND all the patches AND all the .NET updates AND any MS Office SPs and updates from 2K3-2K10 AND update DirectX AND Silverlight AND Windows media player AND Ineternet explorer, all at once and unattended. Granted if you are doing a clean install of RTM you'll probably have to run it twice of be sure to turn off UAC until you are done as it can't reboot and re-run itself with UAC on but for all the benefits of having everything done automatically while you go have lunch its well worth that tiny bit of effort.

      So there really is no excuse as between WSUS and Ninite for all your third party stuff unattended, like flash, hulu, your choice of several browsers and AVs, etc you can take a bare drive and have a fully loaded fully patched Win 7 system in less than an hour and a half with you only being required for maybe 5 clicks all told, everything is taken care of.

      So I'm sorry but the parent is right, anybody that doesn't install SP1 is an idiot, they might as well turn off their firewall and take their unpatched IE and start surfing dodgy websites because they are frankly asking for it.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    4. Re:you are an idiot by kthreadd · · Score: 5, Informative

      A service pack will often include some new features, and has actually sometimes removed features. For example Windows XP SP2 removed the support for raw sockets. A service pack can introduce braking changes. That's why there is a fairly large overlap between the old and new service release.

    5. Re:you are an idiot by jones_supa · · Score: 4, Funny

      A service pack can introduce braking changes.

      A reason to not run Windows in moving vehicles...

    6. Re:you are an idiot by egamma · · Score: 3, Informative

      If you don't have service pack 1 installed you are an idiot anyway to run a non-updated system.

      There was almost zero benefits in SP1 for the average home user. Users can install all the needed security updates separately; in fact, this is often recommended, to reduce the size of the service pack download. Win7 received SP1 because Server 2008R2 needed the contents of the service pack.Here's what's in it for Win7:
      Additional support for communication with third-party federation services (those supporting the WS-Federation passive profile protocol)
      Improved HDMI audio device performance
      Corrected behavior when printing mixed-orientation XPS documents
      Change to behavior of “Restore previous folders at logon” functionality
      Enhanced support for additional identities in RRAS and IPsec
      Support for Advanced Vector Extensions (AVX)
      Improved Support for Advanced Format (512e) Storage Devices (devices with 4kb physical sectors)

    7. Re:you are an idiot by TimothyDavis · · Score: 4, Informative

      I can add some clarity to this.

      When Windows reaches RTM, the ownership of support is handed off from the Windows team to the Windows Sustained Engineering (WinSE) team. Two code branches are opened up for creating QFEs, a Limited Distribution Release (LDR) branch, and a General Distribution Release (GDR) branch.

      The GDR branch is used for updates that are going wide to all users, which include security updates and high impact updates. Depending on the severity of the QFE, it might be posted to Windows Update as a security update, or alternatively it would be provided to OEMs to preinstall on shipping systems to resolve a specific issue.

      The LDR branch is used for updates that aren't going to be distributed to a wide audience. This might be something like a QFE that fixes a bug that some enterprise customer is seeing, but doesn't have much applicabilty to the majority of Winodws users. Microsoft doesn't want to distribute an update like this wide, because there is a risk that it will cause regressions for other users. Every update in the GDR branch is also put into the LDR branch, because ultimately the user is going to be running a single instance of the binary file, and so it better have all of the security updates included if it is going to also fix issues of lesser importance

      When you go to Windows Update and install a QFE, the package that you install usually contains at least two versions of the applicable binaries: One from the LDR branch, and one from the GDR branch. The hotfix installer will look at what is currently on system, and if you have the LDR version of the binary already installed, the hotfix installer will update with the corresponding LDR binary. The effect is that once you install an LDR update, you are now on the LDR branch for that binary for all future updates - that is, until the next service pack release.

      The service pack is a release that includes all updates from the LDR and GDR branches rolled up into one major release. Pre-release versions of service packs are provided to enterprises for testing, and to see if any of the updates that were put into the LDR branch break anything. This gives the enterprise and Microsoft time to address the issue and fix it for the final service pack release.

      Since not all enterprises participate in full testing of the service pack, there may be things that end up in the final version that can break things. This is why Microsoft will continue to support the pre|prior service pack release with security updates for a time, so that these issues can be resolved. At some future time, the pre|prior service pack becomes no longer supported, which is what TFA is all about.

  2. looks like by Anonymous Coward · · Score: 5, Funny

    2015 - year of the linux desktop

    1. Re:looks like by slashdot_commentator · · Score: 4, Funny

      Of course, no one is going to notice, since everyone will be using cloud computing accounts.

      --
      There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
    2. Re:looks like by crutchy · · Score: 5, Insightful

      lucky for them much of the cloud is powered by linux

  3. I think I can make it by tsotha · · Score: 4, Insightful

    I think I can make it to the next bearable version of Windows, assuming they keep following the "every other version is crap" strategy. There's no way I'm every going to buy the mobile operating system they've released for my desktop.

  4. Re:(groan) by kthreadd · · Score: 4, Informative

    Windows 7 SP1 has been out for nearly three years now. That's a very reasonable time to update, especially since the update is free to Windows 7 RTM users and in general should not break any software compatibility. So I don't get what the problem of dropping support for RTM would be.

  5. Re:What exactly is a Service Pack? by CodeheadUK · · Score: 4, Informative

    A service pack is a roll up of all the important and critical updates into one big package. You can apply a service pack to any install to bring it up to that patch level without going through the intermediate stages.

    The service packs are often slipstreamed into install media to produce a (fairly) up to date install right off the disk.

  6. Where is goddamned service pack 2 by AbRASiON · · Score: 5, Informative

    I'm one of those "sympathisers" here who doesn't loathe Microsoft.
    Hot damn though, anyone here who does install Win7 SP1 regularly (as I do) there's about 2 to 300mb of patches and at least..70 or so of the bastards, they take forever to install as well (disk thrash)

    For goodness sakes, just release SP2 already you bastards.

    1. Re:Where is goddamned service pack 2 by hairyfeet · · Score: 4, Informative

      Nope it only downloads them ONCE and that is it, you can do a thousand installs from that one WSUS Offline install. I keep it on a shared drive with every SP and update from XP-Win 7 and thanks to WSUS this includes the MS Office SPs and updates, .NET installs and patches, WMP and IE patches, all in one simple shared folder. I can even tell it to say "just make me an installer with all the Win 7 patches along with MS Office 2K7 and all the extras and put it on this flash stick" and it'll do so, great little tool to have. And when you run it its all unattended, no having to click each update, and if you turn off UAC while it runs it'll even reboot and do a double check just to make sure there aren't any later patches you need that have to be installed after the SP1 reboot, just handy as hell if you need to install Windows clean.

      Of course since I have every version of Windows I see in the shop plus every version of MS Office I see plus all the goodies that shared folder is now 11.3GB but considering I can have it copy just the patches I need for what I'm working on and drive space is cheap i honestly don't care, all that bandwidth used for updating a clean install of Windows is saved so its well worth a lousy 11.3GB on a 500GB shared drive to me.

      --
      ACs don't waste your time replying, your posts are never seen by me.
  7. Just use dism.exe by benjymouse · · Score: 5, Informative

    Use dism.exe. It will let you capture freshly installed machine - even with installed applications - back into an install image, i.e. slipstreaming. From the install image it will work exectly like the original image, only it will have all of the installed service packs, updates and patches already installed.

    --
    Reading slashdot one-liner: (irm http://rss.slashdot.org/Slashdot/slashdot).rdf.item | fl title,desc*
  8. Re:What exactly is a Service Pack? by slashdot_commentator · · Score: 3, Insightful

    A service pack is a form of configuration management. Think of every binary in the Windows operating system as a program with a version. Microsoft wants to encourage developers to support the latest version of their patched OS. That is, of course, feasibly impossible, especially when some developers are confronted with major behavioral change in one OS program update that their application is dependent upon. So having a "blessed" minimal collection of binary versions makes Microsoft only responsible for those versions. It then becomes incumbent for the developers to make sure their application works to SP1 versions of all those OS programs, and the developers cease to be responsible for making their app work with the original OS binary/daemon that was released with the Windows 7 rollout. (And yes, this is a descriptive simplification of the issue.)

    There is more going on with a service pack than just throwing together the latest version of each OS binary. Yes, I wish Microsoft would put out an SP2 already, even if they want to commit corporate suicide by abandoning Windows 7 to get customers to move to Windows 8.

    --
    There is no America. There is no democracy. There is only IBM and AT&T and DuPont, Dow, General Electric, and Exxon
  9. 5 hours by dshk · · Score: 4, Funny

    I recently installed Windows 7 on two machines. It took 5 hours on both machines to download, setup all patches. It restarted itself about 15 times. The Windows update process is ridiculous.