Hello Phil Irving,
Thank you for posting in Q&A forum.
Form the screenshot you provided, it seems your machine is not in any domain.
You can check if your machine in in domain, right click this PC and click Properties and check device name and full device name. If full device name is like PC.domain.com, it means the machine is in domain. If it is workgroup, it means the machine is not in any domain.
If it is in domain, you can try to remove the machine from domain via System Properties below.
Then provide the local Administrator and password (or provide any domain user account and password if you know).
Or you can try to use this Powershell command:
Remove-Computer -UnjoinDomaincredential Domain_Name\Administrator -PassThru -Verbose -Restart -Force
Enter the domain administrator password when prompted, and click OK.
If you do not have the any domain account and password ( domain admin account and domain user account), I suggest you to backup important files and informations, and re-install the OS.
If your machine is not in any domain (it is only in workgroup), you can try to check if there is any local group policy setting controlled it.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.