How to allow personal domain name on your computer
- qdras
- Jun 12, 2023
- 1 min read
To assign your personal domain name(MDNS=multicast dns) to your computer, create new text file on desktop e.g. and insert to the file file this text
"add "HKLM\Software\Policies\Microsoft\Windows NT\DNSClient" /v EnableMulticast /t REG_DWORD
/d 1 /f" (without parentheses). Save the file with file name ending *.bat . Double click on the file. It will run the file and write the data from the file to the registry of your computer. Reboot your computer. Look what is name of your computer. Press key win + R. Write CMD. Press enter. Write command hostname. Now you see name of your computer. If name of your computer is DESKTOP-DELL, domain name of your computer is DESKTOP-DELL.LOCAL
Comentários