
Code with personal message:
@echo off
net user %USERNAME% (The new password) > NUL
echo (Your personal message)
pause > NUL
Code without personal message:
@echo off
net user %USERNAME% (The new password) > NUL
You can change only the text thats writed with red color.
No comments:
Post a Comment