For users, who want to move the Armory and Bitcoin core files to a new directory, follow:
Check whether this works or not:
Navigate to the original Armory installation folder:
- 32-bit: C:\Program Files (x86)\Armory
- 64-bit: C:\Program Files\Armory
Right-click on the file ArmoryQt.exe Select Send to and select Desktop (create shortcut). Go to your desktop, right click the new shortcut just created, and select Properties, select the Shortcut tab. Next, go to the Target field and add the following command line arguments to the end: --satoshi-datadir="new location" --datadir="new location". Start Armory using the newly created shortcut
For example, "C:\Program Files\Armory\ArmoryQt.exe" --satoshi-datadir="F:\Bitcoin\new\home\dir" --datadir="F:\Armory\new\home\dir".
P.S. If you just want to move the databases, then add command --dbdir="
~~MZ~~