how to open paint using password (cmd) || ms paint using password ||LLT

Опубликовано: 15 Июль 2026
на канале: LLT
288
11

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