J0ker Posted May 16, 2007 Posted May 16, 2007 Hi, Can anyone point me out wich registry,key value I should read to detect if the user is running on windows Vista or XP (or any other windows version)?
Kogmedia Posted May 16, 2007 Posted May 16, 2007 Hi, Can anyone point me out wich registry,key value I should read to detect if the user is running on windows Vista or XP (or any other windows version)? @OSVersion should work I don't know where it would be in the reg [font="Verdana"]Keith (Kogmedia)[/font]My ScriptQuick Search - Internet / Hard Drive Search
J0ker Posted May 16, 2007 Author Posted May 16, 2007 (edited) Fine that will do the job! Thanks! Edited May 16, 2007 by J0ker
Rick Posted May 16, 2007 Posted May 16, 2007 i use this.... $IsVista = "NO" if Stringinstr(Regread("HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion","ProductName"),"vista") > 0 then $IsVista = "YES" Who needs puzzles when we have AutoIt!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now