User Tag List

Results 1 to 9 of 9

Thread: Question about Windows.

  1. #1
    No Products Registered

    Join Date
    Feb 2009
    Posts
    44
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Question about Windows.

    I am trying to make a program that tells you system information. Thing is I am trying to get two things that I have been unable to do:


    • I cannot seem to be able to get the edition of Windows being used. I can get the version just fine, but I cannot get for example, if it's Win XP Pro or Home. My question is where in the registry is this? Is it a environmental variable or an INI file? I know in earlier versions of windows than XP, it is different how to find this, an I don't know if anybody here knows how to go about doing this.

    • The Windows product key. I cannot find it in the registry in the normal way, I think I've found it ([color:#CC0000]HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\DigitalProductId[/color]) but I think it's encrypted, what kind of encryption is this and can I decrypt it using MMF? I've seen plenty of programs that can display this.


    I apologize if this is a complex question.

    Thank you for any help provided...


  2. #2
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Apr 2008
    Posts
    488
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about Windows.

    Question 1:

    To grab that information for the windows product (Ex: Windows XP Home Edition) I usually get it from:

    C:\WINDOWS\system32\prodspec.ini

    Load it from an ini object and get the data from there.

    If you need service pack information, you can get this from a registry entry, but I can't remember off the top of my head where it is located.

    Question 2, I have no clue.





  3. #3
    No Products Registered

    Join Date
    Feb 2009
    Posts
    44
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about Windows.

    Thanks for that, that ini had the info I was looking for.

    And yes, I do know where to get the SP and such, but weirdly enough the registry does not have the edition info so I was sure that it was somewhere else since when you click on the computer's properties it always tells you the edition. Though I dunno if this is the same for windows after and before XP.

    Thank you for the answer!

    PS: I know question two is a little tricky, but thank you nonetheless.

  4. #4
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)
    BackStaged's Avatar
    Join Date
    Aug 2010
    Location
    France
    Posts
    693
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about Windows.

    @MikeB : What is the name on Windows Vista of this Ini-file like?

  5. #5
    Clicker Fusion 2.5 DeveloperSWF Export Module

    Join Date
    Apr 2008
    Posts
    488
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about Windows.

    Hmmm....they discontinued using this file in vista, there has to be an alternative location.

  6. #6
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)
    BackStaged's Avatar
    Join Date
    Aug 2010
    Location
    France
    Posts
    693
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about Windows.

    Okay, but, what's Alternative please

  7. #7
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Christian_Wheel's Avatar
    Join Date
    Mar 2010
    Location
    Los Angeles
    Posts
    371
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about Windows.

    Here's how I do it... I wrote an Active-X in VB.

    http://rghost.net/2657547

    You'll need to run the "installocx.bat" first to register the OCX but it should be smooth sailing from there, MFA included in the zip.



    Screenshots:

    Runtime -



    Event List-

  8. #8
    Clicker Fusion 2.5 MacFusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleInstall Creator Pro
    Christian_Wheel's Avatar
    Join Date
    Mar 2010
    Location
    Los Angeles
    Posts
    371
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about Windows.

    Hmm, now that I'm going back and re-reading the thread I realize my ActiveX may not give you information you haven't already gotten from the registry.

    Oh well, you or anyone else is welcome to use it.

  9. #9
    Clicker Fusion 2.5
    Fusion 2.5 (Steam)
    BackStaged's Avatar
    Join Date
    Aug 2010
    Location
    France
    Posts
    693
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Question about Windows.

    Thanks, i will try it later!

Similar Threads

  1. Converting a MMF2 exe to a Windows Service Question
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 25th May 2012, 03:16 PM
  2. Windows Hosting MMF Server Question
    By Spryz in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 9th July 2011, 12:47 PM
  3. How do i open Control Panel Windows in Windows 7?
    By Spryz in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 2nd January 2010, 06:37 PM
  4. Question about the windows about box ?
    By Rushino in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 2nd July 2006, 05:41 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •