So I wrote a little script to find which settings differ from the default.
That default INI file was created by starting a fresh Everything (without an Everything.ini) and quitting that right away (no custom settings..)
Here's what the output looks like:
"Installation" instructions:
[*] Download the zip-file
[*] Put the containg files (DeltaINI.ps1 and DEFAULT.INI) in some folder
[*] Start Powershell and navigate to that folder
[*] Enter command:
Code: Select all
.\DeltaINI.ps1 <path\to\Everything.ini>
That's all ....
Some remarks:
[*] The Default.ini is based on Everything 1.4 and is included in the zip file, so you don't have to create it yourself.
A future version of Everything will probably have different INI stetings and then you will have to create your own DEFAULT.INI
[*] If you want to save the results to a file (say Output.txt) you can do so by issuing the following command:
Code: Select all
.\DeltaINI.ps1 <path\to\Everything.ini> | Out-File "output.txt"