Get Citrix, Microsoft, Oracle, and more virtualized application environments running with your roaming profile through JAMS.
How do I set up roaming profiles?
Simply add the following code to the JAMS Client appSettings in JAMSWin.exe.config or User.config.
We recommend adding the code to User.config, located by default at C:\Program Files\MVPSI\JAMS\Client\user.config.
<add key="RoamSetting"value="Roam"/>
As shown below:
If the RoamSetting key code exists, a default value of "Local" will be present. You may replace "Local" with the "Roam" value instead of adding the entire code.
Comments