Unified Wintun
Comments
-
Hello @Bazz43,
I think it will be necessary to contact the Support teams to follow a specific procedure here. Here you will find some helpful steps, but you will have to download and run a file provided by the technical support representatives:
You can get in touch with the Bitdefender engineers by choosing one of the contact channels listed here:
State your contact reason / choose request category, then choose from the available contact channels, chat, phone and email/ticket. Chat would be the fastest way to reach them.
Let us know how it goes.
Regards,
Alex
Premium Security & Bitdefender Endpoint Security Tools user
1 -
This is what's in the bat file that support had me run:
@echo off
setlocalnet stop bdvpnservice
taskkill /F /IM bdvpnuiapp.exe
taskkill /F /IM bdvpnapp.exemkdir C:\BDVPN
copy "C:\Program Files\Bitdefender\Bitdefender VPN\settings\bdvpn.xml" "C:\BDVPN\bdvpn.xml"
powershell -Command "(Get-Content 'C:\BDVPN\bdvpn.xml').replace('<switch_provider>1</switch_provider>', '<switch_provider>2</switch_provider>') | Set-Content 'C:\BDVPN\bdvpn.xml'"
copy /Y "C:\BDVPN\bdvpn.xml" "C:\Program Files\Bitdefender\Bitdefender VPN\settings\bdvpn.xml"
rmdir /S /Q C:\BDVPN
endlocal
@echo on1 -