Jump to content

Config Remote Desktop during install


Recommended Posts

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

Link to comment
Share on other sites


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

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...