• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    开机更新桌面主题的批处理代码
    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
    上一篇:不错的批处理脚本实例代码 第二部分
    下一篇:非常好的for 教程, 当时我就是看这个学习for 的第1/2页
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    开机更新桌面主题的批处理代码 开机,更新,桌面,主,题的,