Posts: 425
Threads: 121
Thanks Received: 1,113 in 440 posts
Thanks Given: 654
Joined: Aug 2019
Brothers Please Try This Executable Created by Myself Using Adavnced Features :
Code:
The contents of this section are hidden
You have No permissions
Thanks & Regards
Posts: 68
Threads: 3
Thanks Received: 79 in 45 posts
Thanks Given: 189
Joined: Jul 2019
@
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!
Posts: 425
Threads: 121
Thanks Received: 1,113 in 440 posts
Thanks Given: 654
Joined: Aug 2019
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.
Posts: 68
Threads: 3
Thanks Received: 79 in 45 posts
Thanks Given: 189
Joined: Jul 2019
(01-24-2020, 07:28 AM)Disk2019 Wrote: The contents of this section are hidden
You 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.
The following 1 user says Thank You to TanMan for this post:1 user says Thank You to TanMan for this post
• MaskedUser
Posts: 425
Threads: 121
Thanks Received: 1,113 in 440 posts
Thanks Given: 654
Joined: Aug 2019
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.
•
Posts: 783
Threads: 1
Thanks Received: 980 in 485 posts
Thanks Given: 1,022
Joined: Apr 2018
01-25-2020, 05:24 PM
(This post was last modified: 01-25-2020, 05:25 PM by Skunk1966.)
(01-25-2020, 07:30 AM)Disk2019 Wrote: The contents of this section are hidden
You have No permissions![[Image: S9ZrwX83_o.jpg]](https://images2.imgbox.com/5e/0f/S9ZrwX83_o.jpg)
@
Disk2019 after using your .exe
Posts: 425
Threads: 121
Thanks Received: 1,113 in 440 posts
Thanks Given: 654
Joined: Aug 2019
01-25-2020, 05:31 PM
(This post was last modified: 01-25-2020, 05:32 PM by MaskedUser.)
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
•
Posts: 425
Threads: 121
Thanks Received: 1,113 in 440 posts
Thanks Given: 654
Joined: Aug 2019
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
You have No permissions
•