From 29a23da0e97f056c9ce9b39a61efadc533b6c6f8 Mon Sep 17 00:00:00 2001 From: PckgrTom <142365879+PckgrTom@users.noreply.github.com> Date: Tue, 18 Feb 2025 10:44:30 +1100 Subject: [PATCH] Update FixgrepWinSystemInstall --- FixgrepWinSystemInstall | 1 - 1 file changed, 1 deletion(-) diff --git a/FixgrepWinSystemInstall b/FixgrepWinSystemInstall index 84bed94..7d24e43 100644 --- a/FixgrepWinSystemInstall +++ b/FixgrepWinSystemInstall @@ -3,7 +3,6 @@ $registryPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\" $displayName = "grepWin x64" $installLocation = "C:\Windows\system32\config\systemprofile\AppData\Local\Programs\grepWin\" -# Check if the registry key exists if (Test-Path -Path $registryPath) { # Get the subkeys $subKeys = Get-ChildItem -Path $registryPath