LogMeIn support sites no longer support Microsoft's Internet Explorer (IE) browser. Please use a supported browser to ensure all features perform as they should (Chrome / FireFox / Edge).

The GoTo support site no longer supports Safari 15. Please upgrade your browser to Safari 16 (or newer) or switch to a supported browser such as Google Chrome, Mozilla Firefox, or Microsoft Edge.

Looking to add seats to your Rescue subscription or get a demo of Mobile Support or Camera Sharing? Request a quote.

We are currently experiencing an unplanned outage for this product. View Service Status
  • Support
  • Products

    Explore support by product

    GoTo Connect

    All-in-one phone, meeting and messaging software

    GoTo Meeting

    Video and audio meeting software

    GoTo Webinar

    All-in-one webinar and virtual events software

    GoTo Room

    Conference room hardware

    GoTo Training

    Online training software

    OpenVoice

    Audio conferencing software

    Grasshopper

    Lightweight virtual phone system

    join.me

    Video conferencing software

    LogMeIn Resolve

    IT management & support

    LogMeIn Resolve MDM

    Mobile device management

    LogMeIn Pro

    Remote device access

    LogMeIn Central

    Remote monitoring & management

    LogMeIn Rescue

    Remote IT support

    GoToMyPC

    Remote desktop access

    GoToAssist

    Remote support software

    Hamachi

    Hosted VPN service

    RemotelyAnywhere

    On-prem remote access solution
  • Community
  • Trainings
  • Service Status
  • Want to try a download free option?

    Try the new web console experience!

    Rescue WebTC
  • Language selector icon Language selector icon
    • English
    • Français
    • Italiano
    • Deutsch
    • Español
    • Português
    • Nederlands
  • Contact Support
  • Service Status
  • User Avatar User Avatar
    • Support
    • Contact Support
    • Browse Products
    • Service Status
    • Community
    • Trainings
    • Sign in
    • User Avatar
    • My Account
    • Personal Info
    • Sign In & Security
    • Billing Center
    • https://link.goto.com/myaccount-billing
    • My GoTo Connect
    • My Meetings
    • My Webinars
    • My Trainings
    • My Conferences
    • My Resolutions
    • My Mobile Devices
    • My Sessions
    • My Sessions
    • My Incidents
    • Sign out
  • Technician Content
  • Providing Support
  • Rescue vPro
  • Getting Started
product logo
Back button image Back
Back button image
product logo

Using Windows Registry scripts to setup Intel EMA server configurations for the Rescue Technician Console

Intel EMA Server Configuration settings are saved to the user-specific registry tree. Rescue Administrators can edit Intel EMA server configurations from the Rescue Technician Console UI under Tools > Manage Intel EMA Server Configuration. This article explains in detail how the information is stored in the registry, and how IT admins can import/export, as well as update the Intel EMA Server Configurations without using the Technician Console UI.

Option 1: Exporting and importing existing configurations via registry scripts

Rescue Administrators can easily export existing Intel EMA server configurations that had been set in the TC with the Windows command shell:
reg export HKCU\Software\LogMeInRescue\TechConsole\AMT\Servers\Intel EMA Intel EMA_settings.reg
This creates an Intel EMA_settings.reg registry script file, with content similar to the following:
Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\LogMeInRescue\TechConsole\AMT\Servers\Intel EMA]
 
[HKEY_CURRENT_USER\Software\LogMeInRescue\TechConsole\AMT\Servers\Intel EMA\3C574228-C3AD-4AAF-812E-0992C732D089]
"server"="https://Intel EMA-1.my-domain.com"
"user"=hex:01, 02, 03, ...
"pass"=hex:01, 02, 03, ...
"name"="Intel EMA Server 1"
"authMethod"="localUser"
 
[HKEY_CURRENT_USER\Software\LogMeInRescue\TechConsole\AMT\Servers\Intel EMA\4AB67B70-77F8-4D8C-BA4E-192C9B2D4203]
"user"=hex:01, 02, 03, ...
"pass"=hex:01, 02, 03, ...
"server"="https://Intel EMA-2.my-domain.com"
"name"="Intel EMA Server 2"
"authMethod"="activeDirectory"

The registry script file contains the user names and passwords (keys “user” and “pass”) for the Rescue application. These credentials are encrypted and tied to the local user account, so they cannot be used by other accounts on the same or different machines. Therefore, if the registry script file is imported from a different user account, the credentials will need to be re-entered manually in the Rescue application. For large-scale deployments, we suggest deleting the “user” and “pass” lines from the registry script file before importing it.

You can import the registry script file either by double-clicking it in Windows Explorer, or by running the following command line:
reg import Intel EMA_settings.reg

Option 2: Creating registry script configuration files manually

You can create registry scripts with Intel EMA server configurations as simple text files, without using the Rescue Technician console. To do this, you need to remember the following:

  • Give the file a “.reg” extension (this allows you to import it by double-clicking it).
  • Start the file with the string “Windows Registry Editor Version 5.00”.
  • Choose a unique identifier for each Intel EMA server configuration and store it at “[HKEY_CURRENT_USER\Software\LogMeInRescue\TechConsole\AMT\Servers\Intel EMA<unique identifier>]”. The identifier should be in UUID format. You can use one of these generators:
    • MacOS, Linux: uuidgen
    • Windows in a Powershell: [guid]::NewGuid()
    • Online: GUID Generator
  • Fill in the mandatory fields for each configuration:
    • “name”: a human-readable identifier for the Intel EMA server without any formatting characters.
    • “server”: the Intel EMA server root URL
    • “authMethod”: either “localUser” or “activeDirectory”.
  • Do not include the “user” and “pass” fields, as they need to be encrypted for the current user. Rescue TC will prompt you for credentials when you use them for the first time.
Let's see a sample registry script file:
Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\LogMeInRescue\TechConsole\AMT\Servers\Intel EMA\FE3BCB00-EB93-4613-A7E4-6F85438E9B0E]
"name"="Intel EMA Server 2"
"server"="https://Intel EMA-1.my-domain.com"
"authMethod"="localUser"
 
[HKEY_CURRENT_USER\Software\LogMeInRescue\TechConsole\AMT\Servers\Intel EMA\FD51499A-FEED-C0DE-CAFE-034DD084E1E8]
"name"="Intel EMA Server 2"
"server"="https://Intel EMA-2.my-domain.com"
"authMethod"="activeDirectory"
Related Articles:
  • How can I add a new Intel EMA Server Configuration?
  • How can I browse Intel EMA servers for available devices?
  • How can I stay logged in to Intel EMA within the Rescue Technician Console?
  • How can I run OOB Management Features that Require User Consent?
  • About the Rescue Intel vPro feature
Article last updated: 24 October, 2023
You are viewing the latest version of this article.

Need more help?

Contact icon Contact support
Community icon Ask the Community
Training icon Attend trainings
Video icon Watch videos
  • Language selector icon Language selector icon
    • English
    • Français
    • Italiano
    • Deutsch
    • Español
    • Português
    • Nederlands
  • About Us
  • Terms of Service
  • Privacy Policy
  • Trademark
  • Do Not Sell or Share My Personal Info
  • Browse Products
  • Copyright © 2025 GoTo Group, Inc. All rights reserved

Collaboration Products

GoTo Connect

GoTo Meeting

GoTo Webinar

GoTo Training

join.me

Grasshopper

OpenVoice

Remote Solutions Products

GoTo Resolve

Rescue

GoToAssist

Access Products

Pro

Central

GoToMyPC