Revert change

This commit is contained in:
robjarsen 2018-03-01 17:36:42 -05:00
parent c6b2441676
commit ee0c4c3e46

View File

@ -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?"