Skip to content

CHICPRO

  • Life Log
  • Cycling Log
  • Photo Log
    • Portrait
    • Landscape
    • Flower
    • Etc
  • Coding Log
  • Information

맥 Word 에서 최근 문서 표시되지 않게 하기

2022-06-17 by 편리

윈도우와는 다르게 맥 Word 에서는 최근 문서를 표시하지 않게 하는 설정이 보이지 않는다. 그렇다고 매번 리스트를 삭제하는 것도 귀찮고 해서 혹시 방법이 없나 검색을 해보니.. 방법이 없는 게 아니었다! 최근 문서가 기록되는 설정 파일의 이름을 변경하거나 삭제해서 최근 문서 리스트가 노출되지 않도록 하는 것이다.

아래의 명령을 터미널에서 실행하면 된다.

mv ~/Library/Containers/com.microsoft.Word/Data/Library/Preferences/com.microsoft.Word.securebookmarks.plist ~/Library/Containers/com.microsoft.Word/Data/Library/Preferences/com.microsoft.Word.securebookmarks.old.plist

그리고 추가로 Excel 과 Powerpoint 도 최근 문서를 표시하지 않길 원한다면 아래의 명령을 각각 실행해 주면 된다.

mv ~/Library/Containers/com.microsoft.Excel/Data/Library/Preferences/com.microsoft.Excel.securebookmarks.plist ~/Library/Containers/com.microsoft.Excel/Data/Library/Preferences/com.microsoft.Excel.securebookmarks.old.plist
mv ~/Library/Containers/com.microsoft.Powerpoint/Data/Library/Preferences/com.microsoft.Powerpoint.securebookmarks.plist ~/Library/Containers/com.microsoft.Powerpoint/Data/Library/Preferences/com.microsoft.Powerpoint.securebookmarks.old.plist

근데 이렇게 하는 건 최근 문서가 많을 때 한번에 삭제하는 방법일 뿐 다시 워드 파일 등을 열게 되면 최근 문서에 기록된다. 최근 문서가 기록되지 않도록 하는 옵션이 맥에서도 지원되면 좋겠다.

Post navigation

Previous Post:

VS Code PHP 개발환경 세팅

Next Post:

Microsoft Edge 브라우저 검색엔진 구글로 변경

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

  • PHP 코드 중간에서 include_path 설정 변경하기
  • 아이폰 키보드 오타 줄이기
  • iPhone 음악 음질 향상 방법
  • Windows 11 업데이트 수동으로 설치하기
  • AWS CLI를 이용하여 S3 파일의 Content-Type 변경
  • 맥 Automator를 이용한 여러 개 App 동시실행
  • 인터넷 접속이 제한된 환경에서 brew 를 이용한 패키지 업데이트
  • Notepad++ NppFTP 플러그인 수동 설치
  • Gitlab CI 에서 Merge Request Approve 여부 체크
  • hidutil 을 이용한 맥키보드 한/영 변경키 변경

Recent Comments

  • 편리 on Notepad++ NppFTP 플러그인 수동 설치
  • paul-j on Notepad++ NppFTP 플러그인 수동 설치
  • YS on Windows 10 iCloud 사진 저장 폴더 변경
  • 편리 on Docker를 이용한 Centos7 + httpd + php 5.4 개발환경 구축
  • Stas on Docker를 이용한 Centos7 + httpd + php 5.4 개발환경 구축
  • 편리 on [PHP] HTTP와 PHP를 이용한 html5 video 스트리밍 구현
  • Kim on [PHP] HTTP와 PHP를 이용한 html5 video 스트리밍 구현
  • 편리 on 워드프레스 애니메이션 gif 파일을 mp4로 변환하여 출력하기
  • 고맙습니다 on 워드프레스 애니메이션 gif 파일을 mp4로 변환하여 출력하기
  • 편리 on PHPMailer를 이용한 이메일 발송

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2023 CHICPRO | Built using WordPress and SuperbThemes