赞
踩
MacOS 中 Office 历史记录一键清理
如下
#!/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
参考
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。