Quantcast
Channel: Iulian Cordobin's Groups Activities
Viewing all articles
Browse latest Browse all 1084

Manage installed KBs for .Net Framework

$
0
0
Friendly reminder on how to find the .Net installed on your machine and manage it. Tested this on only 4.5+ versions and Windows 2012 servers, so not sure if it works everywhere.

- MSDN link: https://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspx
- MSDN link: https://msdn.microsoft.com/en-us/library/hh925567(v=vs.110).aspx


- fast approach in PowerShell:
    Set-Location 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full'
    Get-ItemProperty -Path . | Select-Object Version 
    Get-ItemProperty -Path . | Select-Object Release



- if you need to manage a specific KB use wusa. You can very easily do wusa /uninstall /kb:xyz instead of searching manually for the KB in the Programs list.

Viewing all articles
Browse latest Browse all 1084

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>