From 8f2c9ad8daf0d29c24b514234c59259d4d10ce7e Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Thu, 18 Jul 2024 11:48:52 +0900 Subject: [PATCH] Uninstall Dropbox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit My subscription will expire soon 😢 🤑 --- windows/README.md | 2 +- windows/winget/winget-pkgs-storage.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/windows/README.md b/windows/README.md index f6960e40..53178a5d 100644 --- a/windows/README.md +++ b/windows/README.md @@ -34,7 +34,7 @@ Basically following codes will be done in PowerShell ``` 1. Remove needless pre-installed tools. Pick up from [bulk-uninstall.ps](./winget/bulk-uninstall.ps1) -1. Change Dropbox storage path from `C:\Users`, default path made problems in System Restore.\ +1. If you are still using Dropbox, Change Dropbox storage path from `C:\Users`, default path made problems in System Restore.\ See for detail 1. Enable Bitlocker and backup the restore key diff --git a/windows/winget/winget-pkgs-storage.json b/windows/winget/winget-pkgs-storage.json index ca4b4328..8dd978e0 100644 --- a/windows/winget/winget-pkgs-storage.json +++ b/windows/winget/winget-pkgs-storage.json @@ -10,9 +10,6 @@ { "PackageIdentifier": "Cryptomator.Cryptomator" }, - { - "PackageIdentifier": "Dropbox.Dropbox" - }, { "PackageIdentifier": "Microsoft.OneDrive" },