simeononsecurity / Windows-Optimize-Harden-Debloat

Enhance the security and privacy of your Windows 10 and Windows 11 deployments with our fully optimized, hardened, and debloated script. Adhere to industry best practices and Department of Defense STIG/SRG requirements for optimal performance and security.
https://simeononsecurity.com/github/optimizing-and-hardening-windows10-deployments/
MIT License
1.19k stars 84 forks source link

Can't revert changes #21

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi I ran the automated install script thinking it would only download it not run it and now I have 5+ extensions installed on edge and i'm sure a lot of other stuff I can't see. I can't remove the extensions because they're 'Installed by my organisation' even though I don't have one. How can I get rid of all of it?

github-actions[bot] commented 2 years ago

Message that will be displayed on users' first issue

simeononsecurity commented 2 years ago

This is partially documented here https://github.com/simeononsecurity/Windows-Optimize-Harden-Debloat#additions

To revert the changes, you'll need to import the ADMX templates from here https://github.com/simeononsecurity/STIG-Compliant-Domain-Prep/tree/master/Files/PolicyDefinitions using this guide https://www.poremsky.com/windows/use-group-policy-admx-files-in-windows-7-or-8/ which still applies to W10 and W11

In the windows run box, open "gpedit.msc" as an administrator image

Navigate to here and clear out these values image

peter9811 commented 2 years ago

This is partially documented here https://github.com/simeononsecurity/Windows-Optimize-Harden-Debloat#additions

To revert the changes, you'll need to import the ADMX templates from here https://github.com/simeononsecurity/STIG-Compliant-Domain-Prep/tree/master/Files/PolicyDefinitions using this guide https://www.poremsky.com/windows/use-group-policy-admx-files-in-windows-7-or-8/ which still applies to W10 and W11

In the windows run box, open "gpedit.msc" as an administrator image

Navigate to here and clear out these values image

I can't see the folder that you talk image

simeononsecurity commented 2 years ago

This is partially documented here https://github.com/simeononsecurity/Windows-Optimize-Harden-Debloat#additions

To revert the changes, you'll need to import the ADMX templates from here https://github.com/simeononsecurity/STIG-Compliant-Domain-Prep/tree/master/Files/PolicyDefinitions using this guide https://www.poremsky.com/windows/use-group-policy-admx-files-in-windows-7-or-8/ which still applies to W10 and W11

In the windows run box, open "gpedit.msc" as an administrator image

Navigate to here and clear out these values image

I can't see the folder that you talk image

you'll need to import the ADMX templates from here https://github.com/simeononsecurity/STIG-Compliant-Domain-Prep/tree/master/Files/PolicyDefinitions using this guide https://www.poremsky.com/windows/use-group-policy-admx-files-in-windows-7-or-8/ which still applies to W10 and W11

peter9811 commented 2 years ago

This is partially documented here https://github.com/simeononsecurity/Windows-Optimize-Harden-Debloat#additions To revert the changes, you'll need to import the ADMX templates from here https://github.com/simeononsecurity/STIG-Compliant-Domain-Prep/tree/master/Files/PolicyDefinitions using this guide https://www.poremsky.com/windows/use-group-policy-admx-files-in-windows-7-or-8/ which still applies to W10 and W11 In the windows run box, open "gpedit.msc" as an administrator image Navigate to here and clear out these values image

I can't see the folder that you talk image

you'll need to import the ADMX templates from here https://github.com/simeononsecurity/STIG-Compliant-Domain-Prep/tree/master/Files/PolicyDefinitions using this guide https://www.poremsky.com/windows/use-group-policy-admx-files-in-windows-7-or-8/ which still applies to W10 and W11

I'm doing right now. But do'nt exist one script to only delete the "controls" to the Chrome/Firefox? image

peter9811 commented 2 years ago

Now I can config everything. Thanks But maybe you can implement something to select which extensions or to what apps apply image

simeononsecurity commented 2 years ago

Now I can config everything. Thanks But maybe you can implement something to select which extensions or to what apps apply image

We appreciate the suggestion, however the configurations included in this script are based upon security and privacy industry guidance, standards, and otherwise best practices. Any diversions from the script's baseline arguably make your system less secure. With this in mind, you're always welcome to modify the script to your needs. But, making the script dynamic in the way that would be required to satisfy your request isn't in our plans as this time.