Reword some sentences

This commit is contained in:
WindowsAddict 2024-09-01 02:39:12 +05:30
parent 2443e1e471
commit 00e81be52f
7 changed files with 33 additions and 33 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 and try again.
echo Restart your system using restart button and try again.
set preperror=1
exit /b
)