Friday 24 July 2015

Add Control Panel to the Desktop Right-Click Menu

Now I like to explain with screenshots, when you right-click on the desktop you’ll see a new menu item called Control Panel:
image
Once you select that item, obviously it will immediately open up Control Panel:
image
Open up Notepad and copy the following code:
Windows Registry Editor Version 5.00
; Add control panel to the desktop context menu
; computermasters66.blogspot.com
[HKEY_CLASSES_ROOT\Directory\Background\shell\Control Panel]
[HKEY_CLASSES_ROOT\Directory\Background\shell\Control Panel\command]
@=hex(2):72,00,75,00,6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,\
  00,20,00,73,00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,\
  2c,00,43,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,5f,00,52,00,75,00,6e,00,44,\
  00,4c,00,4c,00,00,00
Save as "any.reg" Dont forget to change Save as File Type to All Files.
Done Enjoy !!
Don't Forget to Say Thanks !!

How to Add Recycle Bin To MyComputer

Have you ever wanted to add the Recycle Bin to your My Computer screen? Yeah, it’s probably not the most common request, but here’s how to do it anyway with a simple registry hack.

image

To make this tweak, we’ll be doing a quick registry hack, but there’s a downloadable version provided as well.
Manual Registry Tweak to Add Recycle Bin
Open up Notepad and copy the following code:
Windows Registry Editor Version 5.00
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
CurrentVersion\Explorer\MyComputer\NameSpace
and save as "any.reg" Dont forget to change save as file type to All Files.
Done Enjoy !!

Tuesday 7 July 2015

How Your Computer Welcomes You?

Hello Friends, I am back Today I am Telling you How Your Computer Welcomes You!!

Open Notepad and copy the following code:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"legalnoticecaption"="Computer Master"
"legalnoticetext"="Welcome back Experts PC"

Save as "any.reg" but don't forget to change save as file type to "All Files"

{Note: You Can change Computer Master and Welcome back Experts PC as you want.}

Done Enjoy!!
Don't Forget to say Thanks !!