diff --git a/scripts/Windows/Software/LGHub/Manage.ps1 b/scripts/Windows/Software/LGHub/Manage.ps1 index 0bc73574..543369dd 100644 --- a/scripts/Windows/Software/LGHub/Manage.ps1 +++ b/scripts/Windows/Software/LGHub/Manage.ps1 @@ -42,6 +42,8 @@ $null = New-Module { Write-Information "Installing the app"; choco install -y --ignore-checksums lghub; $hubPath = Stop-LogitechGHUB; + Write-Information "Removing existing settings"; + Remove-Item "$path/settings.*"; Write-Information "Restoring important files"; $context.Restore($context.SoftwareArchive($softwareName), $path); Write-Information "Deleting desktop icon";