Last active
June 23, 2022 20:38
-
-
Save ChristophShyper/ca47dedb0f2e2f30eaac96e5b0f0792e to your computer and use it in GitHub Desktop.
NIK Collection config file with horrific update prompt disabled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<configuration> | |
<group name="Instrumentation"> | |
<key name="AllowSending" type="bool" value="0"/> | |
<key name="ShowInstrumentationScreen" type="bool" value="0"/> | |
</group> | |
<group name="Update"> | |
<key name="Version" type="string" value="4.3.4"/> | |
</group> | |
<group name="Activation"> | |
<key name="LicensePath" type="string" value="C:/ProgramData/DxO Labs/Licenses"/> | |
<key name="ActivationToolPath" type="string" value="C:\Program Files\DxO\Nik Collection\activationTool.exe"/> | |
<key name="ActivationURL" type="string" value="https://activationv2.dxo.com/activation/WSActivation.asmx"/> | |
</group> | |
<group name="Installer"> | |
<key name="Version" type="string" value="4.3.4"/> | |
</group> | |
<group name="Checkforupdate"> | |
<key name="IsEnabled" type="bool" value="0"/> | |
</group> | |
<group name="Startup"> | |
<key name="ShowAEP2PromoScreen" type="bool" value="0"/> | |
</group> | |
</configuration> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment