Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to add/change the OEM Manufacturer Link

WinXP Tips

How to add/change the OEM Manufacturer Link

by  debonairOne  Posted    (Edited  )
The key listed actually creates a check box on the start panel in the properties of the start menu... this box when checked shows a predetermined icon/link to a url, which you can determine... To begin, just copy the below items in bold into a text file and save as a *.reg file... this registry file actually creates the linked button beneath the run button... this is available to all users... anywhere you see the color [color red]red[/color], just replace the value with info of your own... the %systemroot%\\tektips.ico value, refers to the file tektips.ico that must reside in the ..\windows or ..\winnt directory... the infotip value appears when the cursor is placed on the button... once you have edited the values to your liking, double click and import it into the registry... also, don't forget to edit the hyperlink at the bottom...



Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio
n\Explorer\StartMenu\StartPanel\ShowOEMLink]
"Type"="checkbox"
"Text"="@shell32.dll,-30516"
"HKeyRoot"=dword:80000001
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Exp
lorer\\Advanced"
"ValueName"="Start_ShowOEMLink"
"CheckedValue"=dword:00000001
"UncheckedValue"=dword:00000000
"DefaultValue"=dword:00000001
"NoOEMLinkInstalled"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio
n\Explorer\StartMenu\StartPanel\ShowOEMLink\Policy]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersio
n\Explorer\StartMenu\StartPanel\ShowOEMLink\Policy\NoOEMLink
Installed]
"RegKey"="Software\\Microsoft\\Windows\\CurrentVersion\\Expl
orer\\StartMenu\\StartPanel\\ShowOEMLink"

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-
00c04f60b9f0}]
@="[color red]Tek-Tips[/color]"
"InfoTip"="[color red]Tek-Tips Forums is Member Supported
[/color]""

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-
00c04f60b9f0}\DefaultIcon]
@="%SystemRoot%\\[color red]TekTips.ico[/color]""

[HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-
00c04f60b9f0}\Instance\InitPropertyBag]
"CLSID"="{13709620-C279-11CE-A49E-444553540000}"
"method"="ShellExecute"
"Command"="[color red]Tek-Tips[/color]"
"Param1"="http://www.tek-tips.com/"



*********************************************************
NOTE: Please make a backup copy of the registry prior to making any changes, unexpected results can happen if mistakes are made that can render the Operating System inoperable...
*********************************************************
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top