NELyon Posted August 14, 2008 Posted August 14, 2008 Very nice. Just barely fits on my 1024x768 screen though. Half of the title bar is cut off. Also, I notice when it displays information about my hard drive, it says it's 10mb (It's 10gb ). It seems to swap GB for MB.
NeoFoX Posted August 14, 2008 Posted August 14, 2008 Hehe.. In vista it gives you your IPAddress in IPv6 and not in IPv4... funny Perhaps an option to give both?? Because IPv6 will be here in not to many years.. Greetz, Neo [center][font="Arial"]--- The Neo and Only --- [/font][font="Arial"]--Projects---[/font]Image to Text converterText to ASCII converter[/center]
Emiel Wieldraaijer Posted August 14, 2008 Posted August 14, 2008 Hi HeidiR Nice and improved but there are some small things which i would fixed and/or change - Harddisk sizes are displayed in MB instead of GB - I would change the TrayItem or remove it because you still can select pause - The CPU information is not correct (i think its a WMI problem -> my Dual Quad-Core Xeon 2,33Ghz is displayed as a single PIII Xeon X86 Family 6 Model 23 Stepping 6) - Only Scsi controllers are detected but not my two HP SAS Controller P400/512MB - How about OS install date $objWMIService = ObjGet("winmgmts:{impersonationLevel=impersonate}!\\" & "localhost" & "\root\cimv2") $colItems = $objWMIService.ExecQuery("SELECT * FROM Win32_OperatingSystem", "WQL", $wbemFlagReturnImmediately + $wbemFlagForwardOnly) For $objItem In $colItems $InstallDate = __StringToDate($objItem.InstallDate); & @CRLF NextoÝ÷ Øz0iº.´:ºg§¶Æ§u'¶)à±ú%uêâØ^v*ÞrÚ+Éשj»fz{ZºÚ"µÍÌÍÕÙÙ[QHÝ[Õ[SY ÙÙ[QÊBÌÍÔÙ[Q]HHÝ[ÓY ÙÙ[QBÌÍÔÙ[QÛ^HHÝ[ÔÜ] ÌÍÕÙÙ[Q ÌÎNÉÌLÉÌÎNËJ $ProfileFolderArray[1] -> will be Documents and Settings for English version of Windows Best regards,Emiel Wieldraaijer
gw_1966 Posted August 14, 2008 Posted August 14, 2008 (edited) Hi. I still have an issue with this tool hanging on retrieving account infomtratin. I am running it on an XP machine that is part of an AD domain that may have some policies set if that helps? On a stand alone XP and 2003 server machine it works fine. Is there anyway to add a logfile command line option to the exe to see where the issue is? An export option would be useful as well. Cheers. Edited August 14, 2008 by gw_1966 CheersGrant
HeidiR Posted August 15, 2008 Author Posted August 15, 2008 Hi HeidiR Nice and improved but there are some small things which i would fixed and/or change - Harddisk sizes are displayed in MB instead of GB - I would change the TrayItem or remove it because you still can select pause - The CPU information is not correct (i think its a WMI problem -> my Dual Quad-Core Xeon 2,33Ghz is displayed as a single PIII Xeon X86 Family 6 Model 23 Stepping 6) - Only Scsi controllers are detected but not my two HP SAS Controller P400/512MB - How about OS install date $objWMIService = ObjGet("winmgmts:{impersonationLevel=impersonate}!\\" & "localhost" & "\root\cimv2") $colItems = $objWMIService.ExecQuery("SELECT * FROM Win32_OperatingSystem", "WQL", $wbemFlagReturnImmediately + $wbemFlagForwardOnly) For $objItem In $colItems $InstallDate = __StringToDate($objItem.InstallDate); & @CRLF NextoÝ÷ Øz0iº.´:ºg§¶Æ§u'¶)à±ú%uêâØ^v*ÞrÚ+Éשj»fz{ZºÚ"µÍÌÍÕÙÙ[QHÝ[Õ[SY ÙÙ[QÊBÌÍÔÙ[Q]HHÝ[ÓY ÙÙ[QBÌÍÔÙ[QÛ^HHÝ[ÔÜ] ÌÍÕÙÙ[Q ÌÎNÉÌLÉÌÎNËJ $ProfileFolderArray[1] -> will be Documents and Settings for English version of Windows Emiel, Thanks for the suggestions. I have implemented several of your ideas but may need some help with the SAS controller issue. I currently don't have a machine in my test bed that has an SAS controller. Do you know what the WMI Win32 collection name is for the SAS controller (if it exists)? For example, the SCSI Controller collection is "Win32_SCSIController". HeidiRFind free applications, code examples and more on my site at:http://heidisdownloads.com/
HeidiR Posted August 15, 2008 Author Posted August 15, 2008 Hi.I still have an issue with this tool hanging on retrieving account infomtratin. I am running it on an XP machine that is part of an AD domain that may have some policies set if that helps? On a stand alone XP and 2003 server machine it works fine. Is there anyway to add a logfile command line option to the exe to see where the issue is?An export option would be useful as well.Cheers.gw_1966,Thanks for the info. Unfortunately, I don't have access to a machine that runs on an AD domain. Can you run the the code below and tell me what the results are? I may need to find a way to timeout of returning user information in certain situations.CODELocal $i, $userLocal $objWMIService = ObjGet("winmgmts:\\localhost\root\CIMV2")Local $colItems = $objWMIService.ExecQuery("SELECT * FROM Win32_UserAccount", "WQL",0x10+0x20)For $objItem In $colItems $user &= $objItem.Name & @LF $i += 1 NextMsgbox(0, "User Accounts: " & $i, $user) HeidiRFind free applications, code examples and more on my site at:http://heidisdownloads.com/
HeidiR Posted August 15, 2008 Author Posted August 15, 2008 (edited) Hi All,Thanks for the feedback and great suggestions. I have added the following features to the latest build. - OS Install date- User profile directory- Hidden the tray icon- Corrected disk drive MB / GB display issueI'm currently researching other issues / suggestions for implementation.Will upload the latest build soon as I am currently having difficulity uploading to autoitscript.com.8/18/2008The latest build can be found at the following link:http://autoit.netfirms.com/public/ Edited August 19, 2008 by HeidiR HeidiRFind free applications, code examples and more on my site at:http://heidisdownloads.com/
Emiel Wieldraaijer Posted August 17, 2008 Posted August 17, 2008 Emiel,Thanks for the suggestions. I have implemented several of your ideas but may need some help with the SAS controller issue. I currently don't have a machine in my test bed that has an SAS controller. Do you know what the WMI Win32 collection name is for the SAS controller (if it exists)? For example, the SCSI Controller collection is "Win32_SCSIController".I will investigate and report back to you Best regards,Emiel Wieldraaijer
Emiel Wieldraaijer Posted August 17, 2008 Posted August 17, 2008 @HeidiRHarddisk Cluster Size Best regards,Emiel Wieldraaijer
gw_1966 Posted August 17, 2008 Posted August 17, 2008 Hi.I ran the script below.Local $i, $userLocal $objWMIService = ObjGet("winmgmts:\\localhost\root\CIMV2")Local $colItems = $objWMIService.ExecQuery("SELECT * FROM Win32_UserAccount", "WQL",0x10+0x20)For $objItem In $colItems $user &= $objItem.Name & @LF$i += 1 NextMsgbox(0, "User Accounts: " & $i, $user)It looks like it read "all" the AD domain users as well as local accounts, which in my case, is thousands. Maybe the code should just look for "local" accounts.Picture attached. CheersGrant
JSThePatriot Posted August 18, 2008 Posted August 18, 2008 Maybe I missed it, but I am unable to find a download. I like the idea of this, and would love to take a peek at it. I just cannot find where to download. If you will notice in my signature I have a library begun to allow programs like this to be written. Thanks, JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
Emiel Wieldraaijer Posted August 18, 2008 Posted August 18, 2008 Hi Jarvis, Creator of compinfo.au3 .. welcome to this thread.. There is temporarily no download link available because HeidiR was unable to upload it to the autoit forum .. Did you every update the compinfo regarding the processor information ? Best regards,Emiel Wieldraaijer
JSThePatriot Posted August 18, 2008 Posted August 18, 2008 Hi Jarvis,Creator of compinfo.au3 .. welcome to this thread.. There is temporarily no download link available because HeidiR was unable to upload it to the autoit forum .. Did you every update the compinfo regarding the processor information ?Emiel,Thanks to the welcome...I try to visit the forums as oft I can.I appreciate your letting me know about the download link. Maybe he should try Google Apps, then he could even create a web page to tell about the application, as well as provide a download.Also, without trying to hijack the thread, was there something that needed to be fixed? (PM me if so)Thanks again,JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
HeidiR Posted August 19, 2008 Author Posted August 19, 2008 Hi All,Sorry for the deley in responding. The latest build can be found at the following link:http://autoit.netfirms.com/public/Enjoy!Will respond to other messages shortly. HeidiRFind free applications, code examples and more on my site at:http://heidisdownloads.com/
HeidiR Posted August 19, 2008 Author Posted August 19, 2008 Hi.I ran the script below.Local $i, $userLocal $objWMIService = ObjGet("winmgmts:\\localhost\root\CIMV2")Local $colItems = $objWMIService.ExecQuery("SELECT * FROM Win32_UserAccount", "WQL",0x10+0x20)For $objItem In $colItems $user &= $objItem.Name & @LF$i += 1 NextMsgbox(0, "User Accounts: " & $i, $user)It looks like it read "all" the AD domain users as well as local accounts, which in my case, is thousands. Maybe the code should just look for "local" accounts.Picture attached.gw_1966,Thanks for the information. Please try the following code to see if it just returns local accounts. Thanks.CODELocal $i, $userLocal $objWMIService = ObjGet("winmgmts:\\localhost\root\CIMV2")Local $colItems = $objWMIService.ExecQuery("SELECT * FROM Win32_UserAccount", "WQL",0x10+0x20)For $objItem In $colItems if $objItem.AccountType = "512" Then $user &= $objItem.Name & @LF $i += 1 endifNextMsgbox(0, "User Accounts: " & $i, $user) HeidiRFind free applications, code examples and more on my site at:http://heidisdownloads.com/
HeidiR Posted August 19, 2008 Author Posted August 19, 2008 Maybe I missed it, but I am unable to find a download. I like the idea of this, and would love to take a peek at it. I just cannot find where to download. If you will notice in my signature I have a library begun to allow programs like this to be written.Thanks,JSJS,Thanks for the information. The latest build can be found at the following link:http://autoit.netfirms.com/public/Enjoy! HeidiRFind free applications, code examples and more on my site at:http://heidisdownloads.com/
HeidiR Posted August 29, 2008 Author Posted August 29, 2008 Hello all,Thanks for your suggestions. I have added an optional html report containing all the System Information displayed on the screen. The latest build can be found at the following link:http://autoit.netfirms.com/public/Enjoy! HeidiRFind free applications, code examples and more on my site at:http://heidisdownloads.com/
Emiel Wieldraaijer Posted September 1, 2008 Posted September 1, 2008 @HeidiR - When 3 or more IPnumbers / DNS Server are used .. they will not display completely - Your CPU information is based on WMI and is not accurate enough New QuadCore Xeon is detected as a Pentium III Xeon - The amount of CPU's is not detected Could Luck Emiel Best regards,Emiel Wieldraaijer
HeidiR Posted September 3, 2008 Author Posted September 3, 2008 @HeidiR- When 3 or more IPnumbers / DNS Server are used .. they will not display completely- Your CPU information is based on WMI and is not accurate enough New QuadCore Xeon is detected as a Pentium III Xeon- The amount of CPU's is not detectedCould LuckEmielHi Emiel,Thanks for the information. I am currently researchiing the cpu issue you reported. However, I'm not sure I understand the IP issues. Would you be willing to provide a screen shot (via e-mail or this thread)? Thanks for your help!HeidiR HeidiRFind free applications, code examples and more on my site at:http://heidisdownloads.com/
HeidiR Posted September 3, 2008 Author Posted September 3, 2008 Hi Emiel,Thanks for the information. I am currently researchiing the cpu issue you reported. However, I'm not sure I understand the IP issues. Would you be willing to provide a screen shot (via e-mail or this thread)? Thanks for your help!HeidiRHi Emiel,Can you try v9.23 and let me know if the cpu issue still exists with the QuadCore Xeon?Thanks,HeidiR HeidiRFind free applications, code examples and more on my site at:http://heidisdownloads.com/
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