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