Hi Folks,
Last year I posted about a issue where AVC was causing Opera browser to load very slow here
Bitdefender support sent me a reg file that turned logging on to help with trying to solve the issue, the issue was only solved when Opera released a browser update in Dec 2014. The problem I now have is support didn't send me the reg file to disable logging again when I requested they send me it. Now the C:\ProgramData\Bitdefender\AVC folder has almost 3GB of log files thaking up space on my SSD boot drive.
This was the contents of the enable debug logging reg file they sent me.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\AVC3]
"EnableLogging"=dword:00000001
"FeedBackOn"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\avc3]
"DriverOptions"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\avckf]
"DriverOptions"=dword:00000001
I replaced the 1 at the end with a 0 for each line that had 1 at the end & booted into safe mode & then imported the edited reg file & then deleted the contents of the log folder & then restarted back into normal mode & now the AVC folder is empty apart from the Feedback folder. I had to do this to get the sapce back & save the SSD from the almost constant writes the log files were doing.
The edited reg file looks like this.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\AVC3]
"EnableLogging"=dword:00000000
"FeedBackOn"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\avc3]
"DriverOptions"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\avckf]
"DriverOptions"=dword:00000000
It would have been nice if support had sent me the reg file to disable logging when I asked for instead of me having to figure it out myself. Just wanted to check with the forum staff that the edited reg file to stop the logging is ok.