Reword again
This commit is contained in:
parent
fd8b81411c
commit
08443039aa
|
@ -2441,7 +2441,7 @@ call :dk_color %Red% "Failed to uninstall Ohook activation."
|
||||||
call :oh_checkapps
|
call :oh_checkapps
|
||||||
if defined checknames (
|
if defined checknames (
|
||||||
call :dk_color %Blue% "Close [!checknames!] and try again."
|
call :dk_color %Blue% "Close [!checknames!] and try again."
|
||||||
call :dk_color %Blue% "If it is still not fixed, then Reboot your machine using the restart option and try again."
|
call :dk_color %Blue% "If it is still not fixed, reboot your machine using the restart option and try again."
|
||||||
) else (
|
) else (
|
||||||
call :dk_color %Blue% "Reboot your machine using the restart option and try again."
|
call :dk_color %Blue% "Reboot your machine using the restart option and try again."
|
||||||
)
|
)
|
||||||
|
@ -2631,7 +2631,7 @@ echo:
|
||||||
call :oh_checkapps
|
call :oh_checkapps
|
||||||
if defined checknames (
|
if defined checknames (
|
||||||
call :dk_color %Blue% "Close [!checknames!] and try again."
|
call :dk_color %Blue% "Close [!checknames!] and try again."
|
||||||
call :dk_color %Blue% "If it is still not fixed, then Reboot your machine using the restart option and try again."
|
call :dk_color %Blue% "If it is still not fixed, reboot your machine using the restart option and try again."
|
||||||
) else (
|
) else (
|
||||||
if /i not "%ierror%"=="Copy" call :dk_color %Blue% "Reboot your machine using the restart option and try again."
|
if /i not "%ierror%"=="Copy" call :dk_color %Blue% "Reboot your machine using the restart option and try again."
|
||||||
if /i "%ierror%"=="Copy" call :dk_color %Blue% "If you are using any third-party antivirus, check if it is blocking the script."
|
if /i "%ierror%"=="Copy" call :dk_color %Blue% "If you are using any third-party antivirus, check if it is blocking the script."
|
||||||
|
|
|
@ -742,7 +742,7 @@ call :dk_color %Red% "Failed to uninstall Ohook activation."
|
||||||
call :oh_checkapps
|
call :oh_checkapps
|
||||||
if defined checknames (
|
if defined checknames (
|
||||||
call :dk_color %Blue% "Close [!checknames!] and try again."
|
call :dk_color %Blue% "Close [!checknames!] and try again."
|
||||||
call :dk_color %Blue% "If it is still not fixed, then Reboot your machine using the restart option and try again."
|
call :dk_color %Blue% "If it is still not fixed, reboot your machine using the restart option and try again."
|
||||||
) else (
|
) else (
|
||||||
call :dk_color %Blue% "Reboot your machine using the restart option and try again."
|
call :dk_color %Blue% "Reboot your machine using the restart option and try again."
|
||||||
)
|
)
|
||||||
|
@ -932,7 +932,7 @@ echo:
|
||||||
call :oh_checkapps
|
call :oh_checkapps
|
||||||
if defined checknames (
|
if defined checknames (
|
||||||
call :dk_color %Blue% "Close [!checknames!] and try again."
|
call :dk_color %Blue% "Close [!checknames!] and try again."
|
||||||
call :dk_color %Blue% "If it is still not fixed, then Reboot your machine using the restart option and try again."
|
call :dk_color %Blue% "If it is still not fixed, reboot your machine using the restart option and try again."
|
||||||
) else (
|
) else (
|
||||||
if /i not "%ierror%"=="Copy" call :dk_color %Blue% "Reboot your machine using the restart option and try again."
|
if /i not "%ierror%"=="Copy" call :dk_color %Blue% "Reboot your machine using the restart option and try again."
|
||||||
if /i "%ierror%"=="Copy" call :dk_color %Blue% "If you are using any third-party antivirus, check if it is blocking the script."
|
if /i "%ierror%"=="Copy" call :dk_color %Blue% "If you are using any third-party antivirus, check if it is blocking the script."
|
||||||
|
|
Loading…
Reference in New Issue