bitbeans / SimpleDnsCrypt

A simple management tool for dnscrypt-proxy
https://simplednscrypt.org
MIT License
2.29k stars 233 forks source link

Uninstalling SimpleDnsCrypt does not remove all files #297

Open Zero3 opened 6 years ago

Zero3 commented 6 years ago

After uninstalling SimpleDnsCrypt, multiple files are left behind under C:\Program Files\bitbeans\Simple DNSCrypt x64:

dnscrypt-proxy\public-resolvers.md public-resolvers.md.minisig logs\2018-04-02 20_41_31_Warn.log

maximlomans commented 6 years ago

well clearly you need to change file permissions on folder/subfolder , right click properties mover to security tab and change current user access to full , click on read only square to deselect it and your folders will be deleted! most likely you'll also have to remove the service manually using sc in commanline with admin privileges: sc getKeyName "DnsCrypt client proxy", then use sc delete "dnscryp-proxy" or whatever it my be called on your system. or use regedit
then do a ipconfig /release, ipconfig /flushdns, ipconfig /renew, and ipconfig /all