Showing posts with label windowerrors. Show all posts
Showing posts with label windowerrors. Show all posts

Friday, September 25, 2020

How to Update Windows Core Servers

 Installing updates on Windows Server 2008/2012/R2 Core


What is Server Core Installation in Windows? or Core Server in Windows?

A Server Core installation does not include the traditional full graphical user interface

A Server Core installation provides a minimal environment for running specific server roles, which reduces the maintenance and management requirements and the attack surface for those server roles.

Server Core installation option installs only the subset of the binary files that are required by the supported server roles. For example, the Explorer shell is not installed as part of a Server Core installation. Instead, the default user interface for a server running a Server Core installation is the command prompt

Now Let's See how to Install Updates on Core Server

By typing sconfig in the command prompt it will open the menu where you can do a lot of server configurations.



Right now we are interested to just update the server, so press 6 then Enter.




This will open another window where you need to chose what type of updates you want the tool to check for. If you want to check only for recommended updates go ahead and press R, but I I usually go for all. It’s up to you.




Checking for updates will take a few minutes and at the end you will be presented will all the available updates that apply to the server. Also, you can choose to revoke the operation and not install any updates, install just a single one or install all.


After all the updates were installed you will be asked to reboot the server, so click Yes on the message box button to do so. And that’s it ! Server is patched.


Now to confirm all updates are installed run below command. 

Run - wmic qfe list

Read More: 

Benefits of a Server Core installation

The Server Core installation option provides the following benefits:

  • Reduced maintenance: Because the Server Core installation option installs only what is required to have a manageable server for the AD DS, AD LDS, DHCP Server, DNS Server, File Services, Print Services, and Streaming Media Services roles, less maintenance is required than a full Windows Server installation with a graphical interface.
  • Reduced attack surface: Because Server Core installations are minimal, there are fewer applications running on the server, which decreases the attack surface.
  • Reduced management: Because fewer applications and services are installed on a server running the Server Core installation, there is less to manage.
  • Less disk space required: A Server Core installation requires only about 1 GB of disk space to install and approximately 2 GB for operations after the installation.

Known issues for deploying a Server Core installation

  • Server Core installations are only intended to run server roles and cannot be used to run applications such as a Microsoft Office suite or any other applications that depend on a graphical user interface.
  • There is no way to upgrade from a previous version of the Windows Server operating system to a Server Core installation. Only a clean installation is supported.

Sunday, December 22, 2019

How to fix BSOD Windows Update Error 0x80070422


How to fix BSOD Windows Update Error 0x80070422


The Error "0x80070422" occurs when you install and update a patch and it could not start



Step 1 --

First of all, double click on the windows update file. You will be prompted with an error informing you that the "Installer encountered an error: 0x80070422". Click on the ok button to exit the pop up.

Step 2 -- Open services

Now let's troubleshoot the problem. Open the start menu and in the search bar, type services.msc and hit enter.

Step 3 -- Open properties of the service

As a result, the services window will open up. Scroll down and right click on the Windows Update service and open its properties.

Step 4 -- Change startup type

Once the properties open, change the startup type and set it to Automatic and click on Apply.

Step 5 -- Set recovery option for first time failure

Now go to the recovery tab and select the restart service option for the First Failure.

Step 6 -- Start the service

Now go back to the General tab and click on the Start button to start the Service.

Step 7 -- Save the changes

Click on the Apply button to save the changes made and then close the services window.

Step 8 -- Run windows update file without an error

Run the windows update file again and this time, the Windows update will start without an error. In this manner, you have successfully resolved the BSOD windows update error 0x80070422.



Best Of Electronics

Windows Administrator Level 1 Interview Question & Answers

 Windows Administrator Level 1 Interview Question & Answers What is an active directory?  An Active Directory (AD) is a directory ...