Disassembler0 / Win10-Initial-Setup-Script

PowerShell script for automation of routine tasks done after fresh installations of Windows 10 / Server 2016 / Server 2019
MIT License
4.7k stars 1.07k forks source link

Revert an entire preset #161

Closed ghost closed 6 years ago

ghost commented 6 years ago

How to revert every enabled function in a preset?

Disassembler0 commented 6 years ago

Create another preset with corresponding revert tweaks and run it. Revert tweaks are those in second column in Default.preset

ghost commented 6 years ago

Can I do it in some automated way? Because there is a whole lot to uncomment

ghost commented 6 years ago

OK got it, a little of regex and column-selecting did the job.