poner tu nombre al lado del reloj .bat

Iniciado por Darioxhcx, 9 Septiembre 2008, 16:28 PM

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

Darioxhcx

taba sin internet el finde semana csm u.u

y salio esto xD
Código (dos) [Seleccionar]

@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
msg * Si no esta el nombre en la barra de herramientas.. es necesario reiniciar
set /p xD=desea reiniciar [y/n]..
if %xD%==%xD% goto %xD%
:y
shutdown -r -t 05 -c "By Darioxhcx" & GoTo :EoF
:n
msg * buee matate keres xD (?

keda asi


Saludos

aaronduran2

En vez de reiniciar, se podría cerrar el proceso explorer.exe y luego volver a ejecutarlo. Los cambios se muestran igual.

Saludos.