Windows Server Core saves on system resources, however some familiar features on the full Windows Server install are not as obvious on Server Core. For performing and managing updates on a Server Core installation you have the below options:
- To install a Windows update : At the command prompt enter
wusa <update>.msu /quiet
- To list the Windows updates already installed : At the command prompt enter
systeminfo
- To remove a Windows update :
1. At the command prompt enterexpand /f:* <update>.msu c:\test
2. Go to c:\test\ and then open <update>.xml using a text editor
3. In <update>.xml, replaceInstall
withRemove
and then save the file
4. At the command prompt enterpkgmgr /n:<update>.xml
- Configure automatic Windows updates :
– To see the current Windows update setting, enter:cscript scregedit.wsf /AU /v
– To see the automatic Windows updates, enter:cscript scregedit.wsf /AU /4
– To disable automatic Windows updates, enter:cscript scregedit.wsf /AU /1