You must have somehow created a password when installing Windows. If you set up your account as a limited account, choose Change Account type and make it an Administrator. I that doesn't work:
To enable the hidden Administrators account:
Go to Start > Run and type cmd and hit Enter.
Now type in the following:
net user administrator /active:yes
To disable it type
net user administrator /active:no
If that fails to work, you can use a password dumping tool for ethical purposes. It's called pwdump3e. It must be run from the command-line and have at least two accounts enabled.You can download it here:
http://www.openwall.com/passwords/dl/pwdump/pwdump3e.zip
You could alos run this registry script that will enable you to...