Raphire / Win11Debloat

A simple, easy to use PowerShell script to remove pre-installed apps from Windows, disable telemetry, remove Bing from Windows search as well as perform various other changes to declutter and improve your Windows experience. This script works for both Windows 10 and Windows 11.
MIT License
12.88k stars 546 forks source link

Restore copilot after uninstalled by script in default mode #24

Closed upendra-bajpai closed 8 months ago

upendra-bajpai commented 8 months ago

Os: win 11 Script run with default app list Affect: removed copilot Desire restore colipt in win 11 Can anyone tell me how to do that?

Raphire commented 8 months ago

Heya,

The changes made by the script can be reverted by using the registry files that come with the script.

Navigate to the script folder > Regfiles > Undo and execute the Enable_Copilot.reg file. You may need to restart your PC after applying this change.

Beware that the Copilot option is not available in all regions yet.

upendra-bajpai commented 8 months ago

Thanks it works.

Raphire commented 8 months ago

Glad to hear that, closing issue.