CKB:Symbolic Link for AppData resource

Aus Cryptshare Documentation
Version vom 14. Januar 2022, 13:35 Uhr von Maintenance script (Diskussion | Beiträge) (Imported from text file)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu:Navigation, Suche


Applies to:

All versions of Cryptshare for Office 365 & Outlook

Purpose:

In most terminal server environments, a roaming profile is used to provide the user specific data on multiple terminal servers. In case of zero profiling a redirection is mandatory to provide the needed data for the add-in to work properly.

Solution:

Use a Symlink/Symbolic Link to redirect the resource directory. The persistent data is stored in the following folder: C:\Users\*user*\AppData\Roaming\befine Solutions AG To redirect the folder by a Symlink we will use the Windows tool mklink which is provided by default and has not to be installed on your Windows system. To create the link, please follow the instructions below:

  1. Open the Windows command line tool (`cmd`)
  2. Execute the following command:
`mklink /D` `"C:\Users\*user*\AppData\Roaming\befine Solutions AG"` `"\\folder\of\your\choice"`

After the procedure has finished, the data will be stored in the folder of your choice, as soon as you start Outlook.

Related articles

`mklink` documentation: https://docs.microsoft.com/de-de/windows-server/administration/windows-commands/mklink How to execute mklink with non-elevated privileges: https://superuser.com/questions/124679/how-do-i-create-a-link-in-windows-7-home-premium-as-a-regular-user