|
  
|
1#
发表于 2007-5-7 06:02 PM
| 只看该作者
用user32.dll的函数- @echo off
- color 0a
- set regadd=reg add "HKEY_CURRENT_USER\Control Panel\Desktop
- %regadd%" /v TileWallpaper /d "0" /f
- %regadd%" /v Wallpaper /d "%cd%Desktop.bmp" /f
- %regadd%" /v WallpaperStyle /d "2" /f
- RunDll32.exe USER32.DLL,UpdatePerUserSystemParameters
- exit
复制代码 |
感谢Baidu,Google,Dreams8给我这次机会!
还要感谢我的爸爸妈妈!
HOHO |
|