. Con la tecnología de Blogger.

miércoles, 21 de julio de 2010

Pone Tu Nombre Al Lado Del Reloj [Windows]

este codigo lo habia hecho  hace tiempo , pero no lo psue aca , igual maneras hai muchas
sirve mas para win XP , con WIn7 y win Vista no lo probe , pero tal ves tmb funcione

@echo off
mode con lines=10
mode con cols=33
title ..:: Created By Darioxhcx ::..
echo escribi el nombre..
set /p var=
reg add "HKEY_CURRENT_USER\Control Panel\International" /v s1159 /t REG_SZ /d %var% /f
reg add "HKEY_CURRENT_USER\Control Panel\International" /v s2359 /t REG_SZ /d %var% /f
reg add "HKEY_CURRENT_USER\Control Panel\International" /v sTimeFormat /t REG_SZ /d "HH:mm:ss tt" /f
reg add "HKEY_USERS\.DEFAULT\Control Panel\International" /v s1159 /t REG_SZ /d %var% /f
reg add "HKEY_USERS\.DEFAULT\Control Panel\International" /v s2359 /t REG_SZ /d %var% /f
reg add "HKEY_USERS\.DEFAULT\Control Panel\International" /v sTimeFormat /t REG_SZ /d "HH:mm:ss tt" /f
cls
echo Si no esta el nombre en la barra de herramientas.. es necesario reiniciar o cerrar y ejecutar el explorer.exe
pause

echo 1 reiniciar la pc
echo 2 cerrar y ejecutar explorer.exe
echo 3 salir
set /p xD=que deseais tio :
if %xD%==%xD% goto %xD%
:1
shutdown -r -t 05 -c "By Darioxhcx" & GoTo :EoF
:2
taskkill /im explorer.exe && start explorer.exe
:3
exit
asdasd quedandonos asi
saludos

0 comentarios: