parameter problem
parameter problem
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
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.)
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.
๑۩۞۩๑
๑۩۞۩๑
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
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.
๑۩۞۩๑
๑۩۞۩๑
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
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.
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.
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.
๑۩۞۩๑
๑۩۞۩๑