STAGING This is not the live site
Rust - Windows - How to Install Rust | centrexIT Knowledge Center
Loading...
centrexIT
Knowledge Center

Creyon Bio Rust - Windows - How to Install Rust

KB00064518
Cory Walton Work Instruction 1 min
Publishedv1

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