- Local time
- 2:27 PM
- Messages
- 275
can Window Update be ran from command line?
My Computer
- Computer Manufacturer/Model Number
- MP Mini Netbook 110
- OS
- Win7 Starter 32 bits


Here is a useful script to download and install Windows updates just from the command line:
Searching, Downloading, and Installing Updates (Windows)
Copy script to notepad and save it to WUA_SearchDownloadInstall.vbs.
Open a command prompt and type CSCRIPT WUA_SearchDownloadInstall.vbs
(dont' forget the CSCript command).
You did not change directory to where the script was.
cd c:\Users\<your userid>\Documents
dir
cscript WUA_SearchDownloadInstall.vbs
yes, you can run it from the command line
%windir%\system32\wuapp.exe startmenu
works but it brings up the gui
Rich