Results 1 to 5 of 5

Thread: a script to enable remote desktop at registery!!!

  1. #1
    Ahmad Sabry Guest

    a script to enable remote desktop at registery!!!

    Hello !
    i'm using the registery to enable remote desktop manually

    HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
    fDenyTSConnections = 0

    is there any CMD command to enable it without to open the registery manually
    ?
    Thanks



  2. #2
    Lanwench [MVP - Exchange] Guest

    Re: a script to enable remote desktop at registery!!!


    "Ahmad Sabry" <askme@me.com> wrote in message
    news:eSqg%23D$tHHA.4916@TK2MSFTNGP04.phx.gbl...
    > Hello !
    > i'm using the registery to enable remote desktop manually
    >
    > HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
    > fDenyTSConnections = 0
    >
    > is there any CMD command to enable it without to open the registery
    > manually ?
    > Thanks
    >


    Are you using AD? If so, use group policy for this.



  3. #3
    Ahmad Sabry Guest

    Re: a script to enable remote desktop at registery!!!

    really no AD in this.
    i just need this to ad it as a command in my Clients answer file while
    installing windows, so i don't have to manualyy connect to the remote
    registery & enable it.
    thanks in advance for your help

    "Lanwench [MVP - Exchange]"
    <lanwench@heybuddy.donotsendme.unsolicitedmailatyahoo.com> wrote in message
    news:e2ZIaEAuHHA.4800@TK2MSFTNGP05.phx.gbl...
    >
    > "Ahmad Sabry" <askme@me.com> wrote in message
    > news:eSqg%23D$tHHA.4916@TK2MSFTNGP04.phx.gbl...
    >> Hello !
    >> i'm using the registery to enable remote desktop manually
    >>
    >> HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
    >> fDenyTSConnections = 0
    >>
    >> is there any CMD command to enable it without to open the registery
    >> manually ?
    >> Thanks
    >>

    >
    > Are you using AD? If so, use group policy for this.
    >




  4. #4
    Brad Rutkowski Guest

    Re: a script to enable remote desktop at registery!!!

    Check out:
    http://blogs.technet.com/brad_rutkow...my-server.aspx

    --
    This post is provided as-is and is my opinion, check the facts before doing
    anything in production.




    "Ahmad Sabry" wrote:

    > really no AD in this.
    > i just need this to ad it as a command in my Clients answer file while
    > installing windows, so i don't have to manualyy connect to the remote
    > registery & enable it.
    > thanks in advance for your help
    >
    > "Lanwench [MVP - Exchange]"
    > <lanwench@heybuddy.donotsendme.unsolicitedmailatyahoo.com> wrote in message
    > news:e2ZIaEAuHHA.4800@TK2MSFTNGP05.phx.gbl...
    > >
    > > "Ahmad Sabry" <askme@me.com> wrote in message
    > > news:eSqg%23D$tHHA.4916@TK2MSFTNGP04.phx.gbl...
    > >> Hello !
    > >> i'm using the registery to enable remote desktop manually
    > >>
    > >> HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
    > >> fDenyTSConnections = 0
    > >>
    > >> is there any CMD command to enable it without to open the registery
    > >> manually ?
    > >> Thanks
    > >>

    > >
    > > Are you using AD? If so, use group policy for this.
    > >

    >
    >
    >


  5. #5
    Special Access Guest

    Re: a script to enable remote desktop at registery!!!

    On Tue, 26 Jun 2007 17:55:22 +0300, "Ahmad Sabry" <askme@me.com>
    wrote:

    >really no AD in this.
    >i just need this to ad it as a command in my Clients answer file while
    >installing windows, so i don't have to manualyy connect to the remote
    >registery & enable it.
    >thanks in advance for your help
    >
    >"Lanwench [MVP - Exchange]"
    ><lanwench@heybuddy.donotsendme.unsolicitedmailatyahoo.com> wrote in message
    >news:e2ZIaEAuHHA.4800@TK2MSFTNGP05.phx.gbl...
    >>
    >> "Ahmad Sabry" <askme@me.com> wrote in message
    >> news:eSqg%23D$tHHA.4916@TK2MSFTNGP04.phx.gbl...
    >>> Hello !
    >>> i'm using the registery to enable remote desktop manually
    >>>
    >>> HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server
    >>> fDenyTSConnections = 0
    >>>
    >>> is there any CMD command to enable it without to open the registery
    >>> manually ?
    >>> Thanks
    >>>

    >>
    >> Are you using AD? If so, use group policy for this.
    >>

    >


    easy fix: Export the data from an existing working server into a REG
    file. Delete all but the value you want to put in the registry for
    the new machines.

    regedit <filename.reg> /s

    OR

    reg import <filename.reg>

    This will import the REG file without intervention and can be run
    during build. You can put it in the cmdlines.txt file provided
    regedit.exe (or reg.exe) and the .REG file are in the same directory
    as the cmdlines.txt file.

    Mike

Similar Threads

  1. Enable Remote Desktop in MAC
    By Pabloa in forum Networking & Security
    Replies: 5
    Last Post: 06-02-2010, 08:49 AM
  2. Enable Remote desktop on two PC
    By Elieis in forum Networking & Security
    Replies: 5
    Last Post: 05-01-2010, 03:40 AM
  3. Enable remote desktop registry
    By Matrix316 in forum Operating Systems
    Replies: 3
    Last Post: 07-11-2009, 10:25 AM
  4. Replies: 1
    Last Post: 05-09-2009, 08:33 PM
  5. How to enable Remote Desktop connection in Windows 2000
    By M.Scarlet in forum Window 2000 Help
    Replies: 1
    Last Post: 19-03-2008, 03:56 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,171,169.47676 seconds with 17 queries