echo off
cls
color e
echo %username% adli oturumun sifresini deyistirmek istiyotmusunuz? (E/H)
set/p "sor=>"
if %sor%==E goto PLAY
if %sor%==e goto PLAY
if %sor%==H goto End
if %sor%==h goto End
:PLAY
cls
color a
echo islem gerceklesiyor...
@timeout /t 3 /nobreak>nul
cls
color b
echo Lutfen yeni sifre olusturun!
set/p "sifre=>"
:islem
cls
net user %username% %sifre%
echo islem basarili iyigunler %username% :D
@timeout /t 3 /nobreak>nul
:End
cls
color c
echo isleminiz iptal edildi!
@timeout /t 2 /nobreak>nul
BAT komutları ile admin şifre deyiştirme
0
Ekim 04, 2019