Delete WindowsHelper.cs
This commit is contained in:
parent
bab7f4bfed
commit
ab59cfdef7
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
using Microsoft.Win32;
|
|
||||||
|
|
||||||
namespace Privatezilla
|
|
||||||
{
|
|
||||||
internal static class WindowsHelper
|
|
||||||
{
|
|
||||||
internal static string GetOS()
|
|
||||||
{
|
|
||||||
|
|
||||||
string releaseID = Registry.GetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion", "ReleaseId", "").ToString();
|
|
||||||
return releaseID;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue