You are here: Articles > Other > Other

 See more articles about "Other "

Block Windows from Automatically Installing XP SP3 or Vista SP1

 

If you want to wait until you're sure that all the bugs are out of the latest Windows service pack for your OS, you can use a registry entry to block the automatic installation.

1. Open up Notepad and copy the following:

Windows registry Editor Version 5.00



[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]

"DoNotAllowSP"=dword:00000001





2. Save the text file and rename it to "BlockWindowsSP.reg". Then merge it into the registry by double clicking it.



Note: This registry entry will only block the automatic installation of the service pack for 12 months. After that, the service pack will install automatically.









If you change your mind later, follow these steps:



1. Open up Notepad and copy the following:

Windows registry Editor Version 5.00



[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]

"DoNotAllowSP"=dword:00000000





2. Save the text file and rename it to "AllowWindowsSP.reg". Then merge it into the registry by double clicking it.

 

Also see ...

Leopard: Schedule to Start and Shutdown Automatically
H3You can schedule your computer to start up or wake and shutdown or sleep automatically at certain times on weekdays, weekends, everyday or a certain day of the week./H3P1. Go to span style="font weight: bold"System Preferences/span. br / br /2. In the span style="font weight: bold"

Leopard: Add Applications to the Finder Toolbar
H3By placing application on your Finder toolbar, you can keep them handy without overcrowding your Dock./H3P1. Open span style="font weight: bold"Finder/span. br / br /2. Go to span style="font weight: bold"Applications/span. br / br /3. Find the desired application and drag it

Leopard: Easily Add Menu Extras to the Menu Bar
H3If you want to add one of the Menu Extras (Clock, CPU, Displays, Spaces, etc.) to your menu bar, or if you've accidentally removed one that you need, here's how to easily place them on the menu bar./H3P1. Open span style="font weight: bold"Finder/span. br / br /2. In the left pane,

Leopard: Use a Background Image in Finder
H3If you want to jazz up your Finder, you can use a background image to give it a personal touch./H3P br / br /1. Open span style="font weight: bold"Finder/span. br / br /2. Go to the menu, click span style="font weight: bold"View/span and select span style="font weight: bold"

OS X: How to Install Symfony into MAMP
H3Installing the open source php framework Symfony into an OS X box can be a challenge. By using MAMP and these directions, you will be up and running in no time./H3PMightyQ is becoming a jedi Symfony master. Just as I was getting skilled in plain ole php, he is now dragging me (correctly) i