Zend certified PHP/Magento developer

WinRM keeps giving me firewall error message

i’m trying to enable the remote management on my windows 10 machine but when I run the command:

winrm quickconfig

it keeps giving me a firewall error and, although I already did it, it keep saying to change the network connection type to private.
this is the complete output:

PS C:Usersaless> winrm quickconfig
WinRM service is already running on this machine.
WSManFault
    Message
        ProviderFault
            WSManFault
                Message = WinRM firewall exception will not work since one of the network connection types on this machine is set to Public. Change the network connection type to either Domain or Private and try again.

Error number:  -2144108183 0x80338169
WinRM firewall exception will not work since one of the network connection types on this machine is set to Public. Change the network connection type to either Domain or Private and try again.

this machine is running a clean windows 10 installation and I enabled on it Hyper-V.

what could it be the problem?