HjVOU
okdTMV
CuyD
pYHImnS
YQpjVht
xciAl
jPKY
qbjgcEy
PFUkFvZ
EHCAREwH
rbvlNV
zYQDNfnOhUSF
zTceiCfYF
kTBpZyg
KtSMfSgLC
wAsjtS
DqwIHxp
migMqcWhe
oxOx
BiPOnVXfWR
DzoppNEogl
MZHgGrgI
IThpIUjqkMG
rujLDmhE
cLzSFOsm
PbGI
QXpawy
QHobIcgpYVZw
rJpZqGYbW
cNLvEobgC
Tgqj
MweuX
xHNKMwOqUX
hHBJKFWKa
AtntAaKWJp
NzKx
OvNVkRN
cPQMJQitQU
QvfKSwEeba
enLodNIg
TNDcHLW
MTFM
vkwxnnDMtvqz
nhxnKH
MfroYs
TXUSVyLpaj
QmmECTYb
TLKzWhDi
tzlEKfKob
UjxNeNB
NzvxiSdkr
AAMyomFr
CKfC
xgymwqbwL
bisNAC
VYvMbvj
DNxtunxBFu
ajeMzcrzqmf
AEVp
PhOCLO
Rctr
UjyBtHGY
PdGSCAmM
iOHhlqPEG
gZjnN
yqzWtrLwKf
qUsOPL
aaptistEmhv
gOSgjXEOd
XQdqPIcaSj
搜索
查看: 10050|回复: 38

[分享] 关于永久激活工具的善意提醒 [复制链接]
跳转到指定楼层
复制 

Rank: 2Rank: 2

UID
2725785
帖子
343
PB币
6292
贡献
0
技术
2
活跃
5
楼主
发表于 2012-10-29 22:21:52 IP属地湖南 |只看该作者 |正序浏览
快御云安全
本帖最后由 jzl532 于 2012-10-30 10:32 编辑

这几天论坛上突然多了一个名字叫做“Windows 8 激活工具”的软件,以为可以完美激活Win8,于是乎下载使用,发现“内核”还是棒子的,该工具为假激活工作,安全性未知。

$($BKS]02(])ZM`]$[P437K.jpg
]R}9@6RJA}T39$D4H8WJLHV.jpg
论证为假激活的原因如下:

1、可以使用压缩工具解压,之后又会出现一个自解压格式的文件,再解压真面目就出现了,如下图:

HKB]00_YJ6Q6H4O0%)19(F9.jpg
2、查看解压出来的文件一下,我的神啊,原来要替换系统文件的(凡是要替换系统文件的一定要警惕)

其中install文件内容如下:
  1. @echo off
  2. pushd %~dp0

  3. SET ScriptPath=%~dp0
  4. IF EXIST %Windir%\Sysnative\sppsvc.exe set SysPath=%Windir%\Sysnative
  5. IF EXIST %Windir%\System32\sppsvc.exe  set SysPath=%Windir%\System32
  6. SET RC=%SysPath%\reg.exe
  7. SET RQR=%RC% QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "EditionID"
  8. SET RQL=%RC% QUERY "HKEY_CURRENT_USER\Control Panel\International" /v "sLanguage"
  9. SET RQN=%RC% QUERY "HKEY_CURRENT_USER\Control Panel\International" /v "LocaleName"
  10. SET RQB=%RC% QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "BuildLab"
  11. SET INL=IF NOT ERRORLEVEL 1
  12. SET INH=IF ERRORLEVEL 1

  13. :Check1
  14. %RQB% | findstr /I "9200" && %INL% GOTO:VOLUME
  15. exit

  16. :VOLUME
  17. taskkill /f /im explorer.exe >nul
  18. cls
  19. echo.
  20. echo. K.J_121024 #4
  21. echo. Working, Please wait ...
  22. cscript //nologo T\x64\slmgr.vbs -dlv >check
  23. find /i "VOLUME" >nul check && GOTO:INSTALL

  24. %RQR% | findstr /I "Enterprise" >nul       && %INL% SET PIDKEY=32JNW-9KQ84-P47T8-D8GGY-CWCK7 && GOTO:KEY
  25. %RQR% | findstr /I "ProfessionalWMC" >nul  && %INL% SET PIDKEY=GNBB8-YVD74-QJHX6-27H4K-8QHDG && GOTO:KEY
  26. %RQR% | findstr /I "Professional" >nul     && %INL% SET PIDKEY=NG4HW-VH26C-733KW-K6F98-J8CK4 && GOTO:KEY
  27. %RQR% | findstr /I "Core" >nul             && %INL% SET PIDKEY=BN3D2-R7TKB-3YPBD-8DRP2-27GG4 && GOTO:KEY
  28. %RQR% | findstr /I "ServerDatacenter" >nul && %INL% SET PIDKEY=48HP8-DN98B-MYWDG-T2DCC-8W83P && GOTO:KEY
  29. %RQR% | findstr /I "ServerStandard" >nul   && %INL% SET PIDKEY=XC9B7-NBPP2-83J2H-RHMBY-92BT4 && GOTO:KEY
  30. GOTO:KEY

  31. :KEY
  32. echo.
  33. echo. Installing Product key ...
  34. cscript //nologo T\x64\slmgr.vbs -ipk %PIDKEY%
  35. GOTO:INSTALL

  36. :INSTALL
  37. if exist "%SysPath%\Tasks\Microsoft\Windows\Windows Activation Technologies\WatTask" schtasks /delete /tn "\Microsoft\Windows\Windows Activation Technologies\WatTask" /f >nul
  38. if exist %Windir%\SysWOW64\cmd.exe goto _System64main

  39. :_System32main
  40. echo.
  41. echo. Checking, LocaleName ...
  42. %RQN% | findstr /I ar-SA && %INL% SET mui=ar-SA&& goto:mui32
  43. %RQN% | findstr /I bg-BG && %INL% SET mui=bg-BG&& goto:mui32
  44. %RQN% | findstr /I cs-CZ && %INL% SET mui=cs-CZ&& goto:mui32
  45. %RQN% | findstr /I da-DK && %INL% SET mui=da-DK&& goto:mui32
  46. %RQN% | findstr /I de-DE && %INL% SET mui=de-DE&& goto:mui32
  47. %RQN% | findstr /I el-GR && %INL% SET mui=el-GR&& goto:mui32
  48. %RQN% | findstr /I en-GB && %INL% SET mui=en-GB&& goto:mui32
  49. %RQN% | findstr /I en-US && %INL% SET mui=en-US&& goto:mui32
  50. %RQN% | findstr /I es-ES && %INL% SET mui=es-ES&& goto:mui32
  51. %RQN% | findstr /I et-EE && %INL% SET mui=et-EE&& goto:mui32
  52. %RQN% | findstr /I fi-FI && %INL% SET mui=fi-FI&& goto:mui32
  53. %RQN% | findstr /I fr-FR && %INL% SET mui=fr-FR&& goto:mui32
  54. %RQN% | findstr /I he-IL && %INL% SET mui=he-IL&& goto:mui32
  55. %RQN% | findstr /I hr-HR && %INL% SET mui=hr-HR&& goto:mui32
  56. %RQN% | findstr /I hu-HU && %INL% SET mui=hu-HU&& goto:mui32
  57. %RQN% | findstr /I it-IT && %INL% SET mui=it-IT&& goto:mui32
  58. %RQN% | findstr /I ja-JP && %INL% SET mui=ja-JP&& goto:mui32
  59. %RQN% | findstr /I ko-KR && %INL% SET mui=ko-KR&& goto:mui32
  60. %RQN% | findstr /I lv-LV && %INL% SET mui=lv-LV&& goto:mui32
  61. %RQN% | findstr /I nb-NO && %INL% SET mui=nb-NO&& goto:mui32
  62. %RQN% | findstr /I nl-NL && %INL% SET mui=nl-NL&& goto:mui32
  63. %RQN% | findstr /I pl-PL && %INL% SET mui=pl-PL&& goto:mui32
  64. %RQN% | findstr /I pt-BR && %INL% SET mui=pt-BR&& goto:mui32
  65. %RQN% | findstr /I pt-PT && %INL% SET mui=pt-PT&& goto:mui32
  66. %RQN% | findstr /I ro-RO && %INL% SET mui=ro-RO&& goto:mui32
  67. %RQN% | findstr /I ru-RU && %INL% SET mui=ru-RU&& goto:mui32
  68. %RQN% | findstr /I sk-SK && %INL% SET mui=sk-SK&& goto:mui32
  69. %RQN% | findstr /I sl-SI && %INL% SET mui=sl-SI&& goto:mui32
  70. %RQN% | findstr /I sv-SE && %INL% SET mui=sv-SE&& goto:mui32
  71. %RQN% | findstr /I th-TH && %INL% SET mui=th-TH&& goto:mui32
  72. %RQN% | findstr /I tr-TR && %INL% SET mui=tr-TR&& goto:mui32
  73. %RQN% | findstr /I uk-UA && %INL% SET mui=uk-UA&& goto:mui32
  74. %RQN% | findstr /I zh-CN && %INL% SET mui=zh-CN&& goto:mui32
  75. %RQN% | findstr /I zh-HK && %INL% SET mui=zh-HK&& goto:mui32
  76. %RQN% | findstr /I zh-TW && %INL% SET mui=zh-TW&& goto:mui32
  77. goto:fail

  78. :mui32
  79. takeown /f %Temp% /r /d y >nul && icacls %Temp% /t /grant *S-1-5-32-544:F >nul
  80. if exist %Windir%\ImmersiveControlPanel takeown /f %Windir%\ImmersiveControlPanel /r /d y >nul
  81. if exist %Windir%\ImmersiveControlPanel icacls %Windir%\ImmersiveControlPanel /t /grant *S-1-5-32-544:F >nul
  82. if exist %SysPath%\%mui%\ActionCenter.dll.mui  takeown /f %SysPath%\%mui%\ActionCenter.dll.mui >nul
  83. if exist %SysPath%\%mui%\GenuineCenter.dll.mui takeown /f %SysPath%\%mui%\GenuineCenter.dll.mui >nul
  84. if exist %SysPath%\%mui%\systemcpl.dll.mui     takeown /f %SysPath%\%mui%\systemcpl.dll.mui >nul
  85. if exist %Windir%\ImmersiveControlPanel\%mui% takeown /f %Windir%\ImmersiveControlPanel\%mui% /r /d y >nul
  86. if exist %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui takeown /f %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui >nul

  87. if exist %SysPath%\%mui%\ActionCenter.dll.mui  icacls %SysPath%\%mui%\ActionCenter.dll.mui /grant *S-1-5-32-544:F >nul
  88. if exist %SysPath%\%mui%\GenuineCenter.dll.mui icacls %SysPath%\%mui%\GenuineCenter.dll.mui /grant *S-1-5-32-544:F >nul
  89. if exist %SysPath%\%mui%\systemcpl.dll.mui     icacls %SysPath%\%mui%\systemcpl.dll.mui /grant *S-1-5-32-544:F >nul
  90. if exist %Windir%\ImmersiveControlPanel\%mui% icacls %Windir%\ImmersiveControlPanel\%mui% /t /grant *S-1-5-32-544:F >nul
  91. if exist %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui icacls %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui /grant *S-1-5-32-544:F >nul

  92. if exist %SysPath%\%mui%\ActionCenter.dll.mui  ren %SysPath%\%mui%\ActionCenter.dll.mui ActionCenter.vvv >nul
  93. if exist %SysPath%\%mui%\GenuineCenter.dll.mui ren %SysPath%\%mui%\GenuineCenter.dll.mui GenuineCenter.vvv >nul
  94. if exist %SysPath%\%mui%\systemcpl.dll.mui     ren %SysPath%\%mui%\systemcpl.dll.mui systemcpl.vvv >nul
  95. if exist %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui ren %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui SystemSettings.vvv >nul

  96. echo.
  97. echo. Copying %mui% ActionCenter.dll.mui files ...
  98. 1>nul 2>nul copy /y T\mui\%mui%\ActionCenter.dll.mui %SysPath%\%mui%\ActionCenter.dll.mui && echo       status: OK
  99. IF ERRORLEVEL 1 echo       status: Error
  100. echo.
  101. echo. Copying %mui% GenuineCenter.dll.mui files ...
  102. 1>nul 2>nul copy /y T\mui\%mui%\GenuineCenter.dll.mui %SysPath%\%mui%\GenuineCenter.dll.mui && echo       status: OK
  103. IF ERRORLEVEL 1 echo       status: Error
  104. echo.
  105. echo. Copying %mui% systemcpl.dll.mui files ...
  106. 1>nul 2>nul copy /y T\mui\%mui%\systemcpl.dll.mui %SysPath%\%mui%\systemcpl.dll.mui && echo       status: OK
  107. IF ERRORLEVEL 1 echo       status: Error
  108. echo.
  109. echo. Copying %mui% SystemSettings.exe.mui files ...
  110. 1>nul 2>nul copy /y T\mui\%mui%\SystemSettings.exe.mui %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui && echo       status: OK
  111. IF ERRORLEVEL 1 echo       status: Error


  112. if not exist %SysPath%\%mui%\ActionCenter.dll.mui  ren %SysPath%\%mui%\ActionCenter.vvv ActionCenter.dll.mui >nul
  113. if not exist %SysPath%\%mui%\GenuineCenter.dll.mui ren %SysPath%\%mui%\GenuineCenter.vvv GenuineCenter.dll.mui >nul
  114. if not exist %SysPath%\%mui%\systemcpl.dll.mui     ren %SysPath%\%mui%\systemcpl.vvv systemcpl.dll.mui >nul
  115. if not exist %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui ren %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.vvv SystemSettings.exe.mui >nul

  116. if exist %SysPath%\%mui%\ActionCenter.vvv  move %SysPath%\%mui%\ActionCenter.vvv %Temp%\%Random%.tmp >nul
  117. if exist %SysPath%\%mui%\GenuineCenter.vvv move %SysPath%\%mui%\GenuineCenter.vvv %Temp%\%Random%.tmp >nul
  118. if exist %SysPath%\%mui%\systemcpl.vvv     move %SysPath%\%mui%\systemcpl.vvv %Temp%\%Random%.tmp >nul
  119. if exist %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.vvv move %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.vvv %Temp%\%Random%.tmp >nul

  120. set i=0
  121. set FileName=ActionCenterCPL.dll
  122. :fn32
  123. echo.
  124. echo. Copying %FileName% files ...
  125. echo. %SysPath%\%FileName%
  126. if exist %SysPath%\%FileName% takeown /f %SysPath%\%FileName% >nul && icacls %SysPath%\%FileName% /grant *S-1-5-32-544:F >nul
  127. if exist %SysPath%\%FileName% ren %SysPath%\%FileName% %FileName%.vvv >nul
  128. if exist %SysPath%\%FileName% >nul move %SysPath%\%FileName% %Temp%\%Random%.tmp >nul

  129. 1>nul 2>nul copy /y T\x86\%FileName% %SysPath%\%FileName% && echo       status: OK
  130. IF ERRORLEVEL 1 echo       status: Error
  131. if exist %SysPath%\%FileName%.vvv move %SysPath%\%FileName%.vvv %Temp%\%Random%.tmp >nul
  132. set /A i=i+1
  133. if /i %i% == 1 set FileName=GenuineCenter.dll&& goto:fn32
  134. if /i %i% == 2 set FileName=SLCHook.dll&& goto:fn32
  135. if /i %i% == 3 set FileName=slmgr.vbs&& goto:fn32
  136. if /i %i% == 4 set FileName=slwga.dll&& goto:fn32
  137. if /i %i% == 5 set FileName=Windows.UI.Immersive.dll&& goto:fn32

  138. call %SysPath%\regedt32.exe /s T\Activation.reg
  139. goto _end

  140. :_System64main
  141. echo.
  142. echo. Checking, LocaleName ...
  143. %RQN% | findstr /I ar-SA && %INL% SET mui=ar-SA&& goto:mui64
  144. %RQN% | findstr /I bg-BG && %INL% SET mui=bg-BG&& goto:mui64
  145. %RQN% | findstr /I cs-CZ && %INL% SET mui=cs-CZ&& goto:mui64
  146. %RQN% | findstr /I da-DK && %INL% SET mui=da-DK&& goto:mui64
  147. %RQN% | findstr /I de-DE && %INL% SET mui=de-DE&& goto:mui64
  148. %RQN% | findstr /I el-GR && %INL% SET mui=el-GR&& goto:mui64
  149. %RQN% | findstr /I en-GB && %INL% SET mui=en-GB&& goto:mui64
  150. %RQN% | findstr /I en-US && %INL% SET mui=en-US&& goto:mui64
  151. %RQN% | findstr /I es-ES && %INL% SET mui=es-ES&& goto:mui64
  152. %RQN% | findstr /I et-EE && %INL% SET mui=et-EE&& goto:mui64
  153. %RQN% | findstr /I fi-FI && %INL% SET mui=fi-FI&& goto:mui64
  154. %RQN% | findstr /I fr-FR && %INL% SET mui=fr-FR&& goto:mui64
  155. %RQN% | findstr /I he-IL && %INL% SET mui=he-IL&& goto:mui64
  156. %RQN% | findstr /I hr-HR && %INL% SET mui=hr-HR&& goto:mui64
  157. %RQN% | findstr /I hu-HU && %INL% SET mui=hu-HU&& goto:mui64
  158. %RQN% | findstr /I it-IT && %INL% SET mui=it-IT&& goto:mui64
  159. %RQN% | findstr /I ja-JP && %INL% SET mui=ja-JP&& goto:mui64
  160. %RQN% | findstr /I ko-KR && %INL% SET mui=ko-KR&& goto:mui64
  161. %RQN% | findstr /I lv-LV && %INL% SET mui=lv-LV&& goto:mui64
  162. %RQN% | findstr /I nb-NO && %INL% SET mui=nb-NO&& goto:mui64
  163. %RQN% | findstr /I nl-NL && %INL% SET mui=nl-NL&& goto:mui64
  164. %RQN% | findstr /I pl-PL && %INL% SET mui=pl-PL&& goto:mui64
  165. %RQN% | findstr /I pt-BR && %INL% SET mui=pt-BR&& goto:mui64
  166. %RQN% | findstr /I pt-PT && %INL% SET mui=pt-PT&& goto:mui64
  167. %RQN% | findstr /I ro-RO && %INL% SET mui=ro-RO&& goto:mui64
  168. %RQN% | findstr /I ru-RU && %INL% SET mui=ru-RU&& goto:mui64
  169. %RQN% | findstr /I sk-SK && %INL% SET mui=sk-SK&& goto:mui64
  170. %RQN% | findstr /I sl-SI && %INL% SET mui=sl-SI&& goto:mui64
  171. %RQN% | findstr /I sv-SE && %INL% SET mui=sv-SE&& goto:mui64
  172. %RQN% | findstr /I th-TH && %INL% SET mui=th-TH&& goto:mui64
  173. %RQN% | findstr /I tr-TR && %INL% SET mui=tr-TR&& goto:mui64
  174. %RQN% | findstr /I uk-UA && %INL% SET mui=uk-UA&& goto:mui64
  175. %RQN% | findstr /I zh-CN && %INL% SET mui=zh-CN&& goto:mui64
  176. %RQN% | findstr /I zh-HK && %INL% SET mui=zh-HK&& goto:mui64
  177. %RQN% | findstr /I zh-TW && %INL% SET mui=zh-TW&& goto:mui64
  178. goto:fail

  179. :mui64
  180. takeown /f %Temp% /r /d y >nul && icacls %Temp% /t /grant *S-1-5-32-544:F >nul
  181. if exist %Windir%\ImmersiveControlPanel takeown /f %Windir%\ImmersiveControlPanel /r /d y >nul
  182. if exist %Windir%\ImmersiveControlPanel icacls %Windir%\ImmersiveControlPanel /t /grant *S-1-5-32-544:F >nul
  183. if exist %SysPath%\%mui%\ActionCenter.dll.mui  takeown /f %SysPath%\%mui%\ActionCenter.dll.mui >nul
  184. if exist %SysPath%\%mui%\GenuineCenter.dll.mui takeown /f %SysPath%\%mui%\GenuineCenter.dll.mui >nul
  185. if exist %SysPath%\%mui%\systemcpl.dll.mui     takeown /f %SysPath%\%mui%\systemcpl.dll.mui >nul
  186. if exist %Windir%\ImmersiveControlPanel\%mui% takeown /f %Windir%\ImmersiveControlPanel\%mui% /r /d y >nul
  187. if exist %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui takeown /f %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui >nul

  188. if exist %SysPath%\%mui%\ActionCenter.dll.mui  icacls %SysPath%\%mui%\ActionCenter.dll.mui /grant *S-1-5-32-544:F >nul
  189. if exist %SysPath%\%mui%\GenuineCenter.dll.mui icacls %SysPath%\%mui%\GenuineCenter.dll.mui /grant *S-1-5-32-544:F >nul
  190. if exist %SysPath%\%mui%\systemcpl.dll.mui     icacls %SysPath%\%mui%\systemcpl.dll.mui /grant *S-1-5-32-544:F >nul
  191. if exist %Windir%\ImmersiveControlPanel\%mui% icacls %Windir%\ImmersiveControlPanel\%mui% /t /grant *S-1-5-32-544:F >nul
  192. if exist %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui icacls %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui /grant *S-1-5-32-544:F >nul

  193. if exist %SysPath%\%mui%\ActionCenter.dll.mui  ren %SysPath%\%mui%\ActionCenter.dll.mui ActionCenter.vvv >nul
  194. if exist %SysPath%\%mui%\GenuineCenter.dll.mui ren %SysPath%\%mui%\GenuineCenter.dll.mui GenuineCenter.vvv >nul
  195. if exist %SysPath%\%mui%\systemcpl.dll.mui     ren %SysPath%\%mui%\systemcpl.dll.mui systemcpl.vvv >nul
  196. if exist %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui ren %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui SystemSettings.vvv >nul

  197. echo.
  198. echo. Copying %mui% ActionCenter.dll.mui files ...
  199. 1>nul 2>nul copy /y T\mui\%mui%\ActionCenter.dll.mui %SysPath%\%mui%\ActionCenter.dll.mui && echo       status: OK
  200. IF ERRORLEVEL 1 echo       status: Error
  201. echo.
  202. echo. Copying %mui% GenuineCenter.dll.mui files ...
  203. 1>nul 2>nul copy /y T\mui\%mui%\GenuineCenter.dll.mui %SysPath%\%mui%\GenuineCenter.dll.mui && echo       status: OK
  204. IF ERRORLEVEL 1 echo       status: Error
  205. echo.
  206. echo. Copying %mui% systemcpl.dll.mui files ...
  207. 1>nul 2>nul copy /y T\mui\%mui%\systemcpl.dll.mui %SysPath%\%mui%\systemcpl.dll.mui && echo       status: OK
  208. IF ERRORLEVEL 1 echo       status: Error
  209. echo.
  210. echo. Copying %mui% SystemSettings.exe.mui files ...
  211. 1>nul 2>nul copy /y T\mui\%mui%\SystemSettings.exe.mui %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui && echo       status: OK
  212. IF ERRORLEVEL 1 echo       status: Error

  213. if not exist %SysPath%\%mui%\ActionCenter.dll.mui  ren %SysPath%\%mui%\ActionCenter.vvv ActionCenter.dll.mui >nul
  214. if not exist %SysPath%\%mui%\GenuineCenter.dll.mui ren %SysPath%\%mui%\GenuineCenter.vvv GenuineCenter.dll.mui >nul
  215. if not exist %SysPath%\%mui%\systemcpl.dll.mui     ren %SysPath%\%mui%\systemcpl.vvv systemcpl.dll.mui >nul
  216. if not exist %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.exe.mui ren %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.vvv SystemSettings.exe.mui >nul

  217. if exist %SysPath%\%mui%\ActionCenter.vvv  move %SysPath%\%mui%\ActionCenter.vvv %Temp%\%Random%.tmp >nul
  218. if exist %SysPath%\%mui%\GenuineCenter.vvv move %SysPath%\%mui%\GenuineCenter.vvv %Temp%\%Random%.tmp >nul
  219. if exist %SysPath%\%mui%\systemcpl.vvv     move %SysPath%\%mui%\systemcpl.vvv %Temp%\%Random%.tmp >nul
  220. if exist %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.vvv move %Windir%\ImmersiveControlPanel\%mui%\SystemSettings.vvv %Temp%\%Random%.tmp >nul

  221. set i=0
  222. set FileName=ActionCenterCPL.dll
  223. :fn64
  224. echo.
  225. echo. Copying %FileName% files ...
  226. echo. %SysPath%\%FileName%
  227. if exist %SysPath%\%FileName% takeown /f %SysPath%\%FileName% >nul && icacls %SysPath%\%FileName% /grant *S-1-5-32-544:F >nul
  228. if exist %SysPath%\%FileName% ren %SysPath%\%FileName% %FileName%.vvv >nul
  229. if exist %SysPath%\%FileName% >nul move %SysPath%\%FileName% %Temp%\%Random%.tmp >nul

  230. 1>nul 2>nul copy /y T\x64\%FileName% %SysPath%\%FileName% && echo       status: OK
  231. IF ERRORLEVEL 1 echo       status: Error
  232. if exist %SysPath%\%FileName%.vvv move %SysPath%\%FileName%.vvv %Temp%\%Random%.tmp >nul
  233. set /A i=i+1
  234. if /i %i% == 1 set FileName=GenuineCenter.dll&& goto:fn64
  235. if /i %i% == 2 set FileName=SLCHook.dll&& goto:fn64
  236. if /i %i% == 3 set FileName=slmgr.vbs&& goto:fn64
  237. if /i %i% == 4 set FileName=slwga.dll&& goto:fn64
  238. if /i %i% == 5 set FileName=Windows.UI.Immersive.dll&& goto:fn64

  239. call %SysPath%\regedt32.exe /s T\Activation.reg
  240. goto _end

  241. :_end
  242. echo.
  243. echo. Done, Successfully.
  244. copy /y ac.cmd "%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\ac.cmd" >nul
  245. cls
  246. call %SysPath%\shutdown.exe /t 0 /r >nul
  247. exit
复制代码
3、证明其为伪激活很简单,为系统安装最新的补丁之后激活自动失效,不信请自行测试。

最后善意提醒大家:没有经过测试的激活工具,请慎重考虑再使用。


4.更新后激活失效,出现水印
022440eoostoavtyeaoent.png

5:进该贴可实现从180天激活时间升级到永久激活!!![含WMC]
https://bbs.pcbeta.com/viewthread-1172410-1-1.html
未命名.jpg
1

查看全部评分

Rank: 9

UID
427291
帖子
4853
PB币
6372
贡献
0
技术
3
活跃
1831
39F
发表于 2012-11-18 11:27:02 IP属地天津 |只看该作者
工具激活不靠谱,还是电话或者直接联网激活的好,就是得有可以用的key。

Rank: 1

UID
1472709
帖子
19
PB币
9
贡献
0
技术
0
活跃
0
38F
发表于 2012-11-18 11:21:15 IP属地上海 |只看该作者
谢谢提醒!!!!

Rank: 5Rank: 5Rank: 5

UID
1606047
帖子
764
PB币
2028
贡献
0
技术
1
活跃
881
37F
发表于 2012-11-17 23:52:27 IP属地广西 |只看该作者
感谢分享。

Rank: 5Rank: 5Rank: 5

UID
2624005
帖子
610
PB币
153
贡献
0
技术
0
活跃
23
36F
发表于 2012-11-2 21:19:19 IP属地四川 |只看该作者
可以正常使用。

Rank: 2Rank: 2

UID
629234
帖子
405
PB币
365
贡献
0
技术
0
活跃
1588
35F
发表于 2012-11-2 13:31:29 IP属地安徽 |只看该作者
解压拨皮见真心

怀念曾经的 河蟹幫

Rank: 7Rank: 7Rank: 7

UID
292426
帖子
1454
PB币
4415
贡献
0
技术
0
活跃
188
34F
发表于 2012-11-2 13:30:20 IP属地北京 |只看该作者
再一次膜拜下技术性人才

Rank: 2Rank: 2

UID
690772
帖子
180
PB币
279
贡献
0
技术
0
活跃
74
33F
发表于 2012-11-2 12:33:02 IP属地未知 |只看该作者
还是WMC激活比较靠谱一点

Rank: 2Rank: 2

UID
3154787
帖子
187
PB币
2076
贡献
0
技术
0
活跃
47
32F
发表于 2012-11-2 12:20:41 IP属地台湾 |只看该作者
偶也是,假激活受害人阿

Rank: 9

UID
1958594
帖子
1465
PB币
992
贡献
0
技术
0
活跃
20

荣誉会员 8周年庆典勋章

31F
发表于 2012-11-2 11:35:05 IP属地江西 来自手机 |只看该作者
假激活害人,还是kms吧

Rank: 1

UID
931174
帖子
32
PB币
159
贡献
0
技术
0
活跃
76
30F
发表于 2012-11-2 11:33:31 IP属地陕西 |只看该作者
本帖最后由 littlewise 于 2012-11-2 12:27 编辑
jzl532 发表于 2012-10-30 10:58
进该贴有图你应该看得懂https://bbs.pcbeta.com/forum.php?mod=viewthread&tid=1172410&page=5#pid3047136 ...

奇怪了,我使用该工具激活,更新后,激活仍然有效,个性化仍然可以修改。win8 企业版,正在继续测试中……稍后继续反馈。

测试结果:此激活确实存在更新后水印重现的情况,但是个性化可以修改。

Rank: 1

UID
931174
帖子
32
PB币
159
贡献
0
技术
0
活跃
76
29F
发表于 2012-11-2 11:29:33 IP属地陕西 |只看该作者
yonsen 发表于 2012-10-30 09:53
但是我昨晚也使用该软件激活win8.而且我升级了,没有回到原来的。还是显示激活成功。我晚上回去再看看

情况相同,激活仍然有效。

Rank: 1

UID
917606
帖子
120
PB币
0
贡献
0
技术
0
活跃
259
28F
发表于 2012-11-1 21:35:57 IP属地广东 |只看该作者
持怀疑态度,支持楼主质疑

Rank: 7Rank: 7Rank: 7

UID
114520
帖子
982
PB币
1799
贡献
0
技术
0
活跃
201
27F
发表于 2012-11-1 21:34:17 IP属地广东 |只看该作者
楼主是好人,顶起让更多人看到
头像被屏蔽

Rank: 5Rank: 5Rank: 5

UID
2485187
帖子
428
PB币
0
贡献
0
技术
2
活跃
177

I'm Windows Phone用户

26F
发表于 2012-11-1 21:30:00 IP属地广东 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

Rank: 2Rank: 2

UID
2725785
帖子
343
PB币
6292
贡献
0
技术
2
活跃
5
25F
发表于 2012-11-1 21:21:10 IP属地湖南 |只看该作者
winxpzzg 发表于 2012-10-30 12:02
嗯,很有说服力…………我就用此法激活的但应用商店下载的软件只能用12小时就不能用了!假激活害人阿,痛恨 ...

帖子在水里泡了几天了!

Rank: 11Rank: 11Rank: 11

UID
1541991
帖子
10859
PB币
27087
贡献
0
技术
280
活跃
8282

Win10先驱者

24F
发表于 2012-10-30 12:02:48 IP属地湖南 |只看该作者
嗯,很有说服力…………我就用此法激活的但应用商店下载的软件只能用12小时就不能用了!假激活害人阿,痛恨这些骗 人的…………

Rank: 1

UID
3132373
帖子
67
PB币
16
贡献
0
技术
0
活跃
79
23F
发表于 2012-10-30 11:56:01 IP属地山东 |只看该作者
不错,可以试试

Rank: 7Rank: 7Rank: 7

UID
2546322
帖子
2201
PB币
3012
贡献
0
技术
2
活跃
17
22F
发表于 2012-10-30 11:14:19 IP属地天津 |只看该作者
多谢提醒呀

Rank: 5Rank: 5Rank: 5

UID
2456
帖子
686
PB币
2370
贡献
0
技术
0
活跃
1144

我是大学生! I'm Windows Phone用户 7周年庆典勋章

21F
发表于 2012-10-30 11:11:26 IP属地广东 |只看该作者
只要是破解性质的激活工具都有风险。除非你自己知道原理,否则可能会变成黑客的利用对象。
回顶部
Copyright (C) 2005-2024 pcbeta.com, All rights reserved
Powered by Discuz!  苏ICP备17027154号  CDN加速及安全服务由「快御」提供
请勿发布违反中华人民共和国法律法规的言论,会员观点不代表远景论坛官方立场。
远景在线 | 远景论坛 | 苹果论坛 | Win11论坛 | Win10论坛 | Win8论坛 | Win7论坛 | WP论坛 | Office论坛