Posted On July 22, 2019

Windows 2012 Maintenance

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Windows 2012 Maintenance

– Check if .NET Framework 4.5 is installed: (Get-ItemProperty -Path 'HKLM:\Software\Microsoft\NET Framework Setup\NDP\v4\Full' -ErrorAction SilentlyContinue).Version -like '4.5*'
– Install .NET Framework 4.7.2:
– Install Windows Management Framework 5.1:
– Perform Windows Update using this script

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Install FOG, an Open Source Machine Backup and Cloning Solution

- Install Ubuntu or Centos - Install FOG - On Windows Client, run sysprep, then…

How To Disable Startup Automatic Repair

Problem: Sometimes, a certain virtual machine would not boot correctly when it's being moved between…

Windows Backup Tools

Legacy "NTBACKUP" - file-based, automatically installed with Windows   Scheduled task short-cut: taskschd.msc (Windows 2008…