Jump to content


Photo

How To Tell Basic System Info.


  • Please log in to reply
2 replies to this topic

#1 Pico_No_Blackbox

Pico_No_Blackbox

    AHK Scripter

  • Members
  • PipPipPip
  • 53 posts

Posted 26 August 2014 - 06:46 AM

Well, need to know if your system is 64bit or 32bit? Are you on an admin account? your screen size? etc?

 

This simple tool will show u that and more. Its not fancy or pretty but it does what it needs to and is small.

 

Posted Image

Attached File  sysinfo.zip   670.24KB   2 downloads

 

I included the source script, which is in AHK language for learning purposes and to show i have no sneaky code in there.

gui, add, text, x0 y0, Operating System: %A_OSType%gui, add, text, x0 y15, Operating System Ver.: %A_OSVersion%if A_Is64bitOS = 1{gui, add, text, x0 y30, 64Bit Operating System}if A_Is64bitOS = 0{gui, add, text, x0 y30, 32Bit Operating System}gui, add, text, x0 y45, Computer Name: %A_ComputerName%gui, add, text, x0 y60, Username: %A_UserName%if A_IsAdmin = 1{gui, add, text, x0 y75, You DO have Admin rights.}if A_IsAdmin = 0{gui, add, text, x0 y75, You DO NOT have Admin rights.}gui, add, text, x0 y90, Language Code: %A_Language%Sysget, Mon, 80SysGet, VW, 78SysGet, VH, 79gui, add, text, x0 y105, Monitors: %Mon%gui, add, text, x0 y120, Screen: %VW% x%VH%gui, add, text, x0 y135, DPI: %A_ScreenDPI%gui, add, text, x0 y150, IP: %A_IPAddress1%gui, add, text, x0 y165, %A_Now%gui, showreturnguiclose:exitapp

  • pitkon likes this

#2 pitkon

pitkon

    Administrator

  • Head Administrator
  • 1,333 posts
  • LocationAthens & Nafplio, Greece

Posted 26 August 2014 - 06:48 AM

Very useful!



#3 Pico_No_Blackbox

Pico_No_Blackbox

    AHK Scripter

  • Members
  • PipPipPip
  • 53 posts

Posted 26 August 2014 - 06:52 AM

Thank you. It came in very handy earlier so it just dawned on me someone may find it useful here.


  • pitkon likes this




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users