Periodically, while using AnyDesk to remotely help a friend or relative with an issue, I find I have to determine the make and model of the PC they have. Here are two quick cmd commands to find out:
wmic csproduct get name wmic bios get serialnumber
Clive's YABB: lessons learned and promptly forgotten from the wonderful world of programming
lessons learned and promptly forgotten from the wonderful world of programming
Periodically, while using AnyDesk to remotely help a friend or relative with an issue, I find I have to determine the make and model of the PC they have. Here are two quick cmd commands to find out:
wmic csproduct get name wmic bios get serialnumber