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?
Page 1 of 1
Unattended install/setup of Remote Desktop?
#2
Posted 11 August 2005 - 07:22 AM
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
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
- ← Site that tells me what services is needed?
- Unattended Windows 2000/XP/2003
- The Settings of the original machine? →
Share this topic:
Page 1 of 1



Help

Back to top








