From ee0c4c3e46716fd5d4fa160afe6a0bf015469df1 Mon Sep 17 00:00:00 2001 From: robjarsen <29106074+robjarsen@users.noreply.github.com> Date: Thu, 1 Mar 2018 17:36:42 -0500 Subject: [PATCH] Revert change --- Windows10Debloater.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Windows10Debloater.ps1 b/Windows10Debloater.ps1 index aec47b0..740ce3f 100644 --- a/Windows10Debloater.ps1 +++ b/Windows10Debloater.ps1 @@ -429,7 +429,9 @@ switch ($ReadHost) { Enable-EdgePDF Write-Output "Edge will no longer be disabled from being used as the default Edge PDF viewer."; $PublishSettings = $Yes } - No { $PublishSettings = $No } + No { + $PublishSettings = $No + } } #Switch statement asking if you'd like to reboot your machine Write-Output "For some of the changes to properly take effect it is recommended to reboot your machine. Would you like to restart?"