LeDragoX / Win-Debloat-Tools

Re-imagining Windows like a minimal OS install, already debloated with minimal impact for most functionality.
MIT License
4.82k stars 245 forks source link

Info for each item in GUI Menu #112

Closed alexfevery closed 8 months ago

alexfevery commented 11 months ago

Description

There should be a mouse hover over in the GUI menu that explains more about what each thing does and what effect disabling it will have.

Reason

A lot of features are not obvious from the title what they actually do. For example "Enable WSearch Service".

Examples

No response

LeDragoX commented 8 months ago

I linked the wrong Issue in the commit (25a2f01), it was supposed to be #110 and #122*.

LeDragoX commented 8 months ago

There should be a mouse hover over in the GUI menu that explains more about what each thing does and what effect disabling it will have.

I remember I've done a research before on mouse hover events, and this was kinda wacky, as in WinForms its a complex implementation.

For example "Enable WSearch Service".

I'll isolate these tweaks to "Services" category, I should have done this beforehand, but didn't payed attention.

LeDragoX commented 8 months ago

Adding this will increase the code complexity a lot, not worth it.