|
Re: ipmgui.exe
open up a command prompt in admin mode and try the following:
CACLS filename /p username:F
This will give the user you specify full control of the file.
you could also try the following if you already have some permission on the file
CACLS filename /e username:F
__________________
“Most people don’t listen to understand. They listen to reply. Be different.”
- Jefferson Fisher
|