use*_*402 5 finder toolbar macos
我可以通过按 option+command+T 来隐藏 Finder 中的工具栏。但是,它仅将其保存到我按命令执行的文件夹中的 .DS_store 文件中。我希望工具栏默认隐藏,因为我只使用快捷方式,而且我喜欢它提供的额外查看空间。
我不知道默认情况下隐藏工具栏的任何方法,但您可以从上下文菜单中选择“自定义工具栏”后将所有项目拖出工具栏。

或者在 AppleScript 编辑器中运行类似的代码:
tell application "Finder"
repeat with f in (get folders of home)
open f
tell window 1
set toolbar visible to false
close
end tell
end repeat
end tell
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1212 次 |
| 最近记录: |