silent uninstallation

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
rayllan51
Posts: 2
Joined: Fri Mar 17, 2023 11:41 pm

silent uninstallation

Post by rayllan51 » Fri Mar 17, 2023 11:55 pm

Hey guys, I'm new here on the forum, I'm having a problem with the company I work for... Some guy, with malicious intent, simply installs this software as a server and it fails on my network.
Is there any way to uninstall this application via GPO?
Thank you

solo
Posts: 1228
Joined: Sun Feb 14, 2021 10:31 am

Re: silent uninstallation

Post by solo » Sat Mar 18, 2023 12:50 am

Run this script:

Code: Select all

sc stop sevpnserver
sc delete sevpnserver
rd /s /q "C:\Program Files\SoftEther VPN Server"
reg delete "HKCU\Software\SoftEther Corporation" /f
reg delete "HKCU\Software\SoftEther Project" /f
reg delete "HKLM\Software\SoftEther Project" /f

rayllan51
Posts: 2
Joined: Fri Mar 17, 2023 11:41 pm

Re: silent uninstallation

Post by rayllan51 » Wed Mar 22, 2023 2:18 am

solo wrote:
Sat Mar 18, 2023 12:50 am
Run this script:

Code: Select all

sc stop sevpnserver
sc delete sevpnserver
rd /s /q "C:\Program Files\SoftEther VPN Server"
reg delete "HKCU\Software\SoftEther Corporation" /f
reg delete "HKCU\Software\SoftEther Project" /f
reg delete "HKLM\Software\SoftEther Project" /f
Thanks! This answer helped a lot

Post Reply