mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-05-12 22:26:14 -04:00
Reword the restart line
This commit is contained in:
parent
213bc50b49
commit
fd8b81411c
7 changed files with 23 additions and 23 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue