From 9ba10b7ba6aaa0c8e0965b1de453c2c49a7e1f42 Mon Sep 17 00:00:00 2001 From: Emad Adel <19177373+emadadel4@users.noreply.github.com> Date: Thu, 17 Oct 2024 07:36:22 +0300 Subject: [PATCH] Update Install.ps1 --- Scripts/Install/Install.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Install/Install.ps1 b/Scripts/Install/Install.ps1 index e9b17484..21e461b6 100644 --- a/Scripts/Install/Install.ps1 +++ b/Scripts/Install/Install.ps1 @@ -197,11 +197,11 @@ function Invoke-Apply { "Registry" { $tweak.Modify | ForEach-Object { Set-Registry -Name $_.Name -Type $_.Type -Path $_.Path -Value $_.Value - if($debug){-Name $_.Name -Type $_.Type -Path $_.Path -Value $_.Value} + if($debug){Write-Host -Name $_.Name -Type $_.Type -Path $_.Path -Value $_.Value} } $tweak.Delete | ForEach-Object { Remove-Registry -RegistryPath $_.Path -Folder $_.Name - if($debug){$_.Path -Folder $_.Name} + if($debug){Write-Host $_.Path -Folder $_.Name} } if($tweak.Refresh -eq "true") {