RE: Windows 7 ISO file for VM 03-19-2018, 08:43 PM
#11
00000000000000000000000=
-
-
(This post was last modified: 04-07-2018, 06:58 PM by MrSecurity.)
Windows 7 ISO file for VM filter_list | |
(03-22-2018, 12:23 PM)Asura Wrote: If I remember, an old trick I used to do back in college was rearm. Obviously it doesn't activate Windows but does extend the usage for awhile. The command would be Slmgr /rearm. To check how many rearms you have, Slmgr /dlv. It would give you 30 days and you can keep using rearms until you have none left.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Currentversion\SL
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Currentversion\SoftwareProtectionPlatform
(03-22-2018, 11:43 AM)JBoy1017 Wrote:(03-22-2018, 09:51 AM)mothered Wrote:(03-21-2018, 10:19 PM)JBoy1017 Wrote:
Stating the obvious, did you enter a legit product key?
Yep downloaded a key finder to find the windows key for my PC it’s a legit key
(03-22-2018, 06:22 PM)Ender Wrote:(03-22-2018, 11:43 AM)JBoy1017 Wrote:(03-22-2018, 09:51 AM)mothered Wrote: Stating the obvious, did you enter a legit product key?
Yep downloaded a key finder to find the windows key for my PC it’s a legit key
Using software like that is a terrible idea. If I recall correctly, simply go into the page that shows the system information, and it will show you the key. No need for shady software.
(03-22-2018, 06:22 PM)Ender Wrote: If I recall correctly, simply go into the page that shows the system information, and it will show you the key. No need for shady software.
(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
(03-23-2018, 10:46 AM)mothered Wrote:(03-22-2018, 06:22 PM)Ender Wrote: If I recall correctly, simply go into the page that shows the system information, and it will show you the key. No need for shady software.
That's the actual "Product ID" (20 chars), and not the Product key.
The easiest way to obtain the Product Key natively within Windows, Is via PowerShell. Enter the following command:
Code:(Get-WmiObject -query 'select * from SoftwareLicensingService').OA3xOriginalProductKey
What exactly is powershell?
This will return the 25 character Product Key.