MSFN Forum: Config Remote Desktop during install - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Config Remote Desktop during install add user to remote desktop Rate Topic: -----

#1 User is offline   PoloDude 

  • Junior
  • Pip
  • Group: Members
  • Posts: 57
  • Joined: 08-June 04

  Posted 31 July 2005 - 06:53 PM

I want to add a specific user to the userlist who can connect with Remote Desktop

I already enabled Remote desktop and changed the firewall settings with a reg-file
I added an invisible user (doesn't appear on logonscreen), but now I want to add it to that list. :wacko:

Does anyone know how to do this in a batch-file? :unsure:

Thx! :D


#2 User is offline   scankurban 

  • F_s_M
  • PipPip
  • Group: Members
  • Posts: 240
  • Joined: 29-August 03

Posted 01 August 2005 - 01:45 AM

I'm currently using this

user.cmd

@echo off
net user Sahip /add
net localgroup Users Sahip /add
net localgroup Administrators Sahip /add
net localgroup "Remote Desktop Users" Sahip /add
net localgroup "Remote Desktop Users" Administrator /add
net accounts /maxpwage:unlimited
exit

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy