Friday, November 9, 2012

How to add or remove Registry editor to control panel

                                                                        Here in this tutorial i like to discuss How to add or remove registry editor to control panel.Generally in the windows provided control panel we don't find any Registry editor contained in it.Now i created a .reg file by running it we can add or remove registry editor to control panel.

To add Registry editor to the control panel:
1.Open notepad and copy the content below CODE.
2.Save it as ".reg" type and name it as anything you want preferably "AddRegeditToControlPanel".

CODE :


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}]
@="Registry Editor"
"InfoTip"="Starts the Registry Editor"
"System.ControlPanel.Category"="5"

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\DefaultIcon]
@="%SYSTEMROOT%\\regedit.exe"

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell]

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell\Open]

[HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}\Shell\Open\Command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,72,00,65,00,67,00,65,00,64,00,69,00,74,00,2e,00,65,00,78,00,65,00,\
  00,00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{77708248-f839-436b-8919-527c410f48b9}]
@="Add Registry Editor to Control Panel"

Code for How to remove Registry editor from control panel.

CODE:


Windows Registry Editor Version 5.00

[-HKEY_CLASSES_ROOT\CLSID\{77708248-f839-436b-8919-527c410f48b9}]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ControlPanel\NameSpace\{77708248-f839-436b-8919-527c410f48b9}]

That's all for today folks if you have any issues please contact through comment.If you like the post spare a minute to share it.



Print Page

Wednesday, November 7, 2012

How to backup Windows registry


Registry editor is a very important tool to make some registry operations and hacks.It is very important to backup the registry as it may effect the normal functioning of the computer.Follow these simple steps to backup the registry:
1. Open the registry editor.

A.Click on windows start and type "run" and press enter.


B.Type "regedit" and click ok.


C.A dialogue box appears asking "Do you want to allow the following program to make any changes to this computer?" .press "yes".


D.It will open Registry Editor.

Open Windows 8 Registry Editor
2. Confirm the UAC prompt:
Confirm Registry UAC prompt
3. Click on File and then on Export to start the backup process
Backup Windows 8 Registry
4. Select the checkbox All and enter a name for the registry backup and add the date to the filename:
Create Backup Windows 8 Registry
5. Finally, click on Save and wait – have patience the backup might take a while. You have now successfully created a backup of the registry.
You can restore the backup by using the Import feature of the registry editor, which is also on the File menu.
If you’re running into any problems during the backup let us know

Print Page

Friday, November 2, 2012

How to change number of row tiles in windows 8


By default, Windows 8 will try to figure out the number of rows it should show on your Start Screen based on the resolution of your monitor. 

What if you don’t want the number of rows it determines?

 Well, you can change it to a different value if you like. As you can see, I decided to show you 1,2 and 3 rows. You can choose a value from 1 to 5.

Go to Regedit or the registry editor.

 Navigate to the following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell\Grid




Create a new DWORD value here and name it Layout_MaximumRowCount. Give it a value between 1 and 5. Enjoy!


Thursday, November 1, 2012

Delete Files From The Recent File List In Windows Media Player

Windows Media Player (WMP) is a built-in application that allows you to play multimedia files. Like many other applications, WMP remembers the most recently played files and displays them in the Recent File List under the File menu. This feature is useful if you regularly play certain files, but you may want to clear the list if you share the computer and a user account or create archives and CDs.


You can manually delete the list through the Windows Registry:
1. Start the Windows Registry Editor, regedit.exe, by typing regedit in the Windows Run Command Line.
2. Go to HKEY_CURRENT_USER\Software\Microsoft\MediaPlayer\Player\RecentFileList.
3. Delete the RecentFileList subkey.
4. If you've also streamed content from the Internet, you can delete the RecentURLList subkey.
5. Exit the Registry Editor.
6. Restart the computer.
To keep certain files in the list, don't delete the entire key. Deleting individual entries within the key will get rid of the files that you no longer want in the Recent File List.
That's all for today folks.Thanks for reading and if you like the post feel free to comment and share..........
Print Page

Saturday, October 27, 2012

How to create a shortcut for Shutdown and Restart

Have you ever thought of creating a shortcut for shutdown ?
yes,we can create a shortcut for shutdown and restart.

To make a new shortcut, right-click on an empty part of the desktop (or inside a folder). Select New, then Shortcut. A “wizard” will pop up to guide you through the rest of the process. You will have to provide a command line, and then a name. The name can be anything you want.

In the 'Type the location of the item' please type the following:

Shutdown -s -t 00   for shutdown and shutdown -r -t 00 for restart .The time can be any value preferably up to 30.You can also assign an icon to this shortcut.This shortcut can be pinned to your taskbar.



 





That's all for today folks.If you find the post interesting feel free to share it........


Print Page
Related Posts Plugin for WordPress, Blogger...