MSFN Forum: Force Windows Update - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Force Windows Update Rate Topic: -----

#1 User is offline   Nick2588 

  • Newbie
  • Group: Members
  • Posts: 39
  • Joined: 28-May 04

Posted 05 September 2005 - 08:36 PM

How can I force the Windows Update application to check for updates and download them? I want the little yellow sheild to appear in the system tray and tell me "There are updates that have been downloaded and are ready to install" or whatever it says.

In other words, I want to simulate whatever happens at 3:00 AM every day (well, that's the default time). I'm guessing I need to send the right switch to wuauclt.exe?


#2 User is offline   Hatefulsorrow 

  • Insomniac!
  • PipPip
  • Group: Members
  • Posts: 120
  • Joined: 13-June 05

Posted 05 September 2005 - 08:46 PM

why not just set the install time to like 5 minutes ahead of now. Then you'll see what you want to.

#3 User is offline   Nick2588 

  • Newbie
  • Group: Members
  • Posts: 39
  • Joined: 28-May 04

Posted 05 September 2005 - 09:09 PM

Hmm, well, I guess that would be better than nothing. How do I automatically change that setting?

And on the same note, how do I change the behavior of Windows Update? How do I choose "download and prompt me to install" instead of "download and install automatically"?

This post has been edited by Nick2588: 05 September 2005 - 09:16 PM


#4 User is offline   Bilou_Gateux 

  • Powered by Windows Embedded
  • PipPipPipPipPip
  • Group: Members
  • Posts: 766
  • Joined: 03-January 04

Posted 06 September 2005 - 02:03 AM

:: stop Automatic Update service
NET STOP WUAUSERV
:: Reset to force client to perform a detection cycle
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v LastWaitTimeout /f
:: start Automatic Update service
NEt START WUAUSERV


#5 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,603
  • Joined: 04-December 03

Posted 06 September 2005 - 01:04 PM

For prompt before downloading :
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000002


#6 User is offline   druiddk 

  • Member
  • PipPip
  • Group: Members
  • Posts: 204
  • Joined: 30-November 05

Posted 07 December 2005 - 03:19 PM

@Bilou_Gateux:

Thank you for this script :)

#7 User is offline   Phyridean 

  • Complacently Indifferent
  • PipPip
  • Group: Members
  • Posts: 243
  • Joined: 07-April 04

Posted 07 December 2005 - 03:23 PM

wuauclt /detectnow

is the microsoft supported one.

#8 User is offline   Takeshi 

  • Legitchecking...
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,107
  • Joined: 09-September 04

Posted 07 December 2005 - 08:12 PM

On a related note, there's a wuauclt1.exe too but the date is July 2004, before SP2. What is it for?

#9 User is offline   druiddk 

  • Member
  • PipPip
  • Group: Members
  • Posts: 204
  • Joined: 30-November 05

Posted 08 December 2005 - 07:58 AM

@Takeshi

The file wuauclt1.exe is part of the "Background Intelligent Transfer Service". It retrieves Critical Updates for Windows and shows up on the task manager process list when its waiting for confirmation - for example to confirm permission to download a file.

Info found at Security Task Manager

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy