Reword the restart line

This commit is contained in:
WindowsAddict 2024-09-01 02:50:49 +05:30
parent 213bc50b49
commit fd8b81411c
7 changed files with 23 additions and 23 deletions

View file

@ -700,7 +700,7 @@ for /f %%a in ('%psc% "(Get-Date).ToString('yyyyMMdd-HHmmssfff')"') do set _time
sc query TrustedInstaller | find /i "RUNNING" %nul% && (
%eline%
echo Failed to stop the TrustedInstaller service.
echo Restart your system using restart button and try again.
echo Reboot your machine using the restart option and try again.
set preperror=1
exit /b
)