開機更新桌面主題的批處理代碼
更新時間:2008年05月20日 23:07:43 作者:
更新桌面主題的批處理代碼
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
相關(guān)文章
批處理萬年歷實現(xiàn)代碼(包括農(nóng)歷日期)
這篇文章主要介紹了批處理萬年歷實現(xiàn)代碼(包括農(nóng)歷日期),月歷查詢工具 最初發(fā)表于CN-DOS,輸出數(shù)字排序有問題大家可以自行修復(fù)一下2020-06-06CALL命令無法在PowerShell中使用的原因及解決方法
在 PowerShell 終端中使用 CALL 命令時報錯,無法將“CALL”項識別為 cmdlet、函數(shù)、腳本文件或可運行程序的名稱,接下來通過本文給大家講解CALL命令無法在PowerShell中使用的解決方法,需要的朋友可以參考下2022-11-11用批處理一鍵安裝兩種擴展名的Windows系統(tǒng)補丁
每次安裝好操作系統(tǒng)后花費時間最長的就是下載補丁安裝補丁了,面介紹一種針對這兩種擴展名的系統(tǒng)補丁快速安裝的辦法,需要的朋友可以參考下2014-01-01讓bat批處理以管理員權(quán)限運行的實現(xiàn)方法
這篇文章主要介紹了讓bat批處理以管理員權(quán)限運行的實現(xiàn)方法,需要的朋友可以參考下2020-08-08