Windows 7 Configure the dynamic port ranges

runswick

New Member
Joined
Sep 3, 2012
Messages
2
Hi,

In windows 7 if i use Netsh int ipv4 set dynamicport tcp start=49152 num=14847 where is it held in the registry?

Thanks R
 


Solution
The configuration set with the Netsh command in Windows 7 to adjust the dynamic port range for TCP connections is stored in the Windows registry. Specifically, this setting is stored in the following registry location:
  • Registry Path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters Within this registry path, you can find the specific keys related to the dynamic port range settings for TCP connections. The values set by the Netsh int ipv4 set dynamicport command would be stored here. If you need to access or modify these settings directly in the registry, you would navigate to the path mentioned above and look for the relevant keys related to the dynamic port range configuration.
The configuration set with the Netsh command in Windows 7 to adjust the dynamic port range for TCP connections is stored in the Windows registry. Specifically, this setting is stored in the following registry location:
  • Registry Path: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters Within this registry path, you can find the specific keys related to the dynamic port range settings for TCP connections. The values set by the Netsh int ipv4 set dynamicport command would be stored here. If you need to access or modify these settings directly in the registry, you would navigate to the path mentioned above and look for the relevant keys related to the dynamic port range configuration.
 


Solution
Back
Top