Skip to main content

Macbook 联网重装电脑 MacOS

重新安装 macOS

您可以使用 Mac 上的内建恢复系统“macOS 恢复”来重新安装 macOS。“macOS 恢复”会在重新安装期间保留您的文件和用户设置不变。

【重要事项】您的电脑必须接入互联网,才能重新安装 macOS。

  1. 在 macOS 恢复中启动您的电脑:

    • 在搭载 Apple 芯片的 Mac 上:选取苹果菜单  >“关机”,按住电源按钮直至“正在载入启动选项”出现,选择“选项”,点按“继续”,然后按照屏幕指示进行操作。

    • 在搭载 Intel 芯片的 Mac 上:选取苹果菜单  >“重新启动”,然后立即按住以下其中一个组合键(视您想执行的操作而定):

      • 安装与您电脑兼容的 macOS 最新版本:Option-Command-R。

      • 重新安装您电脑原始版本的 macOS(包括可用的更新):Option-Shift-Command-R。

      • 重新安装当前版本的 macOS:Command-R。

  2. 在“恢复” App 窗口中,针对您的 macOS 版本选择“重新安装”,然后点按“继续”。

  3. 请按照屏幕指示进行操作。在您选择宗卷的面板中,选择您当前的 macOS 宗卷(大多数情况下,它是唯一可用的宗卷)。

Comments

Popular posts from this blog

Install Gradle on Windows

First, please make sure you have PowerShell installed on your Windows machine. And run the following commands: Set-ExecutionPolicy RemoteSigned -scope CurrentUser iex (new-object net.webclient).downloadstring('https://get.scoop.sh') scoop install gradle And then you can run   gradle --version if you see something like: Build time:   2017-04-10 13:37:25 UTC Revision:     b762622a185d59ce0cfc9cbc6ab5dd22469e18a6 Groovy:       2.4.10 Ant:          Apache Ant(TM) version 1.9.6 compiled on June 29 2015 JVM:          1.8.0_131 (Oracle Corporation 25.131-b11) OS:           Windows 10 10.0 amd64 This means the Gradle has been installed on your computer successfully.