Sunday, February 24, 2008

Get through the XP Administrator..

Breaking The XP Password:

In case of user password boot the pc in safemode by pressing the F8 key and then selecting the Safe Mode option. You can now logon as an administrator and XP wont prompt for the password. Incase of an administrator account try rebooting the pc in DOS. access C:\Windows\system32\config\sam . Rename SAM as SAM.mj
Now XP wont ask for password next time You Login. Also

Go to the cmd prompt .
Type net user *.
It will list all the users.
Again type net user "administrator" or the name of the administrator "name" *.
e.g.: net user aaaaaa *(where aaaaaa is the name).
It will ask for the password.
Type the password and there you are done.
Logging In As Administrator:

Hold the Ctrl-Alt key and press Del twice. This will bring up the normal login and you can log on as Administrator.

To unhide the Administrator account so it does show up:

Start Regedit

Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Winlogon \ SpecialAccounts \ UserList

Unhide the Administrator key by giving it a value of 1



Ok no?

Friday, February 22, 2008

Nabura mo ba ang Show Desktop Icon mo?

I think many of you might accidentally deleted the Show Desktop icon in the quick launch bar. I also did accidentally deleted the Show Desktop icon at quick launch bar. Finally i found the solution to re create or restore this Show Desktop icon in quick launch bar again.

Just follow the steps below and you will restore Show Desktop icon back in your quick launch bar:-

* Click Start -> Run -> type Notepad and enter
* Copy the contents below to your Notepad and save as Show Desktop.scf

[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop

* Once the file created, drag the file to the Quick Launch bar.
show desktop, win xp, icon
You will see the icon above if you restore the Show Desktop successfully
* Done! You just restore Show Desktop icon.

Note: By default Notepad save all document as txt file. To save your file as .scf file extension, type the full file name together with the extension and simply select the “Save as type” from txt to “All files” and click “Save”

There's also another way to restore the show desktop icon in quick launch bar:-)

* Click Start -> Run and type regsvr32 /n /i:U shell32.dll and enter
* Done! You just restore your Show Desktop icon

Ok ba?