Search This Blog

Showing posts with label REGEDIT. Show all posts
Showing posts with label REGEDIT. Show all posts

Friday, 21 September 2012

method to change your processors name . . .





method to change your processors name . . .

so that in future if anyone asks u them u can be proud

Follow the steps

Goto Start - Run.

Type Regedit.

HKEY_LOCAL_MACHINE
HARDWARE
DESCRIPTION
SYSTEM
CENTRAL PROCESSOR

On Right Hand Side Right Click on
ProcessorNameString
And then write anything that U
want.


:- PANKAJ TIWARI

Friday, 7 September 2012

REMOVE RECYCLE BIN

                                          REMOVE RECYCLE BIN
                                          ===================
                                          :- PANKAJ TIWARI


To delete the Recycle Bin icon from the Windows XP/2003 desktop follow these steps:
  • Open Registry Editor.
  • In Registry Editor, navigate to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace
  • Find the following key:
{645FF040-5081-101B-9F08-00AA002F954E}
  • Delete the above key.
Note: As always, before making changes to your registry you should always make sure you have a valid backup. In cases where you're supposed to delete or modify keys or values from the registry it is possible to first export that key or value(s) to a .REG file before performing the changes.
  • Close Registry Editor.
There is no need to reboot. Just wait a few seconds and see how the icon disappears from the desktop.
  • In order to restore the Recycle Bin icon to the desktop just re-create the missing key (or import it back to the registry in case you've exported it earlier).
In Registry Editor, navigate to the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace
  • Create the following key:
{645FF040-5081-101B-9F08-00AA002F954E}
(just copy/paste, including the brackets).
Done!

RENAME RECYCLE BIN

                                RENAME RECYCLE BIN
                                ===================
                                :- PANKAJ TIWARI

  1. Open registry editor by going to Start -> Run, and execute regedit.
  2. Navigate to the following registry branch: HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\
  3. On the right pane, locate the registry key of LocalizedString.
  4. Double click on LocalizedString or right click on LocalizedString and select Modify to modify the registry value.
  5. You should see the default value of “@%SystemRoot%\system32\SHELL32.dll,-8964″. Delete or remove the default value and key in your desired new recycle bin’s name in text, e.g. “Garbage Bin” (without quote).
  6. Refresh your desktop or Windows Explorer by pressing F5. You will see the new ‘recycle bin’ name.
  7. Optionally, you can also modify the text of InfoTip, commonly known as tooltip what display certain help tip, guide or description about Recycle Bin when the mouse is hovering on Recycle Bin icon on desktop. The default text is “Contains files and folders that you have deleted.” Simply double click on InfoTip, or right click on InfoTip and select Modify to change the text of the info tip.
  8. The default value is “@%SystemRoot%\system32\SHELL32.dll,-22915″, simply change it to another description that you want the tooltip to be.
  9. Refresh the desktop to make it effective.
Another alternative is to show the Rename option on the right click contextual menu that is displayed when right click on Recycle Bin icon or folder.
  1. Download rbin_menu_ren.reg registry registration file that will change or merge the following registry value into system’s registry:
    REGEDIT4

    [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
    "Attributes"=hex:50,01,00,20
    "CallForAttributes"=dword:00000000

    You can copy the above into a text editor, and save it with a filename with extension of .reg too.
  2. Double click on the rbin_menu_ren.reg and when prompted to confirm, click on Yes to change the above registry value.
  3. Refresh your desktop, and now when you right click on Recycle Bin, you will see a new menu item – Rename – on the right click context menu. You can also hightlight the
  4. Select on Rename and name your Recycle Bin to a new name.
  5. To change back the right click menu to normal default (remove the rename option), simply download rbin_menu_normal.reg, and merge it to the registry. The registration file contains the following text, which can be copied and pasted into a text editor, and save as a file with extension .reg.
    REGEDIT4

    [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
    "Attributes"=hex:40,01,00,20
    "CallForAttributes"=dword:00000040