Saturday, December 22, 2007

Operating Systems: Setting Users PC for Automatic Updates

You are installing Windows XP Professional on a user's computer. You want to ensure that the user receives all security updates in a timely manner. The user's computer is connected to the Internet.
What should you do?
1. Add a shortcut to the URL to the Windows Update Web page to the All Users Startup folder.
2. Add a shortcut to the URL to the Windows Update Web page to the user's Startup folder.
3. >>Use the System Control Panel utility to enable Automatic Updates.
4. Create a batch file that checks the Windows Update Web page and add it to Scheduled Tasks.

Explanation : Windows XP Professional supports Automatic Updates to allow users to keep their systems up to date with service packs and security updates. You can enable Automatic Updates through the System Control Panel utility.
Each user has a Startup folder located at C:\Documents and Settings\user_name\Start Menu\Programs\Startup. This folder contains shortcuts to programs that run when a specific user logs on. However, adding a shortcut to the Windows Update Web site Uniform Resource Locator (URL) to the user's Startup folder will not cause updates to be applied each time the user starts the computer.

Shortcuts to programs that should start when any user logs on should be added to the C:\Documents and Settings\All Users\Start Menu\Programs\Startup folder. However, adding a shortcut to the Windows Update Web site's URL to the All Users Startup folder will not cause updates to be applied each time the user starts the computer.

You should not create a batch file that checks the Windows Update Web page and add the batch file to Scheduled Tasks. However, you can configure Automatic Updates to run on a schedule by using the System Control Panel utility.

Objective: Operating Systems