Hello friends
In this video you can learn how to open paint in just type password
in the cmd windows and open paint
it is very amazing trick to open the paint with different style
code:
@echo off
cls
:password
set input=
set /p input=password(input then press enter ):
if %input%==paint(this is password you can choose any type of password) goto yes
if not %input%== paint goto no
:yes
start mspaint
exit
:no
echo incorrect password
pause
goto password
LLT
lets learn together