Hi Kevin,
Thank you for reaching out to the Microsoft Community. I understand that you want to move an external app "Quicken" from C drive going to SSD drive. I'll be happy to assist you.
Just to take note: Windows 11 (and 10) doesn't always allow moving installed apps, especially traditional desktop apps like Quicken, which are typically installed via .exe installers rather than from the Microsoft Store. The “Move” option in Settings > Apps > Installed Apps only works for Microsoft Store apps that support relocation.
Traditional desktop apps (like Quicken) don’t support this feature natively. Even for Store apps, the move option is greyed out if the app developer hasn’t enabled relocation or if the target drive isn’t formatted correctly.
We can try this workaround:
Symbolic Link (Advanced but Effective)
-
- Symbolic Link (Advanced but Effective)
You can move the Quicken folder manually and create a symbolic link from the original location to the new one. This tricks Windows into thinking the app is still on the C-drive.
Steps:
- Move the Quicken installation folder (usually under C:\Program Files (x86)\Quicken) to your new SSD (e.g., D:\Apps\Quicken).
- Open Command Prompt as Administrator.
- Run this command: mklink /D "C:\Program Files (x86)\Quicken" "D:\Apps\Quicken"
- Launch Quicken and verify it works.
*** This method works best if Quicken doesn’t rely on registry entries pointing to the original path. If it fails, you may need to reinstall.
- Reinstall Quicken to SSD If symbolic links don’t work or cause issues: Uninstall Quicken. Reinstall it and choose a custom install location on your SSD during setup.
- Launch Quicken to confirm it works. Note: If Quicken relies on registry entries tied to the original location, this method may not work and a reinstall might be necessary.
Please let us know if these steps help resolve the issue, or if you need further assistance. We're here to help! If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Warm regards,
Edward Schlobohm