Subscribe:

FACEBOOK

Labels

MY OTHER BLOGS

ONENETBRAIN

welcome to our webiste

Friday, 30 November 2012

Change MAC address in Windows Xp


1. Go to Start > Control panel > Network and Internet connections , then right click on the that network connection whose network card’s MAC address  you want to change and click Properties.
2. In the General tab, click on the Configure button.
3. Then click on the Advanced tab.
4.In the Property section, you have to see an option saying Network Address or Locally Administered Address. Select it and change the radio button to Value ( Not present means that your network card will use the default MAC address programmed by the manufacturer ).
5. Now type in a new MAC address and click OK.
6. Restart the computer.
7. To make sure that the change is successful go to command prompt ( Start > Run, type in cmd and click OK )  then type in  ipconfig /all.
As you can see the above method is very convenient but not all network cards offer such an option. For example, Broadcom 440x 10/100 ( used in Dell Inspiron 1501 laptops ) does not allow to change its MAC address through the Properties window. In such cases the following method will solve the problem.
1. Go to Start > Run and type regedt32 in the box to start the registry editor.
2. Go to the following registry key:  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318} and double click on it to expand the tree.
3. Now you can see the subkeys starting with 0000, then 0001, 0002, 0003, 0004 and so on. Each of them represents  particular network adapter.
4. Go through each subkey and look for DriverDesc keyword, that matches the network card you want to change the MAC address.
5. Look for a string value named “NetworkAddress”, right click on it and  select Modify. Then enter a new MAC address in its value data box.  If the value  “NetworkAddress” does not exist, then create one with right click on the subkey ( for example 0008 ), then select New > String Value, name the new value as NetworkAddress and repeat the above step.
6. You must restart your computer for the change to take effect.

Windows Accelerator 2.0 serial number

Serial: 2476-2310

 Enjoy....

How to install Win Xp from USB flash drive

Today I will try to write a short guide explaining how install Win XP from USB flash drive. It may be  useful if you need to reinstall the operating system of your netbook or if you own a laptop with a faulty optical drive and the only way to reinstall Windows is through USB , but before you start you will need a few things. The first is a small program, that I’m going to use for preparing the flash drive and copying the system files on it. It’s called WinSetupFromUSB and can be downloaded from here. You will also need original ISO file of Windows XP and of course USB Flash Drive with at least 1GB capacity for data storage.

OK! Let’s start.
1. Download and install WinSetupFromUSB.
2. Create a new folder with any name of your choice and extract the Windows XP ISO file into that folder. You can use programs like UltraISO.
3. Connect the USB Flash Drive to your PC and start WinSetupFromUSB. If drive is detected properly it should appear in the USB Disk Selection drop down menu. If you don’t see it there  this may be because it is not formatted yet.

Don’t worry, just press the RMPrepUSB button and select the options as shown in the picture below. Then click Prepare Drive.

Important! Using NTFS will significantly accelerate the installation process but may cause problems with certain models of flash drives. Therefore in such cases it is advisable to use FAT.
4.Answer OK to the following questions displayed by the program.
winsetup prepare drive 2

5. Now your device is ready and the only thing left is just to copy the Windows XP files to it. Click the browse button to specify the full path to the folder where you extracted the Windows XP ISO file.

6. Click GO to start the process. On the bottom of the screen you will see a progress bar showing the current status of the process. You can also monitor the number of copied files as well as the space they occupy on disc.

When the process is complete you can connect the flash drive to your notebook or netbook, enter the BIOS and set the computer to boot from USB. Installation will begin with the following window where you just press enter to continue.

At the next window you can see that the installation process is divided into two parts. Press Enter again to continue with the first part that runs in text mode. Proceed as usual with selecting the partition where you want to install and then wait until  windows files are copied on the hard drive.

After the first restart you will have to boot again from the USB drive, but in the second window you have to select the second part in order to continue with the GUI-mode of XP Setup. Actually, it may be selected automatically by the program and you can just press enter.

When installation is complete, your computer should be able to start Windows from its internal hard drive

Customize your desktop right-click menu

Today I’ll show you an easy trick, allowing you to add application shortcuts to your desktop right-click menu. Thus you can facilitate access to some of the programs installed on your computer or even to free additional space on your desktop by moving some of the icons in the menu, saving valuable space on the desktop, but at the same time  remaining easily accessible. The only thing you need to do is open the registry editor and add several new lines as explained below. For the next example I will try to add a shortcut to Windows Control Panel in the right-click menu of my desktop.  Let’s see
.
1. Open the Start menu, type regedit.exe in the search box and press Enter.
2. Now go to HKEY_CLASSES_ROOT\Directory\Background\shell , create new key and rename it to a name of your choice (in my example it will be Control Panel).  Remember that the name of this key will be exactly the same as will appear in the menu.
3. Right click on Shell, then select New > Key and rename it. You should see something similar to the picture below.


4. Now you need to create a subkey containing the command information required to start the Control Panel   application.  Do this by right-clicking on the key that you just created, then select New > Key and rename this subkey command.
5. To edit the name and data value for the new subkey just double click on the “Default” or the small “ab” icon in the right hand window.
6. Then in the Value data field enter full path to the .exe file of the program you wish to start.  In this example it must be   C:\WINDOWS\system32\control.exe . 
 Here is the place to mention that .exe files of the various programs may have different locations on the hard drive, so you will probably need to find them manually. However, there are two basic rules you should follow. As you may know Control Panel is a system component so we can say that it is part of the operating system that was installed during the installation of Windows.
Therefore you must look for it in the C:\WINDOWS\system32 folder as this is the defalt installation folder for all system applications.On the other hand, all user programs (like multimedia players, browsers, office tools, etc.) should be located in C:\Program Files but this entirely depends on how your system is organized.
7.This is the final result of our example. Note that you can add as many programs as you wish, simply by repeating the steps above.

Find storage device plugged in your computer

Today I’ll show you an easy trick, allowing you to add application shortcuts to your desktop right-click menu. Thus you can facilitate access to some of the programs installed on your computer or even to free additional space on your desktop by moving some of the icons in the menu, saving valuable space on the desktop, but at the same time  remaining easily accessible. The only thing you need to do is open the registry editor and add several new lines as explained below. For the next example I will try to add a shortcut to Windows Control Panel in the right-click menu of my desktop.  Let’s see
.
1. Open the Start menu, type regedit.exe in the search box and press Enter.
2. Now go to HKEY_CLASSES_ROOT\Directory\Background\shell , create new key and rename it to a name of your choice (in my example it will be Control Panel).  Remember that the name of this key will be exactly the same as will appear in the menu.
3. Right click on Shell, then select New > Key and rename it. You should see something similar to the picture below.


4. Now you need to create a subkey containing the command information required to start the Control Panel   application.  Do this by right-clicking on the key that you just created, then select New > Key and rename this subkey command.
5. To edit the name and data value for the new subkey just double click on the “Default” or the small “ab” icon in the right hand window.
6. Then in the Value data field enter full path to the .exe file of the program you wish to start.  In this example it must be   C:\WINDOWS\system32\control.exe . 
 Here is the place to mention that .exe files of the various programs may have different locations on the hard drive, so you will probably need to find them manually. However, there are two basic rules you should follow. As you may know Control Panel is a system component so we can say that it is part of the operating system that was installed during the installation of Windows.
Therefore you must look for it in the C:\WINDOWS\system32 folder as this is the defalt installation folder for all system applications.On the other hand, all user programs (like multimedia players, browsers, office tools, etc.) should be located in C:\Program Files but this entirely depends on how your system is organized.
7.This is the final result of our example. Note that you can add as many programs as you wish, simply by repeating the steps above.