Link to home
Start Free TrialLog in
Avatar of snyderkv
snyderkv

asked on

Server remove feature popup loop

EE,

Just trying to get rid of this popup reminding me of a failed 3.5 framework uninstall. I no longer want to uninstall it but the failure page pops up after every reboot.

Thanks in advance

User generated image
Avatar of Davis McCarn
Davis McCarn
Flag of United States of America image

.Net 3.5 and 4.5 are part of the Server 2012 O/S and it shouldn't have even let you try to uninstall it.  If its listed in Programs and Features, you might try repairing it which is one of its options; but, the scuttlebutt from the web is you may have to reinstall the O/S.
ASKER CERTIFIED SOLUTION
Avatar of snyderkv
snyderkv

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of snyderkv
snyderkv

ASKER

I'm pretty sure this worked. Disable was the same as removing but I think DISM is deprecated. I may have also tried powershell

Import-module servermanager
remove-windowsfeature NetFx3
There is no hint anywhere that DISM(.exe) is depricated. The PowerShell module is just another way to use (the feature) DISM.