-
Notifications
You must be signed in to change notification settings - Fork 151
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.
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"