selamün aleyküm bu kod çalışıyormu test edermsiiniz windows 10 da rica etsem
@echo off
net accounts /maxpwage:unlimited
start /wait %WINDIR%\Setup\Scripts\Ninite.exe
start /wait %WINDIR%\Setup\Scripts\1.bat
start /wait %WINDIR%\Setup\Scripts\2.bat
rd /q /s "%WINDIR%\Setup\Scripts"
cd /d "%SystemRoot%\Setup\"
if exist "%SystemRoot%\Setup\Scripts\" @RD /S /Q "%SystemRoot%\Setup\Scripts\"
exit /b
baksanız kodu test edebilirmsiiniz
@echo off
net accounts /maxpwage:unlimited
start /wait %WINDIR%\Setup\Scripts\Ninite.exe
start /wait %WINDIR%\Setup\Scripts\1.bat
start /wait %WINDIR%\Setup\Scripts\2.bat
rd /q /s "%WINDIR%\Setup\Scripts"
cd /d "%SystemRoot%\Setup\"
if exist "%SystemRoot%\Setup\Scripts\" @RD /S /Q "%SystemRoot%\Setup\Scripts\"
exit /b
baksanız kodu test edebilirmsiiniz