破解微软对在XPSP2无法使用TablePC的energyblue主题的限制

来源:百度文库 编辑:神马文学网 时间:2024/04/25 21:53:05

下面我们就来写个批处理文件.
(1)首先打开记事本,,为免输错请直接复制以下内容:

@echo off
If {%1}=={} @echo Syntax: EnergyBlue DownloadFolder&goto :EOF
if not exist %1 @echo EnergyBlue %1 not found.&goto :EOF
setlocal
set xfold=%~1#
set xfold=%xfold:\#=%
set xfold=%xfold:#=%
pushd "%xfold%"
if not exist WindowsXP-TabletPC-EnergyBlueTheme-x86-ENU.exe @echo WindowsXP-TabletPC-EnergyBlueTheme-x86-ENU.exe does NOT exist in "%xfold%"&endlocal&goto :EOF
WindowsXP-TabletPC-EnergyBlueTheme-x86-ENU.exe /U /X:"%TEMP%"
popd
MD %SystemRoot%\resources\themes\royale\shell\homestead
MD %SystemRoot%\resources\themes\royale\shell\metallic
MD %SystemRoot%\resources\themes\royale\shell\normalcolor
MD %SystemRoot%\resources\themes\royale\shell\royale
MD %SystemRoot%\resources\themes\royale\wallpaper
copy "%TEMP%\royale.theme" %SystemRoot%\resources\themes\*.*
copy "%TEMP%\royale.msstyles" %SystemRoot%\resources\themes\royale\*.*
copy "%TEMP%\shellstyle.dll" %SystemRoot%\resources\themes\royale\shell\homestead\*.*
copy "%TEMP%\shellstyle.dll" %SystemRoot%\resources\themes\royale\shell\metallic\*.*
copy "%TEMP%\shellstyle.dll" %SystemRoot%\resources\themes\royale\shell\normalcolor\*.*
copy "%TEMP%\shellstyle.dll" %SystemRoot%\resources\themes\royale\shell\royale\*.*
copy "%TEMP%\energybliss.jpg" %SystemRoot%\resources\themes\royale\wallpaper\*.*
endlocal

然后另存为energyblue.bat ,将它放在C:/download目录下.

(2)然后下载这个http://download.microsoft.com/download/5/2/9/5295fa0c-575a-4ee6-b186-0a8cf7ddfde6/WindowsXP-TabletPC-EnergyBlueTheme-x86-ENU.exe微软发布的energyblue theme主题.下载后将它解压.切记将解压出来的WindowsXP-TabletPC-EnergyBlueTheme-x86-ENU.exe放在C:/download,也就是和energyblue.bat同目录下.

(3)接着需要用到dos了.
开始---运行,输入cmd回车确定后进入DOS状态.
在提示符后输入
cd\download (注意是反斜杆)回车进入C:/download目录
接着再输入
energyblue c:/download(注意energyblue与c:/download之间有个半角的空格)回车,一会你会看到复制了几个文件的界面.表示高主题已经安装成功了.

(4)然后切换到桌面---右键--属性---在主题一项已经多了一个energyblue的选项.HOHO!