Here is another way ------ Follow the instructions below at your own risk . To automate updating Windows, these instructions may or may not work for your system, however, it seems to work to the extent that it works for Windows 7, since these instructions have been tested on Windows 7.
MUST READ: 1. If the step below does not work, verify that you are most likely part of the domain and your security policy may not allow you to complete the following steps! 2. UAC requests were also disabled during Windows updates, so batch files can be run without interruption; be careful to restore it to default when done
Caution This step will make your computer less secure; remove it immediately after your computer is fully updated. Set a reminder within 24 hours if necessary :
1. First you will need to make sure that your computer is automatically logged into the user's system. You can do this by clicking the "Start" menu, type "netplwiz", press "Enter" or open the wizard, under the "Users" tab, select your username and cancel "password request", enter the password and close this window.
2. Create 3 batch files to start the automated process. (Open notepad, paste each code into a separate notepad and save as the corresponding_file_name .bat)
One. Save as: any_name.bat, then copy this batch file to your startup folder for the user you made automatically. (Click Start> All Programs> Launch)
start "" c:\autoupdate1.bat exit
Two. Save as: autoupdate1.bat, then copy this to C: \ drive
wuauclt /detectnow wuauclt /updatenow reg query "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired" > nul && shutdown -r -t 0 start "" c:\autoupdate2.bat exit
Three. Save as: autoupdate2.bat, then copy this to C: \ drive
ping 127.0.0.1 -n 61 > nul start "" c:\autoupdate1.bat exit
Restart or open the batch file in the startup folder and see how the magic starts!
3. When this is done completely, simply delete the batch files from the startup folder and c: \ drive
Follow these instructions again at your own peril and risk, since it can create an endless loop if you do not know how to stop this process by deleting it from the startup folder or by going to windows in safe mode to delete batch files
Concluding remarks. If you are having trouble running batch files, you may need to look for a way to disable UAC prompts for your version of Windows.