echo off
set 主题路径=" "
echo Windows Registry Editor Version 5.00 >%temp%\theme.dll
echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager] %temp%\theme.dll
echo "WCreatedUser"="1" %temp%\theme.dll
echo "ThemeActive"="1" %temp%\theme.dll
echo "LoadedBefore"="1" %temp%\theme.dll
echo "LastUserLangID"="2052" %temp%\theme.dll
echo "DllName"=%主题路径% %temp%\theme.dll
echo "ColorName"="NormalColor" %temp%\theme.dll
echo "SizeName"="NormalSize" %temp%\theme.dll
regedit /s %temp%\theme.dll
net stop Themes
net start themes
set 主题路径=" "
echo Windows Registry Editor Version 5.00 >%temp%\theme.dll
echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager] %temp%\theme.dll
echo "WCreatedUser"="1" %temp%\theme.dll
echo "ThemeActive"="1" %temp%\theme.dll
echo "LoadedBefore"="1" %temp%\theme.dll
echo "LastUserLangID"="2052" %temp%\theme.dll
echo "DllName"=%主题路径% %temp%\theme.dll
echo "ColorName"="NormalColor" %temp%\theme.dll
echo "SizeName"="NormalSize" %temp%\theme.dll
regedit /s %temp%\theme.dll
net stop Themes
net start themes
标签:
开机更新,桌面主题,批处理
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
内蒙古资源网 Copyright www.nmgbbs.com
暂无“开机更新桌面主题的批处理代码”评论...