Features on Demand User Experience Tool FONDUE.exe /enable-feature: /caller-name: /hide-ux:{all | rebootRequest} Fondue.exe ...

Features on Demand User Experience Tool 

FONDUE.exe /enable-feature: [/caller-name:] 
  [/hide-ux:{all | rebootRequest}] 

Fondue.exe enables Windows optional features by downloading required files 
from Windows Update or a source that Group Policy specifies. 

/enable-feature     - Specifies the name of the Windows optional feature that 
    you want to enable. You can enable only one feature per command line. To 
    enable multiple features, use Fondue.exe for each feature. 

/caller-name        - Specifies the program or process name when you call 
    Fondue.exe from a script or a batch file. You can use this option to send 
    a report of the program name to Microsoft. 

/hide-ux:{all | rebootRequest}    - Use "all" to hide all messages to the user, 
    including progress and permission requests to access Windows Update. If 
    permission is required, the operation will fail. 
    Use "rebootRequest" only to hide user messages that ask for permission to 
    reboot the PC. Use this option if you have a script that controls reboot 
    requests. 

EXAMPLES: 
  FONDUE.exe /enable-feature:NETFX3 
  FONDUE.exe /enable-feature:NETFX3 /caller-name:Admin.bat /hide-ux:all