Hello _gjg,
Thank you for writing to Microsoft Community Forums.
Roaming aggressiveness is the rate at which your device selects and switches to the nearest available point of access, offering a better signal. The Sensitivity depends on the signal strength and quality, not on the distance to the Wi-Fi point.
In this scenario, you might want to reset roaming aggressiveness to check if it works out for you. To do reset, you will have to run a PowerShell command.
To check the existing value of Roaming Aggressiveness run the below command from an Administrative PowerShell Command prompt.
- Right click on the Start menu and select Windows PowerShell (Admin) and type the command as : Get-NetAdapterAdvancedProperty –Name “Wi-Fi”
- Make sure to change the Wi-Fi string to what your adapter is called.
To set Roaming Aggressiveness, execute the following commands from Administrative PowerShell Commands.
- Set-NetAdapteradvancedProperty -Name “Wi-Fi” -DisplayName “Roaming Aggressiveness” –DisplayValue “1. Lowest”
- Set-NetAdapteradvancedProperty -Name “Wi-Fi” -DisplayName “Roaming Aggressiveness” –DisplayValue “5. Highest”
Hope it helps.
Mala S
Microsoft Community - Moderator