LeDragoX / Win-Debloat-Tools

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

mouse acceleration, widgets, history, default apps, etc #102

Closed Flekay closed 11 months ago

Flekay commented 1 year ago

Description

Add Apps to the list Remove-BloatwareAppsList -instagram, whatsapp, tiktok, spotify, prime video etc.

option to remove the widget menu Get-AppxPackage WebExperience | Remove-AppxPackage or winget uninstall --id 9MSSGKG348SP

option to enable Run dialog history (WIN + R)

option to disable mouse acceleration

optional features to enable hyper v and sandbox

tab or option to generate a script based on your selected tweaks and software

Reason

N/A

Examples

N/A

LeDragoX commented 1 year ago

-instagram, whatsapp, tiktok, spotify, prime video etc.

Is Microsoft really adding these apps to Windows now? lol

option to remove the widget menu Get-AppxPackage WebExperience | Remove-AppxPackage or winget uninstall --id 9MSSGKG348SP

Already removing it as:

"MicrosoftWindows.Client.WebExperience"  # Taskbar Widgets

option to enable Run dialog history (WIN + R) option to disable mouse acceleration

I'll find the related registry keys for these.

optional features to enable hyper v and sandbox

Fine.

tab or option to generate a script based on your selected tweaks and software

I never did this before, this may take some time or be postponed.

jdggraaf commented 1 year ago

They are not installed, just links in the start menu. They download and install if you click them.

weirdal3333 commented 1 year ago

They are not "installed", but they are stubs that can (and should) be removed clicking on them automatically installs the full version of the app. The script removes a ton of other stubs... Maybe instead of a blacklist, it should be a whitelist? Is there any good way to detect the stubs?

LeDragoX commented 12 months ago

tab or option to generate a script based on your selected tweaks and software

This part will take great time, I'll leave this to the future.