开机更新桌面主题的批处理代码
程序员文章站
2022-06-23 18:28:15
echo off set 主题路径=" " echo windows registry editor ...
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
下一篇: 服务器常用批处理代码 原创
推荐阅读
-
PHP运行SVN命令显示某用户的文件更新记录的代码
-
一段实时更新的时间代码
-
JavaScript实现实时更新系统时间的实例代码
-
笔记本开机进不去系统 错误代码0xc000000f的解决办法
-
前端工程师通过nodejs链接linux,并上传代码进行半自动化更新,省去ssh+ftp的链接工具-前端黑科技-SegmentFault思否
-
用mysql触发器自动更新memcache的实现代码
-
Win7系统开机启动蓝屏出现0x00000069错误代码的原因及解决方法
-
Win10 Mobile预览版14955升级更新错误代码80242006的解决办法
-
关于代码阅读问题的小技巧 脚本之家原创(适合所有网站)不定时更新
-
英伟达显卡更新新版本后开机卡在欢迎界面或黑屏的原因以及解决办法