parameter problem

Networking, Wireless Routers (802.11 a/b/g/n/ac/ax WiFi), NAT, LAN configuration, equipment, cabling, hubs, switches, and general network discussion
Post Reply
betajib
New Member
Posts: 4
Joined: Tue Aug 11, 2020 3:58 pm

parameter problem

Post by betajib »

Good afternoon, there was a problem, I change RSS, RSC, Windows auto tuning, and everything changes fine, but after restarting the computer, everything is restored back. I have Windows 10 2004 latest updates, and the latest drivers, I used TCP optemizer, but I also tried the command line and powershell with administrator rights through the command line, but after rebooting everything returns, help to solve this problem
User avatar
Philip
SG VIP
Posts: 11710
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post by Philip »

How did you check to see that everything returned to the default?

Some of the settings are not read when the Optimizer starts (they may be network adapter-specific, or the default may be the same as the optimal value, etc.)
Disclaimer: Please use caution when opening messages, my grasp on reality may have shaken loose during transmission (going on rusty memory circuits), even though my tin foil hat is regularly audited for potential supply chain tampering. I also eat whatever crayons are put in front of me.
๑۩۞۩๑
betajib
New Member
Posts: 4
Joined: Tue Aug 11, 2020 3:58 pm

Post by betajib »

i look in cmd netsh interface tcp show global, This is the first time for me, most of the commands do not change, for example, I disable RSS RSC, after reboot they are enabled again, Restoring the system did not help
User avatar
Philip
SG VIP
Posts: 11710
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post by Philip »

You may want to try to read them using PowerShell cmdlets, as netsh is being phased out and it doesn't show all the current values correctly for all parameters.

To get the RSS/RSC/LSO in Powershell try: Get-NetAdapterChecksumOffload
Some of the other settings show with: Get-NetTCPSetting -SettingName "Internet"

To disable RSS you can do: Disable-NetAdapterRss -Name * (use this to disables RSS for all adapters). The TCP Optimizer works in a very similar way, it shows the commands at the "Apply" screen. There are some more details in the tweaking article here: https://www.speedguide.net/articles/win ... weaks-5077
Disclaimer: Please use caution when opening messages, my grasp on reality may have shaken loose during transmission (going on rusty memory circuits), even though my tin foil hat is regularly audited for potential supply chain tampering. I also eat whatever crayons are put in front of me.
๑۩۞۩๑
betajib
New Member
Posts: 4
Joined: Tue Aug 11, 2020 3:58 pm

Post by betajib »

my friend, I checked the settings through powershell and cmd, when I change the values, I immediately recheck and the values ​​change, but only until I restart the computer, after the restart I recheck and the value goes back up, I have a lot of experience in setting up the network, but here I am faced a paradox
User avatar
Philip
SG VIP
Posts: 11710
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post by Philip »

There could be something with the Network Adapter driver, or third party network software modifying it.

I just tested disabling RSS with my built-in adapter under Windows 10 Pro, version 2004 and it works as intended, the setting survives reboots.
The attachment TCPOptimizer_2020-08-13.gif is no longer available
Attachments
TCPOptimizer_2020-08-13.gif
Disclaimer: Please use caution when opening messages, my grasp on reality may have shaken loose during transmission (going on rusty memory circuits), even though my tin foil hat is regularly audited for potential supply chain tampering. I also eat whatever crayons are put in front of me.
๑۩۞۩๑
betajib
New Member
Posts: 4
Joined: Tue Aug 11, 2020 3:58 pm

Post by betajib »

I believe it also worked for me before reinstallation, but after reinstallation, trouble happened, as you see you don't want to work, and I don't know the reason
Post Reply