I checked my TCP Optimizer Version and it is reporting as 4.0.0.0 but its reporting my system as Windows 8. Were can I find version 4.0.1? Thanks
Here is my log file:
Windows 8 Pro (64-bit) Build:9200 6.2 25.09.2015 09:59:41
!!!-------------------!!!
netsh int ip show interfaces
Idx Met MTU State Name
--- ---------- ---------- ------------ ---------------------------
1 50 4294967295 connected Loopback Pseudo-Interface 1
3 5 1356 connected Local Area Connection 7
6 10 1500 connected LAN1
10 5 1356 disconnected Local Area Connection 8
!!!-------------------!!!
PowerShell.exe Get-NetAdapterRss -Name '*'
Name : LAN2
InterfaceDescription : Realtek PCIe GBE Family Controller #2
Enabled : True
NumberOfReceiveQueues : 2
Profile :
BaseProcessor: [Group:Number] : :
MaxProcessor: [Group:Number] : :
MaxProcessors :
RssProcessorArray: [Group:Number/NUMA Distance] :
IndirectionTable: [Group:Number] :
Name : LAN1
InterfaceDescription : Realtek PCIe GBE Family Controller
Enabled : True
NumberOfReceiveQueues : 2
Profile : NUMAStatic
BaseProcessor: [Group:Number] : 0:0
MaxProcessor: [Group:Number] : 0:3
MaxProcessors : 4
RssProcessorArray: [Group:Number/NUMA Distance] : 0:0/0 0:1/0 0:2/0 0:3/0
IndirectionTable: [Group:Number] : 0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
!!!-------------------!!!
PowerShell.exe Get-NetAdapterRsc -Name '*'
!!!-------------------!!!
PowerShell.exe Get-NetAdapterLso -Name '*'
Name Version V1IPv4Enabled IPv4Enabled IPv6Enabled
---- ------- ------------- ----------- -----------
LAN2 LSO Version 2 False False False
LAN1 LSO Version 2 False False False
!!!-------------------!!!
PowerShell.exe Get-NetTCPSetting -SettingName Custom
Get-NetTCPSetting : No MSFT_NetTCPSetting objects found with property 'SettingName' equal to 'Custom'. Verify the
value of the property and retry.
At line:1 char:1
+ Get-NetTCPSetting -SettingName Custom
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Custom:String) [Get-NetTCPSetting], CimJobException
+ FullyQualifiedErrorId : CmdletizationQuery_NotFound_SettingName,Get-NetTCPSetting
!!!-------------------!!!
PowerShell.exe Get-NetOffloadGlobalSetting
ReceiveSideScaling : Enabled
ReceiveSegmentCoalescing : Disabled
Chimney : Enabled
TaskOffload : Enabled
NetworkDirect : Disabled
NetworkDirectAcrossIPSubnets : Blocked
PacketCoalescingFilter : Enabled
!!!-------------------!!!
PowerShell.exe Set-NetTCPSetting -SettingName Custom -AutoTuningLevelLocal normal
Set-NetTCPSetting : No MSFT_NetTCPSetting objects found with property 'SettingName' equal to 'Custom'. Verify the
value of the property and retry.
At line:1 char:1
+ Set-NetTCPSetting -SettingName Custom -AutoTuningLevelLocal normal
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Custom:String) [Set-NetTCPSetting], CimJobException
+ FullyQualifiedErrorId : CmdletizationQuery_NotFound_SettingName,Set-NetTCPSetting
!!!-------------------!!!
PowerShell.exe Set-NetTCPSetting -SettingName Custom -ScalingHeuristics disabled
Set-NetTCPSetting : No MSFT_NetTCPSetting objects found with property 'SettingName' equal to 'Custom'. Verify the
value of the property and retry.
At line:1 char:1
+ Set-NetTCPSetting -SettingName Custom -ScalingHeuristics disabled
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Custom:String) [Set-NetTCPSetting], CimJobException
+ FullyQualifiedErrorId : CmdletizationQuery_NotFound_SettingName,Set-NetTCPSetting
!!!-------------------!!!
PowerShell.exe Set-NetTCPSetting -SettingName Custom -Chimney enabled
Set-NetTCPSetting : A parameter cannot be found that matches parameter name 'Chimney'.
At line:1 char:39
+ Set-NetTCPSetting -SettingName Custom -Chimney enabled
+ ~~~~~~~~
+ CategoryInfo : InvalidArgument: (

[Set-NetTCPSetting], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Set-NetTCPSetting
!!!-------------------!!!
PowerShell.exe Set-NetTCPSetting -SettingName Custom -Timestamps disabled
Set-NetTCPSetting : No MSFT_NetTCPSetting objects found with property 'SettingName' equal to 'Custom'. Verify the
value of the property and retry.
At line:1 char:1
+ Set-NetTCPSetting -SettingName Custom -Timestamps disabled
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Custom:String) [Set-NetTCPSetting], CimJobException
+ FullyQualifiedErrorId : CmdletizationQuery_NotFound_SettingName,Set-NetTCPSetting
!!!-------------------!!!
netsh int tcp set global dca=enabled
Ok.
!!!-------------------!!!
PowerShell.exe Set-NetTCPSetting -SettingName Custom -NonSackRttResiliency disabled
Set-NetTCPSetting : No MSFT_NetTCPSetting objects found with property 'SettingName' equal to 'Custom'. Verify the
value of the property and retry.
At line:1 char:1
+ Set-NetTCPSetting -SettingName Custom -NonSackRttResiliency disabled
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Custom:String) [Set-NetTCPSetting], CimJobException
+ FullyQualifiedErrorId : CmdletizationQuery_NotFound_SettingName,Set-NetTCPSetting
!!!-------------------!!!
PowerShell.exe Set-NetTCPSetting -SettingName Custom -InitialRto 2000
Set-NetTCPSetting : No MSFT_NetTCPSetting objects found with property 'SettingName' equal to 'Custom'. Verify the
value of the property and retry.
At line:1 char:1
+ Set-NetTCPSetting -SettingName Custom -InitialRto 2000
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Custom:String) [Set-NetTCPSetting], CimJobException
+ FullyQualifiedErrorId : CmdletizationQuery_NotFound_SettingName,Set-NetTCPSetting
!!!-------------------!!!
PowerShell.exe Set-NetTCPSetting -SettingName Custom -MinRto 300
Set-NetTCPSetting : No MSFT_NetTCPSetting objects found with property 'SettingName' equal to 'Custom'. Verify the
value of the property and retry.
At line:1 char:1
+ Set-NetTCPSetting -SettingName Custom -MinRto 300
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Custom:String) [Set-NetTCPSetting], CimJobException
+ FullyQualifiedErrorId : CmdletizationQuery_NotFound_SettingName,Set-NetTCPSetting
!!!-------------------!!!
netsh interface ipv4 set subinterface "LAN2" mtu=1500 store=persistent
Element not found.
!!!-------------------!!!
netsh interface ipv6 set subinterface "LAN2" mtu=1500 store=persistent
Element not found.
!!!-------------------!!!
PowerShell.exe Enable-NetAdapterRsc -Name 'LAN2'
Enable-NetAdapterRsc : No MSFT_NetAdapterRscSettingData objects found with property 'Name' equal to 'LAN2'. Verify
the value of the property and retry.
At line:1 char:1
+ Enable-NetAdapterRsc -Name 'LAN2'
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (LAN2:String) [Enable-NetAdapterRsc], CimJobException
+ FullyQualifiedErrorId : CmdletizationQuery_NotFound_Name,Enable-NetAdapterRsc
!!!-------------------!!!
PowerShell.exe Enable-NetAdapterChecksumOffload -Name 'LAN2'
!!!-------------------!!!
PowerShell.exe Enable-NetAdapterRsc -Name 'LAN1'
Enable-NetAdapterRsc : No MSFT_NetAdapterRscSettingData objects found with property 'Name' equal to 'LAN1'. Verify
the value of the property and retry.
At line:1 char:1
+ Enable-NetAdapterRsc -Name 'LAN1'
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (LAN1:String) [Enable-NetAdapterRsc], CimJobException
+ FullyQualifiedErrorId : CmdletizationQuery_NotFound_Name,Enable-NetAdapterRsc
!!!-------------------!!!
PowerShell.exe Enable-NetAdapterChecksumOffload -Name 'LAN1'
!!!-------------------!!!
netsh int ip show interfaces
Idx Met MTU State Name
--- ---------- ---------- ------------ ---------------------------
1 50 4294967295 connected Loopback Pseudo-Interface 1
3 5 1356 connected Local Area Connection 7
6 10 1500 connected LAN1
10 5 1356 disconnected Local Area Connection 8
!!!-------------------!!!
PowerShell.exe Get-NetAdapterRss -Name '*'
Name : LAN2
InterfaceDescription : Realtek PCIe GBE Family Controller #2
Enabled : True
NumberOfReceiveQueues : 2
Profile :
BaseProcessor: [Group:Number] : :
MaxProcessor: [Group:Number] : :
MaxProcessors :
RssProcessorArray: [Group:Number/NUMA Distance] :
IndirectionTable: [Group:Number] :
Name : LAN1
InterfaceDescription : Realtek PCIe GBE Family Controller
Enabled : True
NumberOfReceiveQueues : 2
Profile : NUMAStatic
BaseProcessor: [Group:Number] : 0:0
MaxProcessor: [Group:Number] : 0:3
MaxProcessors : 4
RssProcessorArray: [Group:Number/NUMA Distance] : 0:0/0 0:1/0 0:2/0 0:3/0
IndirectionTable: [Group:Number] : 0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
0:0 0:1 0:0 0:1 0:0 0:1 0:0 0:1
!!!-------------------!!!
PowerShell.exe Get-NetAdapterRsc -Name '*'
!!!-------------------!!!
PowerShell.exe Get-NetAdapterLso -Name '*'
Name Version V1IPv4Enabled IPv4Enabled IPv6Enabled
---- ------- ------------- ----------- -----------
LAN2 LSO Version 2 False False False
LAN1 LSO Version 2 False False False
!!!-------------------!!!
PowerShell.exe Get-NetTCPSetting -SettingName Custom
Get-NetTCPSetting : No MSFT_NetTCPSetting objects found with property 'SettingName' equal to 'Custom'. Verify the
value of the property and retry.
At line:1 char:1
+ Get-NetTCPSetting -SettingName Custom
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Custom:String) [Get-NetTCPSetting], CimJobException
+ FullyQualifiedErrorId : CmdletizationQuery_NotFound_SettingName,Get-NetTCPSetting
!!!-------------------!!!
PowerShell.exe Get-NetOffloadGlobalSetting
ReceiveSideScaling : Enabled
ReceiveSegmentCoalescing : Disabled
Chimney : Enabled
TaskOffload : Enabled
NetworkDirect : Disabled
NetworkDirectAcrossIPSubnets : Blocked
PacketCoalescingFilter : Enabled