Skip to main content

Change Processor Name Permanently

A while ago on Tweak And Trick, I published an article on changing your processor name. But recently, Anil Kumar pointed out that the trick only changed the name temporarily.

After a user restarts his computer, the name reverted back to original which is obvious as each time Windows boots, it checks the connected hardware and updates the registry value automatically.
Thus, the alien processor name you had earlier again reverted back to the boring old one.

Change Processor Name Permanently

Problem: To, make the name change permanent, it was required to update the Processor Name String registry key every time Windows starts. 

Solution: It is very easy to change your processor name permanently by creating a registry key and placing a shortcut to it in the Windows start up folder. To do so, just follow the steps given below:-


Steps :-
1.  Open Notepad.
2.  Copy and paste the exact code given below:-

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0]
"ProcessorNameString"="My Processor name 50000MHz"
To change the processor name, edit the part of the code given in blue. Also understand that \0 in the above code should only be present if Windows store your processor name at that location. Open the Registry Editor and navigate to the above mentioned keys to check whether or not to include the \0.

3.  Click on File Menu, click on Save As and select "All Types" in the Save as Type option. Save the file as ProcessorNameChange.reg or *.reg.
4.  Create a new shortcut on your desktop. Enter regedit / S "Location of the .reg file" as the location of the item. For example, enter regedit /S "C:\Processor Name.reg" if your registry file is located in the root of C:\ drive.

Processor Name

5. Copy the created Shortcut file.
6.  Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) or toC:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista. Also remember that AppData is a hidden folder.)  if C: is your System drive.
7.  Paste the copied file.


This registry file would now execute each time when Windows starts and the Processor Name String would be modified each time. This means that even upon restarting your computer, you will see that the changed processor name is permanent.

Comments

Popular posts from this blog

How To Run C C++ Java Programs Without Any Software. [By TechFilz]

How To Run C C++ Java Programs Without Any Software C/C++ and Java are the also known as the mother of all the programming languages as this is one of the best Object Oriented Programming Language Of Computer World that plays great role in building out the real life project. So today in many school colleges of the world are teaching this language as a part of their studies. But you need a compiler and an interface to use these programming language. But not all the students have computer with them. That is why we are here to resolve the problem of  How To Run C C++ Java Programs Without Any Application . Yes you can do this without any need of any third party software in your PC. Just follow up the below method to proceed. How To Run C C++ Java Programs Without Any Software Run C C++ Java Programs Without Computer The method is simple and cool and with this you can run C/C++ and Java program in any smart device without having any software or compiler. Also this method ...

Cool Notepad tricks for Windows

Notepad, the text editor that comes bundled in Windows is an excellent tool for text editing. But that is not the only thing for which notepad is famous. It is also famous for its tricks and hacks. Here is a roundup of some of the best and coolest tricks that you can try using Notepad. Matrix Falling Code Effect - Notepad CMD (.BAT) Tricks Inspired by the movie Matrix, this falling code trick is extremely popular on social networking websites. Copy and paste the code given below in Notepad and save the file as "Matrix.bat" or *.bat.  @echo off color 02 :tricks echo %random%%random%%random%%random%%random%%random%%random%%random% goto tricks Matrix Falling Code Effect - Notepad Trick Upon running the bat file, you will see the "Matrix falling code" effect. Make Your Keyboard Type (Any) Message Continuously-VBS Trick This VBS trick can make any of your friend's keyboard type any message continuously. Open Notepad, copy the code given below and s...

10 Apps You Probably Didn’t Know Can Earn You Extra Money

You probably already know that there are apps you can use not only for entertainment, but for earning extra money or saving some. But, you may not know about these apps, which are some of our favorites. Check out these 10 killer apps you can use to save or make extra money in your spare time. 1.  Foap Download links:  Android  |  iOS This is an app that allows you to make money by taking photos. You can charge as much as you like per photo, which means that your money-making opportunities through Foap are virtually limitless. People are always looking for a huge variety of photos, and you may be surprised at how much money you can make with a photo of your cat. 2.  Bookscouter Download links:  Web-Based If you have old books you want to get rid of, use this app to sell them. Scan the barcodes with your smartphone, and Bookscouter will let you see comparisons of payouts from more than 20 book buyback companies. Once you find the be...