|
说的这么明白你也不清楚啊我晕。
:@echo 六、破解主题、使用AeroGlass 、添加新版壁纸
:@echo y|takeown /f "Win10x64\Windows\System32\themeui.dll">nul
:@echo y|icacls "Win10x64\Windows\System32\themeui.dll" /grant administrators:f>nul
:if not exist "Win10x64\Windows\System32\themeui.dll.backup" (
:ren "Win10x64\Windows\System32\themeui.dll" "themeui.dll.backup">nul
:)
:@echo y|takeown /f "Win10x64\Windows\System32\uxinit.dll">nul
:@echo y|icacls "Win10x64\Windows\System32\uxinit.dll" /grant administrators:f>nul
:if not exist "Win10x64\Windows\System32\uxinit.dll.backup" (
:ren "Win10x64\Windows\System32\uxinit.dll" "uxinit.dll.backup">nul
:)
:@echo y|takeown /f "Win10x64\Windows\Web" /r>nul
:@echo y|icacls "Win10x64\Windows\Web" /t /grant administrators:f>nul
:copy /y "ThemePatcher\x64\*.dll" "Win10x64\Windows\System32\">nul
:xcopy /e/y/i "Aero Glass 10" "Win10x64\Windows\Resources\Themes\">nul
:xcopy /e/y/i "Web" "Win10x64\Windows\Web\">nul
:regedit /s "MountReg\AeroGlass10.reg" |
|