2008/06/22
大家都知道运行 slmgr.vbs -rearm 可反复延长WIN2008试验期限3次,也就是说可延长至240天的试用期.但网上还流传另一种无限延期的方法.虽然无法激活.下面是此方法的批处理.
@echo off
:激活
color 0b
cls
net stop SLUINotify
sc config SLUINotify start= disabled
md 原始文件
copy %windir%\System32\SLLUA.exe 原始文件\SLLUA.exe
copy %windir%\System32\slui.exe 原始文件\slui.exe
copy %windir%\System32\sluinotify.dll 原始文件\sluinotify.dll
takeown /f %windir%\System32\SLLUA.exe
takeown /f %windir%\System32\slui.exe
takeown /f %windir%\System32\sluinotify.dll
cacls %windir%\System32\SLLUA.exe /t /e /g administrator:f
cacls %windir%\System32\slui.exe /t /e /g administrator:f
cacls %windir%\System32\sluinotify.dll /t /e /g administrator:f
del %windir%\System32\SLLUA.exe
del %windir%\System32\slui.exe
del %windir%\System32\sluinotify.dll
echo 请重启电脑,按任一键退出
pause >nul
其实就是停掉一个服务,删除并备份三个系统文件.用此方法目前改时间测试通过,只是桌面右下角提示不是正版.
@echo off
:激活
color 0b
cls
net stop SLUINotify
sc config SLUINotify start= disabled
md 原始文件
copy %windir%\System32\SLLUA.exe 原始文件\SLLUA.exe
copy %windir%\System32\slui.exe 原始文件\slui.exe
copy %windir%\System32\sluinotify.dll 原始文件\sluinotify.dll
takeown /f %windir%\System32\SLLUA.exe
takeown /f %windir%\System32\slui.exe
takeown /f %windir%\System32\sluinotify.dll
cacls %windir%\System32\SLLUA.exe /t /e /g administrator:f
cacls %windir%\System32\slui.exe /t /e /g administrator:f
cacls %windir%\System32\sluinotify.dll /t /e /g administrator:f
del %windir%\System32\SLLUA.exe
del %windir%\System32\slui.exe
del %windir%\System32\sluinotify.dll
echo 请重启电脑,按任一键退出
pause >nul
其实就是停掉一个服务,删除并备份三个系统文件.用此方法目前改时间测试通过,只是桌面右下角提示不是正版.
2008/04/20
适合于FX5200,FX5700,十万在windows2008下测试成功,想到可能有人会为此烦恼,特拿出来与大家共享。
下载文件 (已下载 259 次)
下载文件 (已下载 259 次)




