Skip to main content

How to change MAC address on windows

by: prayag nao

Today we will learn how to change MAC(Media access  control) address.

what is MAC address?

A media access control address (MAC address) is a unique identifier assigned to network interfaces for communications on the physical network segment. MAC addresses are used as a network address for most IEEE 802 network technologies, including Ethernet. Logically, MAC addresses are used in the media access control protocol sublayer of the OSI reference model.

 we will learn step by step...

1) Open command prompt (window + R and type cmd)  and type ipconfig/all .






2) Now it will open all connection available on pc. In give picture (in red box)  you can see your MAC address as name of physical address.I am using for LAN,you can use it for WLAN also.







3)Now next step is go to Control Panel >> Network and Sharing Center . now click on change adapter setting. Now select your connection and right click on it and select properties.







4)Now a new window will open,click on Configure.








5) now click on Advanced Tab and select Network address and give any MAC address what you want. I give 000000000011.





6) Now check again you MAC address By typing ipconfig/all  and check physical address
    it is changed to 000000000011.








Enjoy...........!!!!!

if  you have any query pls comment below.

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 ...