Your best source of information and news about windows, winvista and vista on the internet

Vista ARTICLES TOP 50 Spyware Virus Vista SOFT Vista HELP

Registry Tweaks

You are currently browsing the articles from MS Windows Vista Compatible Software matching the category Registry Tweaks.

Windows Vista Registry Tweak:Add Shortcut to Context Menu Handler of Computer and Desktop

To create context menu handler under Computer in Windows Vista, navigate the registry to: HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell
{20D04FE0-3AEA-1069-A2D8-08002B30309D} is GUID (Global Unique Identifier of Computer)
NOTE: There is no need to convert the String value (REG_SZ) to String Expand (REG_EXPAND_SZ).
Create a Windows Vista registry key as you wish, lets us say gpedit & set the default value like “Group Policy”; now create another key named as command and set the default value as “mmc.exe gpedit.msc”

Here is some registry code to add Services, Registry Editor, and Group Policy & so on.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
@=”Computer”
“InfoTip”=hex(2):40,00,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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
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,\
2d,00,32,00,32,00,39,00,31,00,33,00,00,00
“LocalizedString”=hex(2):40,00,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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,\
00,5c,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,2d,00,39,00,32,00,31,00,36,00,00,00

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\DefaultIcon]
@=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,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,6d,00,\
61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,\
00,30,00,39,00,00,00

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\InProcServer32]
@=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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,00,00
“ThreadingModel”=”Apartment”

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]
@=”none”

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\devmgmt]
@=”&Device Manger”

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\devmgmt\command]
@=”mmc.exe devmgmt.msc”

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find]
@=hex(2):40,00,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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,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,2d,00,38,\
00,35,00,30,00,33,00,00,00
“SuppressionPolicy”=dword:00000080

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find\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,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
65,00,00,00

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find\ddeexec]
@=”[FindFolder(\”%l\”, %I)]”

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find\ddeexec\application]
@=”Folders”

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\find\ddeexec\topic]
@=”AppProperties”

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\gpedit]
@=”Group Policy”

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\gpedit\command]
@=”mmc gpedit.msc”

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage]
@=hex(2):40,00,25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,6f,00,74,\
00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,\
79,00,63,00,6f,00,6d,00,70,00,75,00,74,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
00,34,00,30,00,30,00,00,00
“MUIVerb”=hex(2):40,00,25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f,00,\
6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\
00,6d,00,79,00,63,00,6f,00,6d,00,70,00,75,00,74,00,2e,00,64,00,6c,00,6c,00,\
2c,00,2d,00,34,00,30,00,30,00,00,00
“SuppressionPolicy”=dword:4000003c

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Manage\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,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,43,00,6f,00,\
6d,00,70,00,4d,00,67,00,6d,00,74,00,4c,00,61,00,75,00,6e,00,63,00,68,00,65,\
00,72,00,2e,00,65,00,78,00,65,00,00,00

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]
@=”&Registry Editor”

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]
@=”regedit.exe”

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]
@=”&Services”

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command]
@=”mmc.exe services.msc”

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\ShellFolder]
“HideOnDesktopPerUser”=”"

After the applying the registry hacks your computer context menu will be become looks like:

Similarly you can add right click context menu handler to Desktop –you have to navigate HKEY_CLASSES_ROOT\Directory\Background\shell
and add same registry as for Computer context menu handler

Written by magakos on July 28th, 2008 with 2 comments.
Read more articles on Registry Tweaks and WindowS HackS and All and otherSoftware.

Windows Vista Registry Tweak:Add or remove system folder and control panel applets to Computer, Control Panel and Desktop

Its time to go fast and there is also need in Windows Vista. Under explorer; we can add system folder and control panel applets to Computer, Control Panel and Desktop or remove unwanted shortcut from all these.

I have categorized the system folder to major three types.
Shell folders

Object Class Identifier
Computer {20D04FE0?3AEA?1069?A2D8?08002B30309D}
Document {450D8FBA?AD25?11D0?98A8?0800361B1103}
Recycle Bin {645FF040?5081?101B?9F08?00AA002F954E}
Internet Explorer {871C5380?42A0?1069?A2EA?08002B30309D}
Network {208D2C60-3AEA-1069-A2D7-08002B30309D}

Control Panel folders and shortcuts

Administrative Tools {D20EA4E1?3957?11D2?A40B?0C5020524153}
Fonts {D20EA4E1?3957?11D2?A40B?0C5020524152}
Folder Options {6DFD7C5C?2451?11D3?A299?00C04F8EF6AF}
Taskbar and Start Menu {0DF44EAA?FF21?4412?828E?260A8728E7F1}
Welcome Center {CB1B7F8C-C50A-4176-B604-9E24DEE8D4D1}

Others

Help and Support {2559A1F1?21D7?11D4?BDAF?00C04F60B9F0}
Internet {2559A1F4?21D7?11D4?BDAF?00C04F60B9F0}
Run {2559A1F3?21D7?11D4?BDAF?00C04F60B9F0}
Search {2559A1F0?21D7?11D4?BDAF?00C04F60B9F0}
Windows Firewall {4026492F-2F69-46B8-B9BF-5654FC07E423}
To add under Computer, navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\MyComputer\NameSpace

To add under Control Panel, navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\ControlPanel\NameSpace

To add under Desktop, navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace
Create key named as Class identifier under the section. Like to add Windows Firewall under Computer
Now navigation as:

Written by magakos on July 28th, 2008 with 3 comments.
Read more articles on Registry Tweaks and All and otherSoftware.

Change the text on Start button in XP

Step 1 - Modify Explorer.exe File

In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article we have used Resource Hacker. Resource Hacker is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Mcft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems.

get this from h**p://delphi.icm.edu.pl/ftp/tools/ResHack.zip

The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe.

The category we are going to be using is “String Table”. Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.

There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case we used Click Me!

You’ll notice that after the new text string has been entered the Compile Script button that was grayed out is now active. we won’t get into what’s involved in compiling a script, but suffice it to say it’s going to make this exercise worthwhile. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file. Save the newly named file to C:\Windows.

Step 2 – Modify the Registry

!!!make a backup of your registry before making changes!!!

Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open field. Navigate to:

HKEY_LOCAL_MACHINE\ SOFTWARE\ Mcft\ Windows NT\ CurrentVersion\ Winlogon

In the right pane, double click the “Shell” entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.

Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.

Written by magakos on July 15th, 2008 with no comments.
Read more articles on Registry Tweaks and WindowS HackS and All and otherSoftware.

Add Defragment Option to the Right-Click Menu for a Drive in Windows Vista

If you want to access the Disk Defragment tool in Windows Vista or in XP, you usually have to either access it through the Windows start menu, or open up from the drive properties window. Instead of going through these lengthy steps, we can use a simple registry tweak to add Disk Defragment option as a menu item to the drive right-click menu.The steps for this Windows Vista registry tweak is given below:

Open Windows Vista start menu and run regedit from the run box to open the Registry Editor and follow the steps:

  • Navigate to the following registry key:
HKEY_CLASSES_ROOT\Drive\shell

  • Create a new registry key called “runas” and set it’s default value to”Defragment“.
  • If you want to hide this newly created right-click menu item behind the Shift key right-click menu, then add a new string called “extended” with no value.
  • Then create another registry key called “command” and set the value of this newly created registry to the following:
defrag %1 -v
  • Close the Windows registry editor window and reboot your computer to take effect the changes.

To check the results of your Windows Vista trick, just right-click on the drive icon in Computer in Windows Vista and you should see the newly created Disk Defragment menu item.

Written by magakos on June 28th, 2008 with no comments.
Read more articles on Registry Tweaks and WindowS HackS and All and otherSoftware.

Secret Backdoor to Many Websites

Ever experienced this? You ask Google to look something up; the engine returns with a number of finds, but if you try to open the ones with the most promising content, you are confronted with a registration page instead, and the stuff you were looking for will not be revealed to you unless you agree to a credit card transaction first….
The lesson you should have learned here is: Obviously Google can go where you can’t.Can we solve this problem? Yes, we can.
We merely have to convince the site we want to enter, that WE ARE GOOGLE. In fact, many sites that force users to register or even pay in order to search and use their content, leave a backdoor open for the Googlebot, because a prominent presence in Google searches is known to generate sales leads, site hits and exposure.Examples of such sites are Windows Magazine, .Net Magazine, Nature, and many, many newspapers around the globe.How then, can you disguise yourself as a Googlebot? Quite simple:
by changing your browser’s User Agent.
Copy the following code segment and paste it into a fresh notepad file. Save it as Useragent.reg and merge it into your registry.

****************************************

*****

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersion Internet Settings5.0User Agent]
@=”Googlebot/2.1?
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersion Internet Settings5.0User Agent]
@=”Googlebot/2.1?
“Compatible”=”+http://www.googlebot.com/bot.html

***************************************************

Please Remove The Spaces Between CurrenVersion Internet Settings

“Voila! You’re done!You may always change it back again….
I know only one site that uses you User Agent to establish your eligability to use its services, and that’s the Windows Update site…
To restore the IE6 User Agent, save the following code to NormalAgent.reg and merge with your registry:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWind

owsCurrentVersionInternet Settings5.0User Agent]
@=”Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)”

Written by magakos on June 25th, 2008 with no comments.
Read more articles on Registry Tweaks and InterneT TrickS and All and otherSoftware.

No older articles

Newer articles »