1
0
mirror of https://github.com/massgravel/Microsoft-Activation-Scripts.git synced 2025-07-05 01:11:19 +01:00

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
)