Fix Error Call to DriverPackageUninstall error 5 when installing or uninstalling HP Device Software
Channel:
Subscribers:
59,700
Published on ● Video Link: https://www.youtube.com/watch?v=qrGarOD_oRA
Steps to Fix Call to DriverPackageUninstall error 5 returns during HP Device Software uninstall
Command for Non HP PC:
takeown /f %windir%\System32\DriverStore\FileRepository /r /d y
icacls "%windir%\System32\DriverStore\FileRepository" /grant %username%:(OI)(CI)F /T
for /d %G in ("%windir%\System32\DriverStore\FileRepository\hpwia*") do rd /s /q "%~G"
takeown /f %windir%\System32\DriverStore\FileRepository /A /r /d y
HP PC Command:
takeown /f %windir%\System32\DriverStore\FileRepository /r /d y
icacls "%windir%\System32\DriverStore\FileRepository" /grant %username%:(OI)(CI)F /T
takeown /f %windir%\System32\DriverStore\FileRepository /A /r /d y
Path: %windir%\System32\DriverStore\FileRepository
Other Videos By AarohanTechSol
Tags:
Steps to Fix Call to DriverPackageUninstall error 5 returns during HP Device Software uninstall