help Read/write GUID from registry

This is a discussion about help Read/write GUID from registry in the Helpline category; Hello everyone. I want to distribute a batchfile, script or precompiled inno setup file to the non professional pc users like your mom for example. It should disable the tcp nagle algorithm to lower latency for online gaming.

This topic was started by , . Last reply by ,


data/avatar/default/avatar03.webp

1 Posts
Location -
Joined 2010-03-06
Hello everyone.
I want to distribute a batchfile, script or precompiled inno setup file to the non professional pc users like your mom for example.
It should disable the tcp nagle algorithm to lower latency for online gaming.

-------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\{C5A9E5F2-DB70-485A-B158-BF35E8E912FC}\Parameters\Tcpip]
"TcpAckFrequency"=dword:00000001
"TCPNoDelay"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters\Interfaces\{C5A9E5F2-DB70-485A-B158-BF35E8E912FC]
"TcpAckFrequency"=dword:00000001
"TCPNoDelay"=dword:00000001
-------------------------------------------
Ok here is the problem: two dynamic guid registry keys for every networking device on windows 7.
They are always different on every pc.

Is here someone capable of writing such a batchfile, that changes the guids in the regfile?.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.