What does configure --enable do? Why is it so slow? #5164
Replies: 1 comment 1 reply
-
When you install WinGet, by default it installs what is known as a Stub-package. In effect, this Stub is just the core functionality of WinGet and the minimal amount of libraries needed for it to run. When you use One way to avoid the long delay of As to why it takes an oddly long time to actually run a configuration, that I don't know |
Beta Was this translation helpful? Give feedback.
-
To be clear I understand that it
enable
s the use ofconfiguration
features, but... why does it take so long? What's it doing under there? It's eating up a lot of time in a setup script I'm writing so knowing what it might conflict with when running in parallel (e.g. DISM) would be helpful.ETA: I also find that using the
configure
command takes an oddly long amount of time, especially considering my case, where it's reading off a YAML file to mostly just flip a bunch of on/off switches in PowerToys. Is this normal? Should note I'm testing in a VM but I really wouldn't expect such a level of degraded performance.Beta Was this translation helpful? Give feedback.
All reactions