HP Spectre x360, which has a "Intel(R) Dual Band Wi-Fi 7 BE200 320 Mhz Adapter", having slow internet issue when we use with Forcepoint VPN Client.
We have taken this issue with force point and we have been advised to execute "Disable-NetworkadapterRSC -Name "Wi-fi" command . However this command throwing out the following error
PS C:\Windows\system32> powershell Disable-NetAdapterRsc -Name Wi-Fi
Disable-NetAdapterRsc : Failed to set 'RSCIPv4' of 'RSC' configuration of adapter 'Wi-Fi'
At line:1 char:1
- Disable-NetAdapterRsc -Name Wi-Fi
-
- CategoryInfo : InvalidOperation: (MSFT_NetAdapter...AF0080EDDE12}"):ROOT/StandardCi...rRscSettingData)
[Disable-NetAdapterRsc], CimException
- FullyQualifiedErrorId : Windows System Error 50,Disable-NetAdapterRsc
Disable-NetAdapterRsc : Failed to set 'RSCIPv6' of 'RSC' configuration of adapter 'Wi-Fi'
At line:1 char:1
- Disable-NetAdapterRsc -Name Wi-Fi
-
- CategoryInfo : InvalidOperation: (MSFT_NetAdapter...AF0080EDDE12}"):ROOT/StandardCi...rRscSettingData)
[Disable-NetAdapterRsc], CimException
- FullyQualifiedErrorId : Windows System Error 50,Disable-NetAdapterRsc
We have carried out below steps already
- installed latest driver for WLAN.
- turned off firewall and antivirus .
- ran netsh winsock reset
- ran netsh interface ipv4 set subinterface "YOUR_WIRELESS_CONNECTION_NAME" mtu=1400 store=persistent
- used ".diagcab" file to determine problem.
- Applied 2024-11 cumulative update for windows 10 24h2 but no luck .
could anyone please help with any suggestions?