Donate Share

Remote Control Center

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Import Excel List

You are viewing a single message from this topic. View all messages.

  1. 2008-07-16 09:53:59 UTC
    Hi.

    You must transform your excel sheet into the following XML format

    <?xml version="1.0" encoding="UTF-8"?>
    <registry>
    <k name="HKEY_CURRENT_USER">
    <k name="Software">
    <k name="Remote Control Center">
    <k name="Sessions">
    <k name="Put here hostname">
    <v name="Local Display" value="0xffffffff (-1)" type="REG_DWORD"/>
    <v name="Server Display" value="0xffffffff (-1)" type="REG_DWORD"/>
    <v name="Server IP" value="Put here IP address"/>
    <v name="Type" value="0x00000004 (4)" type="REG_DWORD"/>
    <v name="VNC Parameters" value=" /console /f"/>
    </k>
    ......
    <k name="Put here hostname">
    <v name="Local Display" value="0xffffffff (-1)" type="REG_DWORD"/>
    <v name="Server Display" value="0xffffffff (-1)" type="REG_DWORD"/>
    <v name="Server IP" value="Put here IP address"/>
    <v name="Type" value="0x00000004 (4)" type="REG_DWORD"/>
    <v name="VNC Parameters" value=" /console /f"/>
    </k>
    </k>
    </k>
    </k>
    </k>
    </registry>

    "VNC Parameters" XML key contains MS TSC parameters /f for full screen and /console to connect to server console.

    "Type" XML key contains 4 for MS TSC session.

    Cheers
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.