programa batch para cambiar fondo y screensaver

Iniciado por Kalister, 6 Julio 2010, 00:47 AM

0 Miembros y 1 Visitante están viendo este tema.

Kalister

hola, buscando en foros encontre estos codigos:
@echo off
call :quiet>nul 2>&1
goto :EOF
:quiet
:: Configure Wallpaper
REG ADD "HKCU\Control Panel\Desktop" /V Wallpaper /T REG_SZ /F /D "%SystemRoot%\wallpaper.bmp"
REG ADD "HKCU\Control Panel\Desktop" /V WallpaperStyle /T REG_SZ /F /D 0
REG ADD "HKCU\Control Panel\Desktop" /V TileWallpaper /T REG_SZ /F /D 2
:: Configure the screen saber.
REG ADD "HKCU\Control Panel\Desktop" /V SCRNSAVE.EXE /T REG_SZ /F /D "%SystemRoot%\System32\screensaver.scr"
REG ADD "HKCU\Control Panel\Desktop" /V ScreenSaveActive /T REG_SZ /F /D 1
:: Set the time out to 900 seconds (15 minutes).
REG ADD "HKCU\Control Panel\Desktop" /V ScreenSaveTimeOut /T REG_SZ /F /D 900
:: Set the On resume, password protect box
REG ADD "HKCU\Control Panel\Desktop" /V ScreenSaverIsSecure /T REG_SZ /F /D 1
:: Remove the user's ability to see the Screen saber, background, and appearance tabs of Display Properties.
rem REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /V NoDispScrSavPage /T REG_DWORD /F /D 1
rem REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /V NoDispBackgroundPage /T REG_DWORD /F /D 1
rem REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /V NoDispAppearancePage /T REG_DWORD /F /D 1
:: Make the changes effective immediately
%SystemRoot%\System32\RUNDLL32.EXE user32.dll, UpdatePerUserSystemParameters


Pero hay un problema,modifique el wall e inicie esos codigos y el fondo de escritorio continuo en color, osea sin imagen
¿como puedo corregir esto?
" Gissel why I forget how to love you if everyday I think about you

flony

#1
CitarREG ADD "HKCU\Control Panel\Desktop" /V Wallpaper /T REG_SZ /F /D "%SystemRoot%\wallpaper.bmp"
en la parte de
Citarwallpaper.bmp
y cambiando esa parte por la fotito tuya?...probaste?
Citartufoto.bmp
edito
y en la`parte de
CitarREG ADD "HKCU\Control Panel\Desktop" /V SCRNSAVE.EXE /T REG_SZ /F /D "%SystemRoot%\System32\screensaver.scr"
poner el tuyo en
Citarscreensaver.scr
y respeta las comillas tanto del .bmp y del .scr
si un problema no tiene solucion entonces no es un problema...es algo inevitable

Kalister

CLaro que si .. no soy tan novato, guarde la image en %systemroot% pero creo que ya se cual es el problema..
mas tarde veo como me resultò
" Gissel why I forget how to love you if everyday I think about you