-2

Whats wrong with this cmd command:

REG ADD 'HKEY_LOCAL_MACHINE\software\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Activation' /v Manual /t REG_DWORD /d 00000001 /f
user ct
  • 47
  • 6

2 Answers2

0

Replace HKEY_LOCAL_MACHINE with HKLM

0

Did you check this path:

HKEY_LOCAL_MACHINE\software\WOW6432Node\Microsoft\Windows NT\CurrentVersion\SoftwareProtectionPlatform\Activation

Because Windows redirects HKEY_LOCAL_MACHINE\Software to HKEY_LOCAL_MACHINE\Software\WOW6432Node