Map the Nimbox Vault folder as a drive
By default, the Nimbox Vault folder is located in your User folder. On most Windows computers, this will be located at C:\Users\Username\Nimbox Vault.
However, you may want to ‘mount’ the folder as a drive. To do this, launch Command Prompt (cmd.exe), and run:
subst [Drive letter that you want to mount as]: “c:\Users\[Username]\Nimbox Vault”
For example, to ‘mount’ the Nimbox Vault folder as your ‘Z drive,’ the command to run would be:
subst Z: “c:\Users\%username%\Nimbox Vault”