MacOS 中 Office 历史记录一键清理

MacOS 中 Office 历史记录一键清理

如下

bash 复制代码
#!/bin/bash
rm -rf ~/Library/Containers/com.microsoft.Word/Data/Library/Preferences/com.microsoft.Word.securebookmarks.plist

rm -rf ~/Library/Containers/com.microsoft.PowerPoint/Data/Library/Preferences/com.microsoft.PowerPoint.securebookmarks.plist

rm -rf ~/Library/Containers/com.microsoft.Excel/Data/Library/Preferences/com.microsoft.Excel.securebookmarks.plist

参考

一键清理 MacOS 中 Office 历史记录的 Shell 脚本

相关推荐
心灵宝贝16 小时前
Kite Compositor for Mac v2.1.2 安装教程|DMG文件安装步骤(Mac用户必看)
macos
他们都不看好你,偏偏你最不争气20 小时前
【iOS】UIViewController
开发语言·macos·ios·objective-c·cocoa
李游Leo1 天前
Rust 开发环境安装与 crates.io 国内源配置(Windows / macOS / Linux 全流程)
windows·macos·rust
库奇噜啦呼1 天前
【iOS】UIViewController生命周期
macos·ios·cocoa
开开心心loky1 天前
[iOS] 属性关键字
macos·ios·objective-c·cocoa·xcode
帅得不敢出门2 天前
macOS苹果电脑运行向日葵远程控制软件闪退
windows·macos·远程控制·向日葵
夏小花花2 天前
Mac m系列芯片向日葵打不开 解决方案
macos·mac
刹_那2 天前
MAC 多个版本 JDK进行切换
macos
应凌云2 天前
Mac环境Neovim 与 LazyVim 安装指南
macos
开开心心loky2 天前
[iOS] ViewController 的生命周期
macos·ui·ios·objective-c·cocoa