Loading...
centrexIT
Knowledge Center

Creyon Bio Rust - Windows - How to Install Rust

KB00064518
Cory Walton Work Instruction 1 min
PublishedCory Waltonv1.5
Published Nov 25, 2025Expires Jan 9, 2027

How to install Rust on Windows


Service Desk


When a request is made to install Rust


  • Double-click the downloaded file to run it.

  • A command prompt window will appear.

  • Press 1 to proceed with the default installation (recommended).
  • The installer typically does this for you. If not, follow its instructions to add Rust’s bin folder (usually C:\Users\YourName\.cargo\bin) to your system’s PATH.
  • Close and re-open any Command Prompt or PowerShell windows to update your PATH.
  • Open a new Command Prompt and run:

    cmd

    Copy code

    rustc --version