Ponemah v6.x License search window does not display properly.
Symptom
The researcher tries to select a new license (.LIC) file and is unable to navigate to the license file due to the Search window not displaying properly.
![]()
Resolution
Rename the file created by the Dell Backup and Recovery Utility:
- Navigate to the following location:
C:\Program Files (x86)\Dell Backup and Recovery\Components\Shell\System.Data.SQLite.dll - Rename the file to "System.Data.SQLite.bak"
Alternatively, a batch file can be created and run as a Windows Adminstrator from the command prompt.
Batch file contents:
echo off
cls
if "%ProgramFiles(x86)%"=="" goto x86
:x64
set programDir=%ProgramFiles(x86)%
set WinSdkDir="%Windir%\Microsoft.NET\Framework64\v4.0.30319\regasm.exe"
goto FSI
:x86
set programDir=%ProgramFiles%
set WinSdkDir="%Windir%\Microsoft.NET\Framework\v4.0.30319\regasm.exe"
:FSI
:DELL
%WinSdkDir% "%programDir%\Dell Backup and Recovery\Components\Shell\DBROverlayIcon.dll" /unregister
%WinSdkDir% "%programDir%\Dell Backup and Recovery\Components\Shell\DBRShellExtension.dll" /unregister
%WinSdkDir% "%programDir%\AlienRespawn\Components\Shell\DBRShellExtension.dll" /unregister
echo "Kill Explorer"
taskkill /F /IM explorer.exe
echo "Restart Explorer"
start /b explorer
Comments
0 comments
Please sign in to leave a comment.