arkadaşalr bu kod hata verdı
@echo off
REM ===== FULL OTOMATIK KURULUM =====
REM Programlar
cd /d %WINDIR%\Setup\Scripts\Programs
chrome.exe /silent /install
winrar.exe /S
REM Office (OFFLINE)
cd /d %WINDIR%\Setup\Scripts\Office
setup.exe /configure config.xml
REM Driver
pnputil /add-driver %WINDIR%\Drivers\*.inf /subdirs /install
REM Sistem ayarlari
powercfg -h off
exit
Sistem belirtilen yolu bulamıyor.
'chrome.exe' is not recognized as an internal or external command,
operable program or batch file.
'winrar.exe' is not recognized as an internal or external command,
operable program or batch file.
Sistem belirtilen yolu bulamıyor.
'setup.exe' is not recognized as an internal or external command,
operable program or batch file.
Microsoft PnP Utility
Failed to add driver package: Missing or invalid driver package specified.
Total driver packages: 0
Added driver packages: 0
This command requires administrator privileges and must be executed from an elevated command prompt.
Press any key to continue . . .
abi kod hata verdı
@echo off
REM ===== FULL OTOMATIK KURULUM =====
REM Programlar
cd /d %WINDIR%\Setup\Scripts\Programs
chrome.exe /silent /install
winrar.exe /S
REM Office (OFFLINE)
cd /d %WINDIR%\Setup\Scripts\Office
setup.exe /configure config.xml
REM Driver
pnputil /add-driver %WINDIR%\Drivers\*.inf /subdirs /install
REM Sistem ayarlari
powercfg -h off
exit
Sistem belirtilen yolu bulamıyor.
'chrome.exe' is not recognized as an internal or external command,
operable program or batch file.
'winrar.exe' is not recognized as an internal or external command,
operable program or batch file.
Sistem belirtilen yolu bulamıyor.
'setup.exe' is not recognized as an internal or external command,
operable program or batch file.
Microsoft PnP Utility
Failed to add driver package: Missing or invalid driver package specified.
Total driver packages: 0
Added driver packages: 0
This command requires administrator privileges and must be executed from an elevated command prompt.
Press any key to continue . . .
abi kod hata verdı