Search
Categories
Tags
- Adobe
- backup
- benchmark
- Cat 5e
- CMSs
- computers
- css
- disk
- diy
- exchange
- Fireworks
- home
- html
- IE6
- Installation
- IT
- KVM
- LAN
- mssql
- MySQL
- network
- project
- publish
- router
- sharepoint
- Software
- static
- student
- SVN
- upc
- USB
- video
- virtualbox
- vista
- VM
- VPS
- windows
- windows 7
- windows7
- Windows XP
- woodwork
- wordpress
- xhtml
- xp
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
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
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
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