

If these tips did not help, and the computers in the workgroup are still not displayed, try to reset the network settings (Settings -> Network and Internet -> Status -> Network Reset). Restart your computer, open the Network and check if nearby Windows computers are displayed. Check that the Network Profile is set to Private (if it’s set to Public, change the network type to Private). To do this, open the Settings -> Network and Internet -> Status -> select your network connection (Ethernet 2 in my case) and click Properties. You need to change the network location to Private. Most likely your local network was recognized as Public. If after rebooting the computer appeared in a network environment, but you can’t access it, check the network profile type (location) on your computer. (Get-WmiObject Win32_ComputerSystem).JoinDomainOrWorkgroup("WORKGROUP") To change the computer’s workgroup name to WORKGROUP: In this example, the computer is joined to the WKGP workgroup. (Get-WmiObject Win32_ComputerSystem).domain

(Get-WmiObject -Class Win32_ComputerSystem).PartOfDomain
