- creat .bak file, the content is:
start /w pkgmgr /iu:Microsoft-Windows-NetFx3-OC-Package
start /w pkgmgr /iu:Microsoft-Windows-NetFx4-US-OC-Package
start /w pkgmgr /iu:Microsoft-Windows-NetFx3-WCF-OC-Package
start /w pkgmgr /iu:Microsoft-Windows-NetFx4-WCF-US-OC-Package
- run as admin
- solve the problem
@ 陈俊晔
Even though pkgmgr is deprecated, it does not mean that it does not work. The syntax that you used could be crucial, as the "start /w pkgmgr /iu:" portion of each command is significantly different than just running the commands without that syntax.
I am able to run each command line without error, as long as I use that exact syntax.