PC TIPS AND TRICKS

αℓℓ αяє ωєℓ¢σмє тσ συя ѕιтє:
נσιη υѕ αη∂ Ⴣαιℓє συя ѕєяνι¢єѕ
lyk us on fb to get updaed:

How To Create Password Generator Using Command Prompt

How To Create Password Generator Using Command Prompt
How To Create Password Generator Using Command Prompt

1. Click on start -> run -> notepad.
2. Copy the below code in to notepad.

@echo off
:a
echo Here are 3 random passwords
echo %random%, %random%, %random%
pause
cls
goto a
3. Now save the notepad as Generator.bat.
Note: Save the file by clicking on File Type-> All Files.
4. There fore password generator is created.

It only generates 3 passwords at at time.
copyrightedPCTT ---sitemap