恢复出厂设置

5日前更新
此译文内容陈旧,请参考英语版本: Revert to factory settings

    概览

    若您的应用程序偏好设置错乱, 则可能需要重置Musescore 应用程序偏好设置。这将删除自定符号面板和自定快捷键,并清除文件菜单与主标签页:乐谱下的的最近打开乐谱, 但不会删除任何乐谱文件。

    在重置前, 请尽管在MuseScore中文论坛咨询志愿者。请自己决定是否继续重置,Muse集团和在线社区不对任何数据丢失负责。

    从菜单恢复出厂设置

    1. 选择 帮助恢复出厂设置.
    2. 选择 恢复 以重置。
    3. 选择 重启 以重启应用程序。

    从命令行恢复出厂设置

    如果MuseScore没有启动, 您须通过命令行来运行本进程.

    Windows

    来源: https://musescore.org/en/node/342982

    1. 如果您打开了 MuseScore,则需要先关闭它 (File → Quit)
    2. 按下⊞ Win +R 以打开运行对话框。或用鼠标选择 “开始” 并输入“运行”, 然后单击“运行”程序。
    3. 点击 浏览…
    4. 在您的计算机上查找 MuseScore4.exe。其位置可能因您的安装而异,但它很可能在 我的电脑→ 本地磁盘 → Program Files → MuseScore 4 → bin → MuseScore4.exe
    5. 点击 打开 可退出浏览对话框并返回到运行对话框。 在运行对话框中应显示以下文本(或类似的内容):

    C:\Program Files\MuseScore 4\bin\MuseScore4.exe

    %ProgramFiles%\MuseScore 4\bin\MuseScore4.exe

    对于 Windows 应用商店版本 (Windows 10),它隐藏得很好,请通过 Windows 资源管理器搜索它

    1. 在引号之后单击并添加一个空格,后跟一个连字符和一个大写的F: -F
    2. 点击 确定

    几秒钟后, MuseScore应该会启动,所有设置都会恢复为“出厂设置”。

    对于高级用户,
    主偏好设置文件位于:
    C:\用户\[用户名]\AppData\Roaming\MuseScore\MuseScore4.ini

    %APPDATA%\MuseScore\MuseScore4.ini

    最近打开文件的列表位于:
    C:\用户\[用户名]\AppData\Local\MuseScore\MuseScore4\recent_files.json

    %LOCALAPPDATA%\MuseScore\MuseScore4\recent_files.json

    其他偏好设置(符号面板、会话、快捷方式、工作区、日志等)位于:
    C:\用户\[用户名]\AppData\Local\MuseScore\MuseScore4\

    %LOCALAPPDATA%\MuseScore\MuseScore4\

    对于 Windows 应用商店版本 (Windows 10),这些都隐藏得很好,请通过 Windows 资源管理器搜索它们。

    macOS

    本节 (macOS) 所编写的说明 **未经测试,且尚未在线上找到 Musescore 4 特定的 macOS 测试结果 (截至 2023 年 10 月)。 以下内容改编自 Musescore 3 https://musescore.org/en/handbook/3/revert-factory-settings。请测试它,纠正错误,并删除本段落.

    1. 如果您打开了 MuseScore,则需要先关闭它 (MuseScore → Quit)
    2. 打开 “终端” (在 “应用程序” / “实用工具” 中, 或通过 Spotlight 搜索),应该会出现一个会话窗口
    3. 在终端行中输入(或复制/粘贴)以下命令(包括前面的“/”):

    /Applications/MuseScore\ 4.app/Contents/MacOS/mscore -F

    这会将所有 MuseScore 偏好设置重置为出厂设置,并立即启动 MuseScore。请注意,如果不退出 MuseScore,则无法退出终端。您可以安全地退出 MuseScore,退出终端,然后以正常方式重新打开MuseScore,继续使用。

    For advanced users, the main MuseScore preference file is located at ~/Library/Preferences/org.musescore.MuseScore4.plist. Often, deleting this file has no effect: macOS stores a cached copy of the settings in some unknown location. The correct way to delete this file, is by running the following command in the Terminal app:
    defaults delete org.musescore.MuseScore4

    The other preferences (palettes, session, shortcuts, workspaces, logs,...) (Those are not cached by macOS.) are in
    ~/Library/Application\ Support/MuseScore/MuseScore4/

    Linux

    source : https://musescore.org/en/node/345932

    The following is true for Ubuntu, and most likely all other Linux distributions and UNIX-style operating systems.

    1. If you have MuseScore open, you need to quit the application first (FileQuit)
    2. From the Ubuntu main menu, choose ApplicationsAccessoriesTerminal. A Terminal session window should appear
    3. Type, (or copy/paste) the following command into your terminal line (Ctrl+Shift+V to paste in Terminal):

    mscore -F
    Or
    musescore -F
    Or
    mscore4portable -F
    Or, if you are using the AppImage version, use the cd command to change directory to wherever you saved the AppImage. For example, if you saved it to your Desktop (and there is only one):
    cd ~/Desktop
    ./MuseScore*.AppImage -F

    This resets all MuseScore preferences to factory settings and immediately launches the MuseScore application. You can now quit Terminal, and continue using MuseScore.

    For advanced users,

    the main MuseScore preference file is located at
    ${XDG_CONFIG_HOME:-~/.config}/MuseScore/MuseScore4.ini

    The other preferences (palettes, session, shortcuts, workspaces,logs, …) are in
    ${XDG_DATA_HOME:-~/.local/share}/MuseScore/MuseScore4/