Kindly be advised we cannot cancel subscriptions or issue refunds on the forum.
You may cancel your Bitdefender subscription from Bitdefender Central or by contacting Customer Support at: https://www.bitdefender.com/consumer/support/help/

Thank you for your understanding.

Starting Gziface.exe From Batch File

Options

hey there!


i have a problem


as long as bitdefender free antivirus is running my lightscribe labeling is prone to error...


so i have to disable bitdefender while using lightscribe


to simplyfy that i wrote a little batch file


i tried to terminate the gziface.exe process using taskkill but that didn't work - any tips on how to get that working?


though i guess bitdefender is protected against termination using such simple ways :)


everything seems to work fine so far


i close lightscribe, bitdefender reappears in the system tray (windows xp) and the command line closes


HOWEVER right after appearing in the system tray the gziface.exe process terminates again


why??


any help would be appreciated!


here's the batch-file


@echo off


cls


ECHO -------------------------------------------------------------------


ECHO.


ECHO.


ECHO Disable Bitdefender for labeling!


ECHO.


ECHO.


ECHO -------------------------------------------------------------------


ECHO.


ECHO.


PAUSE


START /w C:\Programme\LightS~1\TemplateLabeler.exe


ECHO.


ECHO.


ECHO -------------------------------------------------------------------


ECHO.


ECHO.


ECHO Restarting Bitdefender...


ECHO.


ECHO.


ECHO -------------------------------------------------------------------


PING -n 3 localhost > nul


START D:\Programme\Bitdefender\Antivi~1\gziface.exe

Comments