J0ker Posted May 16, 2007 Share 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)? Link to comment Share on other sites More sharing options...
Kogmedia Posted May 16, 2007 Share 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 Link to comment Share on other sites More sharing options...
J0ker Posted May 16, 2007 Author Share Posted May 16, 2007 (edited) Fine that will do the job! Thanks! Edited May 16, 2007 by J0ker Link to comment Share on other sites More sharing options...
Rick Posted May 16, 2007 Share 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!! Link to comment Share on other sites More sharing options...
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