• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

How to Activate Windows Digital License using PowerShell

Happy Hopping

[H]F Junkie
2FA
Joined
Jul 1, 2004
Messages
8,482
https://techlabs.blog/categories/gu...tions-activation-server-error-code-0x8007007b

I got the "We can't activate Windows on this device as we can't connect to your organization's activation server" error

so the PC must be off for a while. They have legal KMS lic.

from the above link, it says

$ProductKey = (Get-CimInstance -ClassName SoftwareLicensingService).OA3xOriginalProductKey
$Service = get-wmiObject -query 'select * from SoftwareLicensingService'
$Service.InstallProductKey($ProductKey)
$Service.RefreshLicenseStatus()

I just want to clarify, does someone really have to type out all that in the pwr. shell cmd. prompt?
 
Back
Top