From e17ca396857c307b80bdc477424e163ee34140ea Mon Sep 17 00:00:00 2001 From: Raphire <9938813+Raphire@users.noreply.github.com> Date: Wed, 28 Oct 2020 15:53:43 +0100 Subject: [PATCH] Actually changed script complete message --- Win10Debloat.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Win10Debloat.ps1 b/Win10Debloat.ps1 index a20c289..0fa0512 100644 --- a/Win10Debloat.ps1 +++ b/Win10Debloat.ps1 @@ -77,5 +77,6 @@ if ($disable_context -eq 'y') { } Write-Output "" -Write-Output "Script completed! Press any key to continue..." +Write-Output "Script completed! You may need to restart to apply all changes." +Write-Output "Press any key to continue..." $Host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown") \ No newline at end of file