Enable NetFx3 - .NET 2 & 3 - Windows Features
0 Votes |
Description
Property Details
22635 | |
Alpha - Code that was just developed | |
Enable NetFx3 - .NET 2 & 3 - Windows Features | |
BESC | |
Internal | |
5/20/2016 12:00:00 AM | |
True | |
jgstew on 11/18/2016 3:52:51 PM | |
jgstew on 11/18/2016 3:52:51 PM | |
2847 Views / 68 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
isWindows (Relevance 1172)

windows of operating system
Used in 1 fixlet | * Results in a true/false |

/* Windows 8 or later */ version of operating system >= "6.2"
Used in 1 fixlet | * Results in a true/false |

not exists (it as version) whose("3.5"=it) of following texts of firsts "v" of names of keys of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP" of (x64 registries;x32 registries)
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
// disable wow64 redirection if x64 bit OSSuccess Criteria
action uses wow64 redirection {not x64 of operating system}
waithidden "{pathname of system folder}\dism.exe" /NoRestart /Quiet /online /enable-feature /featurename:NetFx3 { if ( (it contains "Win2008R2") of name of operating system ) then "" else "/all" }
// Restart Required
action requires restart
// Raw Registry Location:
// HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages\Microsoft-Windows-Lxss-Optional-Package~31bf3856ad364e35~amd64~~10.0.14342.1000\Updates
// Related:
// https://bigfix.me/fixlet/details/823
// https://www.raymond.cc/blog/add-or-remove-windows-features-through-the-command-prompt/
// http://www.infralib.com/2013/02/running-64bit-cmd-via-32bit-sccm-client/
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |
Comments
![]() |
|
Hi jgstew, how to do this installation using powerhell install-windowsfeature? |
![]() |
|
http://stackoverflow.com/questions/4345475/how-to-programmatically-check-wcf-http-non-http-activation-components |
![]() |
|
for server features: `"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ServerManager\ServicingStorage\ServerComponentCache"` |
![]() |
|
I'm not certain that a restart is really required. May want to remove that. |