diff options
| -rw-r--r-- | dist-assets/windows/installer.nsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist-assets/windows/installer.nsh b/dist-assets/windows/installer.nsh index 08df218554..422d6d3169 100644 --- a/dist-assets/windows/installer.nsh +++ b/dist-assets/windows/installer.nsh @@ -1185,6 +1185,8 @@ ${If} $Silent != 1 MessageBox MB_ICONQUESTION|MB_YESNO "Would you like to remove settings files as well?" IDNO customRemoveFiles_after_remove_settings ${RemoveSettings} + + DeleteRegValue HKCU "Software\Microsoft\Windows\CurrentVersion\Run" "net.mullvad.vpn" ${EndIf} customRemoveFiles_after_remove_settings: ${Else} |
