Skip to main content

Customize the Manufacturer Support Info in Windows 7 or Vista.!!

By:Prayag Nao


If you have a computer with pre-installed Windows 7 or Vista, most likely you’ll notice the manufacturer’s support information when you look in the system properties window. If you’d like to customize this information or use a picture of your own in this space, you can do so easily.

Right-click on Computer and choose Properties.
Look my changed properties.



To edit the information in this screen, you’ll need to open up your registry editor and navigate down to the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation

Note: If this key does not exist, you can download the following registry file, which you will want to edit before double-clicking to add into the registry.


You can modify the following fields and put any values you’d like into them, with the exception of the Logo key, which you probably shouldn’t change.
  • Manufacturer
  • SupportHours
  • SupportPhone
  • SupportURL
  • Logo
The last important step is to either create or modify a bitmap file stored at the location specified in the Logo key, usually set to....

C:\Windows\System32\oemlogo.bmp

For best results, you’ll want to use a small logo file, preferably somewhere around 100×100 height/width. Also note that copying the file to that folder will require administrative permissions.

Comments

Popular posts from this blog

Real life Jarvis-Talk With Your Computer like Jarvis in Iron Man ....!

By:Prayag nao                                            Code to Make your Computer like Jarvis New Speech macro..>> Choose Advanced and change the code like this.. <speechMacros>   <command>     <listenFor></listenFor>   </command> </speechMacros> You have to add a commands  <listenFor>........</listenFor> - computer listens the words you specify here and respond accordingly. <speak>............</speak> - computer speaks what is written in this field according to the command which it got. Similarly, You can Edit more commands in the same way.   <speechMacros> <command> <listenFor>What's going on dude</listenFor> <speak>Nothing special tony</speak> </command> </speechMacros> ...

How does a handpump work ?

The most common tool to access a life source like water — this innovation boasts of none of the accolades that modern machines enjoy. Yet the simplicity and efficiency of design drives a sea of devices that permeate our lives at home and in industries. The unsung hero that India should be particularly proud of is called India Mark II. A human-powered pump designed to lift water from a depth of 50 m or less, it is the world’s most widely used water hand pump. It was designed in 1970 through the joint efforts of the government of India, UNICEF and WHO. Its purpose was to address the deathly problem of paucity of water and draught in rural areas of developing nations. By the mid 1990s, five million of the pumps had been manufactured and installed around the world. Hand Pump Parts: Handle Pump rod water outlet Piston Piston valve Foot valve Rising main Suction lift What does it do? Simply defined, hand pumps are manually operated pumps that use human power and ...

How to Set a Custom Logon Screen Background on Windows 7

By:Prayag nao Enabling Custom Backgrounds This feature is disabled by default, so you’ll have to enable it from the Registry Editor. You can also use the Group Policy Editor if you have a Professional version of Windows – scroll down a bit for the Group Policy Editor method. Launch the Registry Editor by typing regedit into the search box in the Start menu and pressing Enter. In the Registry Editor, navigate to the following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\Background You’ll see an DWORD value named OEMBackground. If you don’t see it, right-click in the right pane, point to the New submenu and create a new DWORD value with this name. Double-click the OEMBackground value and set its value to 1.  Note that selecting a new theme in the Appearance and Personalization window will “unset” this registry value. Selecting a theme will change the value of the key to the value stored in the theme’s .ini ...