How to move Kryptex to another folder
11 de febrero de 2021 a las 13:35
It sounds like you're worried about disk space, and the good news is, Kryptex app is completely portable. You can move it wherever you want, then mklink. Open cmd.exe and type the following:
robocopy /MIR %AppData%\Kryptex E:\your_folder\Kryptex
rmdir /S %AppData%\Kryptex
mklink /D %AppData%\Kryptex E:\your_folder\Kryptex
Now Kryptex is located at E:\your_folder\Kryptex