summaryrefslogtreecommitdiff
path: root/MAS/Separate-Files-Version/Troubleshoot.cmd
diff options
context:
space:
mode:
authorWindowsAddict2024-08-31 21:09:12 +0000
committerWindowsAddict2024-08-31 21:09:12 +0000
commit00e81be52f4acc3a5e12be1e247797fa610108f9 (patch)
tree8cd89cad37f0d4dd123bbe7f74e190c1c4e34d9e /MAS/Separate-Files-Version/Troubleshoot.cmd
parent2443e1e4713c0c8d9f2a5bf473f66bcc17c74309 (diff)
downloadMicrosoft-Activation-Scripts-00e81be52f4acc3a5e12be1e247797fa610108f9.zip
Reword some sentences
Diffstat (limited to 'MAS/Separate-Files-Version/Troubleshoot.cmd')
-rw-r--r--MAS/Separate-Files-Version/Troubleshoot.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAS/Separate-Files-Version/Troubleshoot.cmd b/MAS/Separate-Files-Version/Troubleshoot.cmd
index ae67278..7a27c66 100644
--- a/MAS/Separate-Files-Version/Troubleshoot.cmd
+++ b/MAS/Separate-Files-Version/Troubleshoot.cmd
@@ -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, that will delete this registry key automatically.
+echo Restart your system using restart button, that will delete this registry key automatically.
) || (
echo [Successful]
)