ssrgmbh / change-rustdesk-id

Scripts to change the Rustdesk ID to a custom ID
MIT License
6 stars 0 forks source link

RustDesk ID Update Script

This PowerShell script automates the process of updating the RustDesk ID and password and securely storing the information in Bitwarden.

Features

Prerequisites

Installation

  1. Clone this repository or download the script file:

    git clone https://github.com/yourusername/rustdesk-config-update.git

    or download rustdesk-config-update.ps1 directly.

  2. Ensure PowerShell execution policy allows running scripts. You may need to run:

    Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Usage

  1. Open PowerShell as an administrator.

  2. Navigate to the directory containing the script:

    cd path\to\script\directory
  3. Run the script:

    .\rustdesk-config-update.ps1
  4. Follow the on-screen prompts to:

    • Choose a new RustDesk ID
    • Confirm the updates
    • Optionally save the information to Bitwarden

Configuration

The script doesn't require any pre-configuration. All necessary inputs are prompted during execution.

Security Considerations

Contributing

Contributions to improve the script are welcome. Please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE file for more information.

Acknowledgements

Support

For support, please open an issue in the GitHub repository.