summaryrefslogtreecommitdiff
path: root/MAS/Separate-Files-Version/Troubleshoot.cmd
diff options
context:
space:
mode:
authorWindowsAddict <[email protected]>2024-09-01 02:50:49 +0530
committerWindowsAddict <[email protected]>2024-09-01 02:50:49 +0530
commitfd8b81411c14e08ba302f893fcc318a1318129fc (patch)
tree378589d01267b46647a887bc3bad60f533e72cab /MAS/Separate-Files-Version/Troubleshoot.cmd
parent213bc50b4915baa4578c9501def2c3f1b27f849b (diff)
downloadMicrosoft-Activation-Scripts-fd8b81411c14e08ba302f893fcc318a1318129fc.zip
Reword the restart line
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 7a27c66..a370876 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 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]
)