How to move Kryptex to another folder
2021년 2월 11일 1: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\Kryptexrmdir /S %AppData%\Kryptexmklink /D %AppData%\Kryptex E:\your_folder\Kryptex
Now Kryptex is located at E:\your_folder\Kryptex