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

Weird RDP Error

[Window Title]Remote Desktop Connection[Content]The remote computer that you are trying to connect to requires Network…

Cisco Agent Desktop Common Issues

“License Server is Down” error resolution: Go to  "C:\Program Files (x86)\Cisco\Desktop\bin" >> SHIFT + right-click,…

Securing Windows Remote Desktop Services

secpol.msc > Local Policies > User Rights Assignments > double-click "Allow Log on through Remote…