[Guide] Get System Information menu

Shout-Out

User Tag List

Results 1 to 1 of 1
  1. #1
    buzzaugust's Avatar Contributor
    Reputation
    139
    Join Date
    Jun 2007
    Posts
    141
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] Get System Information

    Hey

    With this you can get information about your computer like CPU, BIOS, OS, and some other things.

    First open Registry Database:
    XP: Open start and click run, type "regedit.exe" and hit enter
    Vista: click start and write "regedit" and then click it when it comes up

    Then navigate here:

    Code:
    HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System
    Then you will see BIOS, CentralProcessor and some others. Im going to demonstarte how to find out which CPU you have. Open Notepad and copy this code in:
    Code:
    Dim cpu As String = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0", "ProcessorNameString", Nothing)
    You see "...\CentralProcessor\0" The 0 is the processor number. For example my CPU is a quadcore so i got 0,1,2 and 3 (because of the 4 physical cores) but just use 0.

    Open up your app and under Form1_Load (or whatever form your start form is) write this:
    Code:
    Dim cpu As String = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0", "ProcessorNameString", Nothing)
    Now create a label then go back to Form1_Load and type:
    label1.text = cpu


    Thats actually all. You can also create one more saying cpu speed or something.
    For that just write like:

    Code:
    Dim cpuspeed As String = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0", "~MHz", Nothing)
    Just make sure to use another "Dim *NAME*" for each instance and then change the path to whatever you like. You can also get BIOS information by using:
    Code:
    Dim BIOS As String = My.Computer.Registry.GetValue("HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS", "BIOSVersion", Nothing)
    For OS:
    Code:
    Label3.Text = My.Computer.Info.OSVersion
    Well thats it. You can change the reg path to whatever you like to get information

    Happy Coding

    [Guide] Get System Information

Similar Threads

  1. [Guide] Getting creatures to move.
    By Gastricpenguin in forum WoW EMU Guides & Tutorials
    Replies: 14
    Last Post: 09-15-2007, 05:47 AM
  2. Game Guide Organazation System
    By John Krayton in forum Suggestions
    Replies: 8
    Last Post: 08-01-2007, 06:57 AM
  3. [VIDEO GUIDE] Getting to Nightbane
    By bind in forum World of Warcraft Exploration
    Replies: 10
    Last Post: 04-28-2007, 04:59 PM
  4. [VIDEO GUIDE] Getting to Netherspace
    By bind in forum World of Warcraft Exploration
    Replies: 12
    Last Post: 04-09-2007, 06:10 AM
  5. Cooking Guide: Get your cooking skill up in 2 hours.
    By xlAnonym0uslx in forum World of Warcraft Guides
    Replies: 2
    Last Post: 12-03-2006, 12:17 PM
All times are GMT -5. The time now is 11:40 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search