Jump to content


Build 7264 is out there!


  • This topic is locked This topic is locked
15 replies to this topic

#16 os collector

os collector

    2nd Innings

  • Members
  • PipPipPip
  • 178 posts
  • Location:IND
  • Interests:programming, Reverse Engineering, Writing tutorials
  • Country:india

Posted 09 July 2009 - 08:44 PM

Activation hack

get all files from 7201 or newer build which can be activated by RC Key

& then do this

net stop sppsvc /y
takeown /f "%WinDir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms"
cacls "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat" /e /g everyone:f
cacls "%WinDir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms" /e /g everyone:f
ren "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\tokens.dat" "tokens.bak"
ren "%WinDir%\System32\spp\tokens\pkeyconfig\pkeyconfig.xrm-ms" "pkeyconfig.bak"
copy tokens.dat "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareProtectionPlatform\"
copy pkeyconfig.xrm-ms "%WinDir%\System32\spp\tokens\pkeyconfig\"
del "%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\SoftwareLicensing\tokens.bak"
del "%WinDir%\System32\spp\tokens\pkeyconfig\pkeyconfig.bak"
net start sppsvc
cscript %windir%\system32\slmgr.vbs -ipk 6JKV2-QPB8H-RQ893-FW7TM-PBJ73
cscript %windir%\system32\slmgr.vbs -ato




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users