Untill now I have this, which is not working:
on error resume next
'option explicit
' Variable and constant Declarations
Const HKEY_LOCAL_MACHINE = &H80000002
Dim WshShell
Dim versionShort, FSO, objWMIService, colOperatingSystems
Dim sCommandline, ExitCode, strKeyPath1, RegRead
Dim...