Bootstrap

macbook在网页上下载的软件不在启动台出现的解决办法

第一步:打开终端

第二步:在终端中输入这两行命令即可

defaults write com.apple.dock ResetLaunchPad -bool true
killall Dock

;