Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No windows update tab on my compter tab

Status
Not open for further replies.

paulha

Technical User
Joined
Oct 25, 2001
Messages
605
Location
GB
Just bought 4 XP Pro machines, there is no windows update tab on the my computer properties, so I am unable to configure automatic updates

Anybody got any Ideas ?

Thanks in advance

Paul
 
There are some possibilities here:

. A GPO blocks the Windows Update Service, or its configuration; Start, Run, gpedit.msc

Look under User Configuration, Administrative Templates, Windows Components, Windows Update.

. The service is not running. Start, Administrative Tools, Services. Look for "Automatic Updates" and start the service. Set its logon desposition to Automatic.
 
Thanks bcastner for that very prompt response

I have had a look at the GPO, it is set as "not configured" which is presumably correct

There is no "Automatic Updates" or similar in the services, so I cant do anything there

Any other pointers ?

Thanks

Paul
 
Just to check things, Start, Run, CMD

sc queryez

Look for this entry:

SERVICE_NAME: wuauserv
DISPLAY_NAME: Automatic Updates
TYPE : 20 WIN32_SHARE_PROCESS
STATE : 4 RUNNING
(STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN)
WIN32_EXIT_CODE : 0 (0x0)
SERVICE_EXIT_CODE : 0 (0x0)
CHECKPOINT : 0x0
WAIT_HINT : 0x0
PID : 896
FLAGS :

If it does not exist type:

sc start wuauserv

It should start the service, but no gaurantees.
If it starts, then Start, Administrative Tools, Services, and set it startup desposition to Automatic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top