| View previous topic :: View next topic |
| Author |
Message |
rodfell
Joined: 05 Oct 2007 Posts: 138 Location: Bundaberg (Bundy), Qld, Australia
|
Posted: Fri Feb 19, 2010 1:36 pm Post subject: windows activation |
|
|
| anyone know a way of finding whether windows (7) has been activated using autohotkey?? |
|
| Back to top |
|
 |
randallf
Joined: 06 Jul 2009 Posts: 678
|
Posted: Sat Feb 20, 2010 3:36 am Post subject: |
|
|
If I remember correctly only 7 has a Program Files (x86) directory.
Vista may as well, but there are other subtle differences.
Perhaps if you share what you are attempting to accomplish and the script that you are using we can offer an easiest method. |
|
| Back to top |
|
 |
Leef_me
Joined: 08 Apr 2009 Posts: 5336 Location: San Diego, California
|
Posted: Sat Feb 20, 2010 4:32 am Post subject: |
|
|
| randallf wrote: | If I remember correctly only 7 has a Program Files (x86) directory.
Vista may as well, but there are other subtle differences. |
Are you referring to C:\Program Files\
XP and Vista both have this, IIRC so did Win 3.1  |
|
| Back to top |
|
 |
RAW-BERRY
Joined: 27 Oct 2008 Posts: 35
|
Posted: Sat Feb 20, 2010 4:38 am Post subject: |
|
|
| Leef_me wrote: | | randallf wrote: | If I remember correctly only 7 has a Program Files (x86) directory.
Vista may as well, but there are other subtle differences. |
Are you referring to C:\Program Files\
XP and Vista both have this, IIRC so did Win 3.1  |
This is true; However randallf is referring to the correct folder -- Program Files (x86) -- which is in fact native to only Vista and Win7. There is both a regular 'Program Files' folder and a 'Program Files (x86)' folder as well. |
|
| Back to top |
|
 |
rodfell
Joined: 05 Oct 2007 Posts: 138 Location: Bundaberg (Bundy), Qld, Australia
|
Posted: Wed Feb 24, 2010 11:56 am Post subject: |
|
|
| i'm trying to find a way of telling if windows 7 has been activated. if you go to control panel>system you can read that windows 7 is activated. i'm trying to find a way for autohotkey to find out if windows is activated |
|
| Back to top |
|
 |
|