musescore / MuseScore

MuseScore is an open source and free music notation software. For support, contribution, bug reports, visit MuseScore.org. Fork and make pull requests!
https://musescore.org
Other
11.86k stars 2.57k forks source link

Disabling Cloud Storage Functionality in MuseScore #18371

Open majel123 opened 1 year ago

majel123 commented 1 year ago

We are utilizing Intune for Windows Surfaces to package and deploy MuseScore on our devices. We would like to prevent users from directly uploading or synchronizing files to cloud storage platforms. Our objective is to store the sheet music locally on the devices. Unfortunately, we have been unable to find an option in the MuseScore settings to disable this functionality. We have already attempted to restrict access through firewall rules, but the results were not satisfactory. Is there a way to disable or restrict the cloud storage functionality in MuseScore? We want to ensure that users can only save their sheet music locally.

cbjeukendrup commented 1 year ago

What would be necessary to achieve this? A command line option, or a special version of MuseScore, or a setting that can be toggled? In all these cases the user would be able to get around it (respectively by launching MuseScore from the command line without that option, or by installing the non-special version, or by toggling that setting manually, either via some hidden UI or by locating the settings file on the disk and editing it directly in a text editor).

majel123 commented 1 year ago

Thank you for your answer, we are using PowerShell to create installation and uninstallation scripts, and the users do not have administrative rights. What we are looking for is a PowerShell command to disable this requirement.