Skip to content

How to Uninstall VpnHood Server from Windows

Trudy edited this page Jun 5, 2024 · 2 revisions

To uninstall the VpnHood Server from Windows, execute the following command.

Note: This method does not apply to the VpnHood Server Docker.

⚠️ By running this command, you will lose all the access keys generated via the Built-IN File Access Manager. This action does not affect access keys created using the VpnHood Enterprise Access Manager.

Note: Use Powershell to run the following command as Administrator.

schtasks /End /TN "VpnHoodServer"; schtasks /Delete /F /TN "VpnHoodServer"; schtasks /End /TN "VpnHoodUpdater"; schtasks /Delete /F /TN "VpnHoodUpdater"; rmdir -Force "${env:ProgramFiles}/VpnHood/VpnHoodServer"