NSIS - How to write a value to every subkey?
Hello, I checked the forums and internet now several weeks to find a solution to my problem, but without success.
I want to change some registry settings on dynamics keys (clsid).
For example:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces\{50B1609F-2995-46DA-8690-A67A8C76C89A}
and
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces\{846ee342-7039-11de-9d20-806e6f6e6963}
they change everytime so I cannot use this ones.
Any ideas?
I want to make a slim executable that changes network setting in order to boost latency in games, without using regedit, batchfiles or vbscripts that most anti-virus apps detect as false positive. Maybe under GNU license....