📌 Files and Their Functions:
silentlycontinu.cmd → Checks if RustDesk is installed and applies the new password using --password. It also copies and executes a PowerShell script.
Client-Deployment → Performs additional configurations in RustDesk, ensuring the changes persist correctly.
🔧 Execution Steps:
Download the files from the GitHub repository.
Run silentlycontinu.cmd as an administrator.
The script will check if RustDesk is installed:
If installed, it will close the application, apply the new password, and restart it.
If not installed, it will proceed with the rest of the process without interruptions.
Copies Client-Deployment to the device and executes it to apply additional configurations.
A hotfix was applied to change the RustDesk password using the --password parameter, ensuring it is correctly applied:
batch
Copiar
Editar
start "" "%RustDeskPath%" --password "C0n3x10n@mavi"
This line is executed after closing RustDesk if it is running, guaranteeing that the new password is set before restarting the program.