1.打开“终端”
2.输入 sudo -s
接着输入电脑密码
3.依次运行以下命令:
cd /Library/LaunchAgents
sudo vim com.oray.sunlogin.agent.plist
sudo vim com.oray.sunlogin.startup.plist
cd /Library/LaunchDaemons
sudo vim com.oray.sunlogin.helper.plist
sudo vim com.oray.sunlogin.plist
4.分别打开文件,保持英文状态下,输入 i 进入编辑模式
编辑过程中可以移动光标 或者键盘上的上下左右键进行选中要修改的内容。
修改文件中的这几个值。
5.按esc 退出编辑,然后再输入 :wq
就保存退出了。
:q (直接退出不保存的)