$installer = "C:\deploy\NDP472-KB4054530-x86-x64-AllOS-ENU.exe" $arguments = "/q /norestart /ChainingPackage FullX64" $process = Start-Process -FilePath $installer -ArgumentList $arguments -Wait -PassThru if ($process.ExitCode -eq 0 -or $process.ExitCode -eq 3010) Write-Host "Success" if ($process.ExitCode -eq 3010) Restart-Computer -Force

reg query "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" /v Release Check installation folder:

Check via command line:

(mount WIM, inject .NET):

Ready to Dive into Your Cloud Journey?

CloudZenia can help you wherever you are in your cloud journey. We deliver high quality services at very affordable prices.

Loading...