If System.Environment.OSVersion.Version.Major >= 6 Then procInfo.Verb = "runas" End If Process.Start(procInfo)
Dim sDate as date My.Computer.Registry.LocalMachine.CreateSubKey("SOFTWARE\Test") My.Computer.Registry.SetValue("HKEY_LOCAL_MACHINE\SOFTWARE\Test", "Date", sDate)
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)