Reword some sentences

This commit is contained in:
WindowsAddict 2024-09-01 02:39:12 +05:30
parent 2443e1e471
commit 00e81be52f
7 changed files with 33 additions and 33 deletions

View file

@ -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]
)