This PowerShell script automates the process of updating the RustDesk ID and password and securely storing the information in Bitwarden.
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.
Ensure PowerShell execution policy allows running scripts. You may need to run:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Open PowerShell as an administrator.
Navigate to the directory containing the script:
cd path\to\script\directory
Run the script:
.\rustdesk-config-update.ps1
Follow the on-screen prompts to:
The script doesn't require any pre-configuration. All necessary inputs are prompted during execution.
Contributions to improve the script are welcome. Please follow these steps:
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
file for more information.
For support, please open an issue in the GitHub repository.