Author Archives: Stephen

WordPress Maintenance

Forgotten WordPress Password If you have forgotten your wordpress password, and the forgot your password email reminder does not work (or is set to someone elses email), then there are a few things you can do. Option 1: Update the … Continue reading

Posted in IT, Web Development | Tagged , , | Comments Off on WordPress Maintenance

VBA – Password Protection

It is possible to set a password for a VBA project. It is also possible to get around this. See: http://datapigtechnologies.com/blog/index.php/hack-into-password-protected-vba-projects/  (local mirror) Use a hex editor Search for DPB and change the B to an X. Save. Re-Open. Set password … Continue reading

Posted in IT, Security | Comments Off on VBA – Password Protection

Delete file or folder “in use”

Task Manager -> Resource Monitor. CPU Tab -> Associated Handles section. Enter file/folder in the search box. This will show you what process is locking the file/folder.

Posted in IT | Comments Off on Delete file or folder “in use”

Recursively Delete in Windows in the Command Prompt

Issue the command below in a cmd.exe Command Prompt. You may have to run the Command Prompt as Administrator. rd /s /q foldername

Posted in IT | Tagged , , , | Comments Off on Recursively Delete in Windows in the Command Prompt

Can’t login with Sharepoint Designer 2013

Recently, trying to use Sharepoint Designer 2013, it kept asking me to login. I just kept getting the message: “call us overprotective, but we need to verify your account…” Trying to run as a different user on the Computer didn’t … Continue reading

Posted in IT, Web Development | Tagged | 1 Comment