Description of the new feature/enhancement
I tried to do winget install 7zip and then it automatically triggers a reboot on my PC. It's not a good user experience. I think you should suppress the reboot after installation unless explicitly specified.
Proposed technical implementation details (optional)
Either design an option --reboot and make it off by default or just never reboot after installation.
Description of the new feature/enhancement
I tried to do
winget install 7zipand then it automatically triggers a reboot on my PC. It's not a good user experience. I think you should suppress the reboot after installation unless explicitly specified.Proposed technical implementation details (optional)
Either design an option
--rebootand make it off by default or just never reboot after installation.