Sunday, December 9, 2012

How to rename the "Recycle bin"?



Do you want to change your "Recycle bin" name?...yes?, let's do it!, it's just few steps:


1 - Click on Start
 
2 - Click on Run

3 - then type this command to open the Registry Editor:

regedit

4 - Then click on OK.


5 - Then Follow the path in the Registry Editor:
HKEY_CLASSES_ROOT–>CLSID–>{645FF040-5081-101B-9F08 -00AA002F954E}

6 – Right-Click on LocalizedString –> Modify


7 – Give it any name you want for your "Recycle bin" like:
 Digital Dump

8 – Click OK.

9 – Close the Registry editor and refresh the desktop.


Congratulations! Enjoy the new name of the Recycle bin .



Note: if you want restore the old name of Recycle bin just repeat the previous steps and put this code on the box instead of the new name (only for Windows XP 2003):

@%systemroot%\system32\shell32.dll,-8964

Saturday, August 18, 2012

How to Remove BIOS Password!

When you set a password for your BIOS and forget it, what should you do!.

OK, there is some methods to clean BIOS password, I'll show you follow me & read carefully.
The computer motherboard there is a piece called (BIOS /  CMOS ) contain information stored where the default settings for the BIOS manufacturer,and you as a user of the device or an engineer or technician want to edit some of the available settings on the BIOS (such as a password when log into the BIOS, change the date and time, boot priority  from hard disk or CD, eliminate the use of certain ports such as USB port - LAN - printer port... etc) these adjustments saved in the "CMOS" and retains them even if electricity cable has been removed, but these settings disappear in 3 cases:

1 - Removing CMOS battery from Motherboard for a period of 15 to 30 minutes.

2 - The end of battery life, it has the number (CR2032) you'll find it in hardware stores or in watchmaker.

3 - Using "Jumper" to clear CMOS modifications in specific position.


IMPORTANT NOTES:
When we want to disconnect the CMOS battery and remove it from motherboard or we want to deal with  motherboard  in general you should do the following:

1 -  Unplug the power cable from the computer ( from the back of the device permanently).

2 -  Unplug the screen cable which is connected with the computer (because it delivers some shipments through the screen cable to motherboard ).

3 -  Separate any cable may be plugged into the device by electricity (such as printer - scanner ... etc).

4 - before you open the compute touch any external metal object  ((non-computer)) to discharge static charge from your body because it may cause damage to some pieces of the device.

5 - It's strongly recommended that you wear a rubber gloves to make sure you don't transfer any shipment to device parts.


Method n°=1 ( removing the CMOS battery )



removing CMOS battery
1 -Open the computer case, then look at the motherboard you 'll find the CMOS battery with the number  ( CR2032 ).

2 - Now remove the battery & leave it outside the motherboard  for 15 - 30 minutes (and the device is disconnected from all power cables).

3 -put the battery back into the motherboard and turn-on the computer, you 'll have no BIOS password!.


Method n°=2 ( using jumper )

a jumper is a short length of conductor used to close a break in, or bypass part of, an electrical circuit.

1 -find the jumper on the motherboard, it's labeled as CLEAR, , JCMOS1, CLR, CLRPWD, PASSWD,CLEAR CMOS, PASSWORD,PWD,PSWD .

jumper
2 -remove it from the two pins its currently on so that it covers the pin that isn't covered. exp: in the picture pins 1 & 2 are covered, you need to remove the jumper and put it on pins 2 & 3.

3 - when you do that turn-on the computer, you'll find that the BIOS password was cleaned.

4 - now turn-off the computer and switch the jumper to the original position.


Method n°=3 ( using software )


like "PC CMOS Cleaner", but the boot priority must be from the CD in advance!, remember you don't have the password so you can't edit BIOS settings.

1 - Download the software "PC CMOS Cleaner 2.0" (official) for free.

PC CMOS Cleaner 2.0
2 - it's an ISO image, you need to burn it in CD or DVD, you can use "free ISO burner"

3 - put the CD/DVD in the drive and reboot your computer, then press any key to boot from the CD/DVD drive.

4 - the software 'll be opened, step1: try possible password for your BIOS ( you need to write them in a paper ), if it does't  work click on Next for step2.

5- step 2: rest the BIOS to default status
choose "choice 1" first ( to keep date and time), if it does't work try "choice 2" , the BIOS password 'll be erased.

that was the 3 popular ways to remove BIOS password, if you need any help or question i'm here,just leave a comment!  

Tuesday, July 31, 2012

How to make the "NumLock" key lighted at startup


First open the registry:

1 - Click on Start
 
2 - Click on Run

3 - then type this command :

regedit

4 - Then click on OK. 

5 - Then Follow this path in the Registry Editor:

HKEY_USERS –> DEFAULT–>Control Panel –> Keyboard

6 -in the right side Double-Click on InitialKeyboardIndicators key.

7 -change the value 0 to 2 & Click on OK.



8 -Re-Boot your computer.

Note: you can change the value 2 to 0 & everything as you left it before.

Thursday, July 5, 2012

How to repair Windows Safe Mode



Hi guys!, same times the safe mode in windows corrupts by virus or mistake, after that you'll not able to boot on the safe mode, it happened to me lot of times but i repaired it  by one REG file, just double-click & the safe mode 'll be repaired !.

Download the compatible REG file to your OS:






I'm here to help!.


Tuesday, September 6, 2011

How to make an error message when the computer starts


Did you know that you can Make an error message, Such as the error message in windows XP In different forms and any words you want to write in this error message, Well let's start working!

First open the Notepad:

1 - Click on Start
 
2 - Click on Run

3 - then type this command :

notepad

4 - Then click on OK.

5 – Type this text:

msgbox "type here the text",20, "type here title"

*Replace type here the text with the text of the message.
*Replace type here title with the title of the message.

Example: will write this message:
Be careful Tom! I am watching you, so be polite!

With this title:
A private message to Tom!
msgbox "Be careful Tom! I am watching you, so be polite!",20, "A private message to Tom!"


6 – Now:
File –> Save As…

7 – Save it as:
message.vbs


8 – Double Click on the Output file, The message will become like this:



9 - If you want to receive this message when the computer began to run directly, just go to this folder and 
paste the file (message.vbs) into it:

C:\Documents and Settings\All Users\Start Menu\Programs\Startup
* C:\  Is the disk where you installed the Windows XP.

Tip: To get a various forms of messages replaced the value 20 in one of the following values:

20

16

62


48


.I hope that you enjoy this tricks,I am here in service Just leave a comment

Thursday, September 1, 2011

How to Change the Start Button name



Did you know that you can change the start button name to your name! Or to your desirable text! So let's say goodbye to the "START" label and welcome to something else.

There are 3 different ways lead to the same result "change the start button name"

First Way:                                                                                            


This is the easiest and fastest way to change the start button name by a small program called "Start Button Re-Namer"

1 – First download the program from here.

2 - Extract the file.

3 – type your desirable text in the New Label box.

4 – Click on Rename it! button, you will hear a sound like booom! the Start button name will be changed, Congratulation!.



Second Way:                                                                                            
this is only for advanced users, Be careful! Proceed with your own risk 
 

This process through the Registry and Resource H@cker program.

1 - First download the Resource H@cker program from 1 or 2.

2 – Open the Resource H@cker.

3 – Now click on File –> Open

4 –Go to the Windows folder, In the text box type explorer.exe then click on Open

5 - Expand String Table –> 37 then click on 1033

6 – You will see "start" written beside 578, so change "start" to your desirable text like "4xptricks".

7 – Click on Compile Script above.

8 – Click on File –> Save As

9 – In the step number "6" I wrote "4xptricks" so I will save as 4xptricks.exe (Replace 4xptricks by your desirable text).

10 – Now click on Start.
 
11 - Click on Run.

12 - then type this command :

Regedit

13 - Then click on OK.

14 - Then Follow the path in the Registry Editor:

 HKEY_Local_Machine–> Software –> Microsoft –> Windows NT –> CurrentVersion  –> Winlogon


15 – from the right side Double-Click on "shell"

16 – in the text Box I will replace explorer.exe by 4xptricks.exe (Replace 4xptricks by your desirable text).

17 – Click OK.

18 – Now Restart your computer and the Start button name will be changed!


 Third Way:                                                                                           
this is only for advanced users, Be careful! Proceed with your own risk  

This process through the DOS Editor

1 - Click on Run.

2 - then type this command :

cmd

3 - Then click on OK.

4 – Type edit in the DOS window.

5 - from the window Choose File –> Open.

6 – You will see a text box this code "*.*" written in it, Delete the "*.*" and write explorer.exe then make X in OPEN Binare option.

7 – Click OK.

8 - many characters and Symbols will appear, Find for the word "START" (It may take a minute to find) Possible to find more than "START" landing is marked with a rose, When you find it Replace "START" with your desirable text.

9 -  Click File –> Save

10 - then File –> Exit

11 - Restart your computer and the Start button name will be changed!

I hope that you have enjoyed this trick, Thanks for reading!