enlever la demande de confirmation bureau a distance pour shadow de la console catégorie: système
If you would like to shadow the Terminal Server console (session 0) in a Terminal Server session, and you do not want to be prompted for permission, set the local Group Policy on the server that is running Terminal Services.
To shadow other sessions, on the RDP-TCP Properties dialog box, on the Remote Control tab, click to clear therequire users permission check box. This does not affect the console session.
To remote control the console with no prompt for approval:
- Open Group Policy Editor (Gpedit.msc) on the server that is running Terminal services.
- Under "Configuration ordinateur" , expand Modèles d'administration, expand "Composants Windows" , and then click "Services Bureau à Distance", expand "Hotes de la connexion bureau à distance" and click "Connexions"
- Right-click Définir les règles pour le controle à distance des sessions utilisateurs du service bureau à distance, and then click Properties.
- Select the Enabled option.
- Under Options, click Controle total sans la permission de l'utilisateur.
- Click OK, and then quit Group Policy Editor.
To update the local policy immediately afterward, go to a command prompt and run the following command:
gpupdate /force
pour voir la liste des sessions ouvertes tapez en ligne de commande CMD :
"query session"
pour se connecter à la session console:
"mstsc /shadow:1"
Maintenant aucune confirmation ne sera demandé à l'utilisateur.
|