PowerPrompt will start a new command console. This console is running with System privileges and any program launched from this prompt will inherit System credentials. This allows you access to all processes, including system processes, full access to the registry, Active Directory, and much more. Imagine running Task Manager, Services.msc, RegEdit, admgmt.msc, etc. with System credentials: In rare cases the power of PowerPrompt will solve problems that otherwise would require a system boot.
"Make sure the disk is not full or write-protected and that the file is not currently in use."
"There has been a sharing violation."
"The source or destination file may be in use."
- These are typical error messages you get when you try to delete a file that is locked by a process. But which process has locked the file? Use FreeFile to automatically find out which process is locking your file, and free the file by ending the process.