Skip to content

Commit

Permalink
Installer & Driver Downloader: Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
RedGreenBlue09 committed Feb 25, 2024
1 parent a2fcef1 commit 06cc232
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions Driver Downloader.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ goto :EOF
::------------------------------------------------------------------
:Download

if not exist Temp\ md Temp\

if exist "Drivers\%ModelDir%\" (
echo Removing old drivers ...
rd /s /q "Drivers\%ModelDir%\"
Expand Down
14 changes: 7 additions & 7 deletions Installer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -674,20 +674,20 @@ pause
cls
call :PrintLabel
echo %ESC%[92mWindows 10 ARM has been installed on your phone.%ESC%[0m
echo %ESC%[0m- Now, reboot your phone.%ESC%[0m
echo %ESC%[97m- Now, reboot your phone.%ESC%[0m

if /i "%Dualboot%" EQU "Y" (
if %HasCameraBtn% EQU 1 (
echo %ESC%[0m- At the boot menu, press volume up / down to move selection %ESC%[0m
echo %ESC%[0m then press the camera key to select.%ESC%[0m
echo %ESC%[97m- At the boot menu, press volume up / down to move selection %ESC%[0m
echo %ESC%[97m then press the camera key to select.%ESC%[0m
) else (
echo %ESC%[0m- At the boot menu, press volume up to boot into Windows 10 ARM. %ESC%[0m
echo %ESC%[97m- At the boot menu, press volume up to boot into Windows 10 ARM. %ESC%[0m
)
)

echo %ESC%[0m- Boot and setup Windows 10 (may reboot several times).%ESC%[0m
echo %ESC%[0m- After getting to the desktop, run "PostInstall.cmd" in the system drive%ESC%[0m
echo %ESC%[0m as administrator to finish installation.%ESC%[0m
echo %ESC%[97m- Boot and setup Windows 10 (may reboot several times).%ESC%[0m
echo %ESC%[97m- After getting to the desktop, run "PostInstall.cmd" in the system drive%ESC%[0m
echo %ESC%[97m as administrator to finish installation.%ESC%[0m
echo.
pause
exit /b

0 comments on commit 06cc232

Please sign in to comment.