Get Computer description

Get Computer description For Windows Operating System using C#
using System.Win32;
string key = @"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters";
string computerDescription = (string)Registry.GetValue(key, "srvcomment", null);

Comments

Popular posts from this blog

For .NET Developers

IT Propessional should have these things

Certificate Pinning in Windows 10 UWP app