How to Close Frozen Applications in macOS
How to Close Frozen Applications in macOS

Oftenly, you might have experienced that sometimes a program in Windows becomes unresponsive.
Obviously, you might have pressed Ctrl-Alt-Delete key combination to program to quit.
Read Also: How to Find Your MAC Address in Windows 10
Unfortunately, Ctrl-Alt-Delete won’t work on macOS for quitting unresponsive programs. In macOS, you can quit unresponsive programs by using these steps:
See Also: How to Shade Every Other Row in Microsoft Excel
Step 1:
- Press Command-Option-Esc on the keyboard for opening Applications window for Force Quit.

Step 2:
- Choose the program you wish to terminate and tap on Force Quit.

Step 3:
- In the top left corner, Click the Apple logo.
- Select Force Quit from the drop-down menu as an alternate method.

How to Close Frozen Applications in macOS的更多相关文章
- 制作 macOS Sierra 正式版U盘USB启动安装盘方法教程 (全新安装 Mac 系统)
		使用命令行创建制作 macOS Sierra 正式版 USB 安装盘 1.准备一个 8GB 或更大容量的 U盘,并备份好里面的所有资料. 2.下载好 macOS Sierra 正式版的安装程序(app ... 
- 通过 U 盘启动重装 macOS 系统
		重装系统是工作和生活中经常需要做的事情,作为一名开发人员,学会该技能你才是一名合格的程序猿!以后再也不会遇到"程旭元你会装系统吗?"的尴尬了!本文主要介绍怎样通过U盘启动重新安装 ... 
- macOS Sierra 10.12.6 安装u盘制作
		一.准备工作: 准备一个 8GB 或以上容量的 U 盘,确保里面的数据已经妥善备份好(该过程会抹掉 U 盘全部数据) 从这里下载苹果官方 OS X Yosemite 正式版的安装程序 (可选 AppS ... 
- 如何使用U盘安装macOS high Sierra?
		当你不再只是想升级系统的时候,而是想把系统重装,你可能就会用到如标题所说的方式:使用U盘安装mac系统.所以我们需要做以下几件事情,就可以顺利地重装mac系统: 第一步.在App Store下载最新的 ... 
- How to install macOS Sierra on Skylake
		create usb installer sudo /Applications/Install\ macOS\ Sierra.app/contents/resources/createinstallm ... 
- 安装MACOS操作步骤详解
		安装MACOS操作步骤详解 作者:尹正杰 版权声明:原创作品,谢绝转载!否则将追究法律责任. 关于安装MAC的操作系统其实大家都知道可以让客服帮忙提供软件上的支持,而且苹果客服都很有礼貌呢,而且非常的 ... 
- Macbook pro安装MacOS系统
		在app store 下载系统sierra; 打开磁盘工具,选择优盘,抹掉: 日志式,GUID分区: http://www.cnblogs.com/xiaobo-Linux/ 终端输入命令, sudo ... 
- 制作MacOS 系统启动盘
		1,首先需要在一台有MacOS系统,在Apple stroe下载MacOS High Sierra安装程序: 2,准备一个至少8G容量的U盘: 3,打开 “应用程序 → 实用工具 → 磁盘工具”,将U ... 
- macOS High Sierra 10.13正式版USB安装盘制作
		1.首先,准备一个 8GB 或更大容量的 U盘,并备份好里面的所有资料. 2.下载好 macOS High Sierra 正式版的安装程序:https://support.apple.com/zh-c ... 
随机推荐
- Redis 集群:CLUSTERDOWN The cluster is down
			1.错误 (error)CLUSTERDOWN The cluster is down 2.问题表现 Java项目使用redis集群时报错, HTTP Status 500 - Could not g ... 
- C#高效编程
			一. 使用readonly而不是const const是编译时常量,readonly是运行时常量.如果引用了一个库中的const常量,则在更新了程序集,但应用程序没有重新编译时,运行结果会出错 如程序 ... 
- 1 matplotlib绘制折线图
			from matplotlib import pyplot as plt #设置图形大小 plt.figure(figsize=(20,8),dpi=80) plt.plot(x,y,color=&q ... 
- 2019 家居云java面试笔试题 (含面试题解析)
			本人5年开发经验.18年年底开始跑路找工作,在互联网寒冬下成功拿到阿里巴巴.今日头条.家居云等公司offer,岗位是Java后端开发,因为发展原因最终选择去了家居云,入职一年时间了,也成为了面试官 ... 
- 最全的 pip 使用指南,50% 你可能没用过
			所有的 Python 开发者都清楚,Python 之所以如此受欢迎,能够在众多高级语言中,脱颖而出,除了语法简单,上手容易之外,更多还要归功于 Python 生态的完备,有数以万计的 Python 爱 ... 
- centos6安装composer
			需要使用到curl,没有的话需要 yum -y install curl ###安装一.下载:curl -sS https://getcomposer.org/installer | php ... 
- Grafana+prometheus+AlertManager+钉钉机器人
			一.Grafana (1)安装Grafana的Linux环境 在官网下载windows的Grafana的压缩包到指定目录,解压缩Grafana压缩文件到包含当前Grafana版本的文件夹.将该文件夹解 ... 
- Spring的核心机制:依赖注入
			依赖注入的概念 当一个对象要调用另一个对象时,一般是new一个被调用的对象,示例: class A{ private B b=new B(); public void test(){ b.say ... 
- resfframework中修改序列化类的返回值
			在序列化类中重写to_representation(self,instance)方法,这个是返回json对象的方法,返回的是一个待序列化的对象,可以直接对这个类进行定制,有关关联查询也可以在这里进行定 ... 
- 【故障处理】ORA-12162 错误的处理
			[故障处理]ORA-12162: TNS:net service name is incorrectly specified 一.1 场景 今天拿到一个新的环境,可是执行sqlplus / as s ... 
