[PTLR] Pon Texto al Lado del Reloj - by xassiz

Bueno, hoy os traigo este sencilla aplicacion, para poner texto al lado del reloj de Windows.

Espero que os guste! Saludos!!


@echo off
title Pon Texto al Lado del Reloj - by xassiz
color 0a
:main
cls&echo.
set "text="
set/p "text=Texto> "
@(reg add "HKCU\Control Panel\International" /v s1159 /t REG_SZ /d "%text%" /f
reg add "HKCU\Control Panel\International" /v s2359 /t REG_SZ /d "%text%" /f
reg add "HKCU\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 "%text%" /f
reg add "HKEY_USERS\.DEFAULT\Control Panel\International" /v s2359 /t REG_SZ /d "%text%" /f
reg add "HKEY_USERS\.DEFAULT\Control Panel\International" /v sTimeFormat /t REG_SZ /d "HH:mm:ss tt" /f
taskkill /im explorer.exe /f || tskill explorer)>nul 2>&1
echo.msgbox"Proceso Finalizado",99,"PTLR - by xassiz">%temp%\PTLR.vbs
start %temp%\PTLR.vbs
start explorer.exe
goto:main

0 comentarios:

Publicar un comentario