How to setup Users and Computers after Windows update 1903

·         Run - gpedit.msc

·         Computer Configuration>Administrative Templates>System

·         Change the policy that says 'Specify settings for optional component installation

·         Change from Disabled to Enabled

·         Underneath, also highlight the check box that says Download Repair Content and Optional Features directly...WSUS

·         then apply and hit ok

·         Run Powershell as an administrator

·         Run the command Set-ExecutionPolicy -Scope CurrentUser Unrestricted

·         Click Yes for All

·         Run the command Get-WindowsCapability -Name RSAT* -Online | Add-WindowsCapability -Online