I'm trying to enable CTCP in Windows 10 Pro 64-bit via creating a reg entry, but I get an error
Tried running CMD as Admin and enable CTCP via netsh commands, but this hasn't worked either...
The reg file was saved with unicode encoding, inside the file
Any ideas?
Edit
The main issue is with merging/importing .reg files, once I find a solution it should allow me to enable CTCP.
Cannot Import ... The Specified is not a registry script. You can only import binary registry files from within the registry editor.
Tried running CMD as Admin and enable CTCP via netsh commands, but this hasn't worked either...
netsh int tcp set global chimney=enabled
netsh int tcp set global dca=enabled
netsh int tcp set global netdma=enabled
netsh int tcp set global congestionprovider=ctcp
netsh int tcp set global ecncapability=enabled
The reg file was saved with unicode encoding, inside the file
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Nsi\{eb004a03-9b1a-11d4-9123-0050047759bc}\0]
"0200"=hex:00,00,00,00,00,00,01,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,02,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,ff,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
"1700"=hex:00,00,00,00,00,00,01,00,00,00,00,00,00, 00,00,00,00,00,00,00,00,00,\
00,00,00,00,00,00,02,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
00,00,00,ff,00,00,00,00,00,00,00,00,00,00,00,00,00 ,00,00,00,00,00,00,00,00,\
ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
Any ideas?

Edit
The main issue is with merging/importing .reg files, once I find a solution it should allow me to enable CTCP.
Last edited: