Hi Tommaso, I'd be glad you help you. I'll give you an example of how to use the commands Pieter gave as I used them on both my Windows 7 and 10 PCs (All commands are the same, it's just how to start a Command Prompt [Win 7] or Windows Powershell [Win 10]
that's different). First, if you're using Windows 7, click on the Start Button (the very lower left of the taskbar, if your taskbar is on the bottom of your display) , click on "All Programs", then "Accessories", and then right-click on "Command Prompt" and
select "Run as administrator" (running Command Prompt as an administrator is required for some of these commands) A window will appear that will ask "Do you want to allow the following program to make changes to this computer". Click "Yes". If you're using
Windows 10, right-click on the Start Button (at the bottom left of the taskbar) and select "Windows Powershell (Admin)", then "Yes" to "Do you want to allow this app to make changes to your device". With Windows 7, you should see a mostly black window with
a blinking cursor at a command prompt (on my Windows 10 PC, the window is blue). Since I'm writing this on my Windows 7 PC, I'll show some screen captures from it.
The first thing I need to do before walking you through the commands is to urge you to be very careful, as it is possible that if you don't use these commands properly, you could be left without WiFi access until getting the Windows wireless settings set
properly for your router(s) or other WiFi access points. I highly recommend that you copy Pieter's commands and my instructions to a Word file or some other text document, and save it to your computer so you will have all this to work with if you are unable
to get back online if something is set wrong. Also, write down or save in a file on your computer the SSID or SSIDs (a term for the names of the WiFi network(s) around your computer) you are normally connecting to. For example, my router's SSID is "TechnoDan5G",
as you will see below.
Before I start, I'll show you what I see when I left-click once on my WiFi adapter icon in the notifications area on my taskbar. The notification looks like this, a set of ascending bars, and when I point at the notification, the SSID of my router, which
I am connected to is shown, along with my Internet access status:

When I left-click on the network adapter (WiFi) icon, I get this, showing which WiFi router or access point I'm connected to, in this case, my router, plus all the other routers and (possibly) WiFi printers around me:

OK, let's get started. First, just try copying (without the quote marks) "netsh wlan show filters permission=allow", then go to the Command or Powershell window and right-click once. Then press <Enter> on your keyboard. You should see the following or something
similar:

Then, copy (again, and as always, without the quote marks), "netsh wlan add filter permission=denyall networktype=infrastructure", and then go back the command window and right-click once, and then press <Enter>.

Your computer will then, if the command is entered properly, lose all wireless access (don't worry, if you need to go back to allowing all WiFi networks, copy "netsh wlan del filter permission=denyall networktype=infrastructure", paste it into the command
window with a right-click, and press <Enter>. You should be back to your wireless adapter seeing all WiFi networks around you.) Now, add any WiFi network SSIDs you want to connect to with this command, copying and pasting to the command prompt, "netsh wlan
add filter permission=allow ssid="your SSID" networktype=infrastructure", like I did with mine, "TechnoDan5G":

When you are done adding the SSID or SSIDs that you want, copy "netsh wlan show filters permission=allow", paste to the command prompt and press <Enter>. You should see something like I see:

And now go back to your WiFi adapter icon in the notification part of the taskbar and left-click once on it. You should see only the SSID or SSIDs that you added, like I see with my one SSID from my router, with no other routers and such shown:

If you need any more help, just let me know.
Daniel