Forrest logo
back to the fondue tool

fondue:tldr:41124

fondue: Hide all output messages to the user.
$ fondue /enable-feature:${feature} /hide-ux:all
try on your machine

The command "fondue /enable-feature:${feature} /hide-ux:all" is a Windows command used to enable a specific feature (specified by ${feature}) and hide the user interface (UX) of the feature installation.

Here's a breakdown of the command components:

  • "fondue" is the name of the command-line tool used for enabling or disabling optional Windows features.
  • "/enable-feature:${feature}" is a parameter that specifies which feature to enable. The ${feature} is a placeholder that should be replaced with the actual name of the feature you want to enable.
  • "/hide-ux:all" is another parameter that hides the user interface of the feature installation. This means that the process will occur without any interactive prompts or displays.

Overall, this command silently enables a particular Windows feature without showing any user interface during the installation process.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the fondue tool