System.Management Dim ProcessorID As New ManagementObjectSearcher("SELECT * FROM Win32_processor") Dim CPUID As ManagementObject For Each CPUID In ProcessorID.Get() A = Trim((CPUID("processorId").ToString())) If A <> "" Then MsgBox("You are not authorized to use the Software on this site", MsgBoxStyle.Critical, "Warning")
What exactly are you trying to achieve, it is very unlikely that you would be able to access this information from a browser without installing an application on the client due to security.