Jump to content

Unattended install/setup of Remote Desktop?


Recommended Posts

I would like to have the Remote Desktop Connection be able to be enabled and also the web based version of it located at: Add/Remove Programs/Windows Components/Internet Information Services (IIS)/Worldwide Web Service/Remote Desktop Web Connection.

And I'd like to give access to two users in adition to adminstrator (which is automatically given access). Is this possible to do unattended?

Link to comment
Share on other sites


Visit unattended website and download pdf.You can add this option to your installation with winnt.sif in the components section "tsweb=on"

here is my user.cmd

@echo off

net user Sahip /add

net localgroup Administrators Sahip /add

net localgroup "Remote Desktop Users" Sahip /add

exit

"Sahip" name of the user,added remote desktop users group

I hope this help

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...