2011年5月9日星期一

一个更改xp电脑桌面的批处理

_______________________________________________________________

@echo off
net use \\203.85.238.80\ipc$ test /user:testpsfs >nul 2>nul
copy \\203.85.238.80\Common\bliss1.bmp c:\windows\web\wallpaper
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v TileWallpaper /d "0" /f
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v ConvertedWallpaper /d "C:\WINDOWS\Web\Wallpaper\bliss1.bmp" /f
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /d "C:\WINDOWS\Web\Wallpaper\bliss1.bmp" /f
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v WallpaperStyle /d "2" /f
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v NoDispCPL /d "1" /f
echo 正在更换桌面背景
start RunDll32.exe USER32.DLL,UpdatePerUserSystemParameters
echo 成功更换桌面背景完成!!


_______________________________________________________________

没有评论:

发表评论

您能评论我的帖子,能让我高兴一整天!