Git Product home page Git Product logo

regi-processor's Introduction

Regi-Processor: The CPU Name Changer

Regi-Processor is a PowerShell script designed to make it easy for users to update the CPU name in the Windows Registry. This script is particularly useful for users who want to customize the CPU name displayed in their system information.

Prerequisites

  • Windows operating system
  • Administrative privileges

Usage

  1. Download the Script:

    • Clone the repository or download the regi-processor.ps1 script directly.
  2. Open PowerShell:

    • Right-click on the Windows Start menu and select "Windows PowerShell (Admin)" to open PowerShell with administrative privileges.
  3. Navigate to the Script Location:

    • Use the cd command to navigate to the directory where the regi-processor.ps1 script is located.
  4. Run the Script:

    • Execute the script by typing .\regi-processor.ps1 and pressing Enter.

    Set Execution Policy (if needed):

    • If you encounter a permission issue, use the following command to set the execution policy:
       Get-ExecutionPolicy
      
    • If the policy is set to "Restricted" or "RemoteSigned," you can change it to "Unrestricted" or "Bypass" (for testing purposes only) by running the following command:
      Set-ExecutionPolicy RemoteSigned
      Set-ExecutionPolicy Unrestricted
    
  5. Follow the Prompts:

    • The script will prompt you to enter the new processor name. Type the desired name and press Enter.
  6. Wait for the Script to Complete:

    • The script will iterate through each CPU entry in the Windows Registry and update the CPU name as specified.
  7. Verify Changes:

    • After the script completes, verify that the CPU name has been updated by checking the system information or other relevant utilities.

Caution

  • Ensure you have administrative privileges before running the script.
  • Make sure to enter a valid and appropriate CPU name to avoid any unexpected behavior.

Contributions

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

regi-processor's People

Contributors

xd20111 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.