![]() |
System Info in My Computer Properties - Printable Version +- AiOwares (https://www.aiowares.com) +-- Forum: Software & Applications (https://www.aiowares.com/forumdisplay.php?fid=6) +--- Forum: Multi-Platform Software (https://www.aiowares.com/forumdisplay.php?fid=14) +---- Forum: Windows (https://www.aiowares.com/forumdisplay.php?fid=42) +---- Thread: System Info in My Computer Properties (/showthread.php?tid=1565) Pages:
1
2
|
RE: System Info in My Computer Properties - MaskedUser - 01-20-2020 Brothers Please Try This Executable Created by Myself Using Adavnced Features : Code: The contents of this section are hidden Thanks & Regards ![]() RE: System Info in My Computer Properties - TanMan - 01-24-2020 @Skunk1966, I finally got a Win7 virtual machine running, and I can confirm my script does NOT work on Win7. The script looks for the values at HKLM\HARDWARE\DESCRIPTION\System\BIOS, and this registry key is not populated in Win7. As Win7 is no longer supported, I will not work to make it work under Win7. It DOES work fine under Win10. @Disk2019, I will check out that exe tomorrow. Thanks for posting it! RE: System Info in My Computer Properties - MaskedUser - 01-24-2020 The Executable Compiled by myself worked on a win7 VM too at my side flawlessly. script used to compile that executable is vbs. Thanks & Regards. RE: System Info in My Computer Properties - TanMan - 01-24-2020 (01-24-2020, 07:28 AM)Disk2019 Wrote: The contents of this section are hiddenYou have No permissions Would you mind posting that vbs? I suspect you used WMI to get the info, but I'd like to see how you did it. RE: System Info in My Computer Properties - MaskedUser - 01-25-2020 tell me is it working on win7 too or not . if you have that much scripting knowledge then why dont you do it yourself & decompile the app then see the exact code used to compile it. RE: System Info in My Computer Properties - Skunk1966 - 01-25-2020 (01-25-2020, 07:30 AM)Disk2019 Wrote: The contents of this section are hiddenYou have No permissions ![]() @Disk2019 after using your .exe RE: System Info in My Computer Properties - MaskedUser - 01-25-2020 thank you @Skunk1966 Brother . it worked on my win7 Virtual machine clean install without service pack 1 thatswhy i asked whether it worked on host operating systems too or not ![]() RE: System Info in My Computer Properties - MaskedUser - 02-18-2020 Get System Information in a Text file Next to Executable Path : [Function of this exe is to get system info & save a txt file with result] Code: The contents of this section are hidden |