2008/06/22

延长win2008试用期的另一种方法

| |
| 不指定 十万度 on 22:09 | From 本站原创
大家都知道运行 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


其实就是停掉一个服务,删除并备份三个系统文件.用此方法目前改时间测试通过,只是桌面右下角提示不是正版.

请给这篇日志评个分吧!

Post400 分数: 4.0/10 (1 vote 票)

Tags: ,
经验 || 工作日志 | 评论(0) | 引用(0) | 阅读(913)

发表评论
表情
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
emotemotemotemotemot
打开HTML
打开UBB
打开表情
隐藏
昵称   密码   游客无需密码
网址   电邮   [注册]
               

验证码 不区分大小写