Forum Discussion

Chris42's avatar
Chris42
Active Contributor
2 years ago
Solved

Pre-fill custom fields in calling card connection screen?

I have a Calling Card deployment with 2 custom fields on the connect screen.  These are obviously stored somewhere locally since they auto-fill, must be in the registry somewhere, but I can't figure out exactly where.

My goal here is to be able to pre-fill those values when the calling card is installed remotely as an intune managed app.  I can run a powershell command on the remote system, I just need to figure out the registry values to write to.

Any suggestions on how to achieve this?

 

  • Thank you.

     

    These are set in: Computer\HKEY_CURRENT_USER\Software\LogMeInRescueCallingCards\<ABCD> Cfield 0 through 5 where ABCD is the identifier of the installed calling card and Cfield 0 through 5 are the respective custom fields

     

    There are also launcher parameters that you can use to prefill the custom fields on launch through scripting: CallingCard.exe Parameters

     

3 Replies

  • GlennD's avatar
    GlennD
    GoTo Manager
    2 years ago

    Thank you.

     

    These are set in: Computer\HKEY_CURRENT_USER\Software\LogMeInRescueCallingCards\<ABCD> Cfield 0 through 5 where ABCD is the identifier of the installed calling card and Cfield 0 through 5 are the respective custom fields

     

    There are also launcher parameters that you can use to prefill the custom fields on launch through scripting: CallingCard.exe Parameters

     

  • Chris42's avatar
    Chris42
    Active Contributor
    2 years ago

    What I'm looking for is where that data gets retained.  So that when we install the app we can fill it in on the user's behalf before they even run the program.