mirror of
https://github.com/massgravel/Microsoft-Activation-Scripts.git
synced 2025-05-29 14:35:24 -04:00
Reword the restart line
This commit is contained in:
parent
213bc50b49
commit
fd8b81411c
7 changed files with 23 additions and 23 deletions
|
@ -547,7 +547,7 @@ echo Deleting a Volatile ^& Protected Registry Key...
|
|||
echo [%RegKey%]
|
||||
reg query "%RegKey%" %nul% && (
|
||||
call :dk_color %Red% "[Failed]"
|
||||
echo Restart your system using restart button, that will delete this registry key automatically.
|
||||
echo Reboot your machine using the restart option, that will delete this registry key automatically.
|
||||
) || (
|
||||
echo [Successful]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue