How can I delete vbajet32.dll when access is denied?

0
56
Asked By TechGuru93 On

I'm having trouble with the vbajet32.dll file. Despite using the takeown command to take ownership, I still receive an "access denied" message when I try to use icacls to give everyone full control. Is there a utility or a PowerShell script that could help me delete this stubborn file?

2 Answers

Answered By CuriousCoder On

I get that Process Explorer sounds useful, but how exactly will it help? Can you give a step-by-step on using it to handle vbajet32.dll?

Answered By FixItWizard On

You might want to try using Process Explorer. It allows you to see which processes are using the file and can help you force a delete. You can find it on the Sysinternals website. Just run it as an administrator, locate the vbajet32.dll in the list, and see if you can close any handles that are keeping it locked.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.