We are very appreciate for everyone who have tried the previous versions of our software. But, during many development cycles bug's revealed and fixed.
Therefore, the software may "leave" some unnecessary components that may interfere the newer versions.
This guide is aimed to explain how to uninstall and delete all Privatix Network components from your computer.
Open devtools (Electron menu -> View -> Toggle Developer Tools) and execute this code in the electron's console:
window.localStorage.setItem('localSettings', JSON.stringify({accountCreated:false,firstStart:true,lang:"en"}))
Open Add/remove programs, search for "Privatix network" and uninstall it.
Open powershell (run as administrator).
Execute this code in powershell:
Get-Service | ? {$_.name -match "privatix" -and $_.name -notmatch "PrivatixService"} | Stop-Service -PassThru -ErrorAction SilentlyContinue | % {sc.exe delete $_.name}
Uninstall the current Privatix software by calling uninstall.app (Default location: /Applications/Privatix/uninstall.app
)
Remove the remaining services (if they are present):
List of remaining Privatix services:
launchctl list | grep -i privatixsudo launchctl list | grep -i privatixls ~/Library/LaunchAgents | grep -i privatixls /Library/LaunchDaemons | grep -i privatix