Difference between revisions of "Enable sessions to competing way distances"

From EN Ikoula wiki
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽
Line 1: Line 1:
 +
<br />This article has been created by an automatic translation software. You can view the article source [[:fr:Activer les sessions à distances de manière concurrentes|here]].<br /><span data-translate="fr"></span><br />
 
<span data-link_translate_he_title="לאפשר הפעלות מתחרות דרך מרחקים"  data-link_translate_he_url="%D7%9C%D7%90%D7%A4%D7%A9%D7%A8+%D7%94%D7%A4%D7%A2%D7%9C%D7%95%D7%AA+%D7%9E%D7%AA%D7%97%D7%A8%D7%95%D7%AA+%D7%93%D7%A8%D7%9A+%D7%9E%D7%A8%D7%97%D7%A7%D7%99%D7%9D"></span>[[:he:לאפשר הפעלות מתחרות דרך מרחקים]][[he:לאפשר הפעלות מתחרות דרך מרחקים]]
 
<span data-link_translate_he_title="לאפשר הפעלות מתחרות דרך מרחקים"  data-link_translate_he_url="%D7%9C%D7%90%D7%A4%D7%A9%D7%A8+%D7%94%D7%A4%D7%A2%D7%9C%D7%95%D7%AA+%D7%9E%D7%AA%D7%97%D7%A8%D7%95%D7%AA+%D7%93%D7%A8%D7%9A+%D7%9E%D7%A8%D7%97%D7%A7%D7%99%D7%9D"></span>[[:he:לאפשר הפעלות מתחרות דרך מרחקים]][[he:לאפשר הפעלות מתחרות דרך מרחקים]]
 
<span data-link_translate_ro_title="Permite sesiuni concurente mod distante"  data-link_translate_ro_url="Permite+sesiuni+concurente+mod+distante"></span>[[:ro:Permite sesiuni concurente mod distante]][[ro:Permite sesiuni concurente mod distante]]
 
<span data-link_translate_ro_title="Permite sesiuni concurente mod distante"  data-link_translate_ro_url="Permite+sesiuni+concurente+mod+distante"></span>[[:ro:Permite sesiuni concurente mod distante]][[ro:Permite sesiuni concurente mod distante]]
Line 11: Line 12:
 
<span data-link_translate_pt_title="Habilitar sessões concorrentes das distâncias de maneira"  data-link_translate_pt_url="Habilitar+sess%C3%B5es+concorrentes+das+dist%C3%A2ncias+de+maneira"></span>[[:pt:Habilitar sessões concorrentes das distâncias de maneira]][[pt:Habilitar sessões concorrentes das distâncias de maneira]]
 
<span data-link_translate_pt_title="Habilitar sessões concorrentes das distâncias de maneira"  data-link_translate_pt_url="Habilitar+sess%C3%B5es+concorrentes+das+dist%C3%A2ncias+de+maneira"></span>[[:pt:Habilitar sessões concorrentes das distâncias de maneira]][[pt:Habilitar sessões concorrentes das distâncias de maneira]]
 
<span data-link_translate_es_title="Habilitar sesiones a distancias que compiten de manera"  data-link_translate_es_url="Habilitar+sesiones+a+distancias+que+compiten+de+manera"></span>[[:es:Habilitar sesiones a distancias que compiten de manera]][[es:Habilitar sesiones a distancias que compiten de manera]]
 
<span data-link_translate_es_title="Habilitar sesiones a distancias que compiten de manera"  data-link_translate_es_url="Habilitar+sesiones+a+distancias+que+compiten+de+manera"></span>[[:es:Habilitar sesiones a distancias que compiten de manera]][[es:Habilitar sesiones a distancias que compiten de manera]]
<span data-link_translate_fr_title="Activer les sessions à distances de manière concurrentes"  data-link_translate_fr_url="Activer_les_sessions_%C3%A0_distances_de_mani%C3%A8re_concurrentes"></span>[[:fr:Activer les sessions à distances de manière concurrentes]][[fr:Activer les sessions à distances de manière concurrentes]]
+
<span data-link_translate_en_title="Enable sessions to competing way distances"  data-link_translate_en_url="Enable+sessions+to+competing+way+distances"></span>[[:en:Enable sessions to competing way distances]][[en:Enable sessions to competing way distances]]
<br />
 
 
 
This article has been created by an automatic translation software. You can view the article source [[:fr:Activer les sessions à distances de manière concurrentes|here]].<br /><span data-translate="fr"></span>
 
 
 
 
By default, the concurrent connections at distances are not possible.
 
By default, the concurrent connections at distances are not possible.
  
In fact, if an administrator is connected in office to distance, a new remote connection in administrator will result in disconnection of the first session.
+
In fact, if an administrator is connected in office to distance, a new remote connection in administrator will lead the first session is disconnected.
  
 
If you want to override this behavior, you must modify a registry key.
 
If you want to override this behavior, you must modify a registry key.
  
Here's the key in question :
+
Here's the key in question :
 
<syntaxhighlight lang="reg">
 
<syntaxhighlight lang="reg">
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
Line 28: Line 25:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
If you want to go back, here is the key to its initial value :
+
If you want to go back, here is the key to its original value :
 
<syntaxhighlight lang="reg">
 
<syntaxhighlight lang="reg">
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
Line 34: Line 31:
 
</syntaxhighlight>
 
</syntaxhighlight>
  
You can copy /paste its lines and save in a .reg file and double-click on it to change the value present in the registry database.
+
You can copy/paste its lines and save them in a .reg file and double-click it to change the value present in the registry.
 
 
This change proves to be functional for Windows  2012 Server as well as  2008 Server.
 
  
 +
This change turns out be functional for Windows 2012 Server as well as 2008 Server.
 
<br />
 
<br />
 
<comments />
 
<comments />

Revision as of 16:44, 8 February 2017


This article has been created by an automatic translation software. You can view the article source here.

he:לאפשר הפעלות מתחרות דרך מרחקים ro:Permite sesiuni concurente mod distante ru:Разрешить сеансы для конкурирующих путь расстояния pl:Włączyć sesje konkurencyjne sposób odległości ja:競合する方法距離へのセッションを有効にします。 ar:تمكين دورات المتنافسة طريقة المسافات zh:启用会话到竞争方式距离 de:Sitzungen, auf konkurrierender Weise Entfernungen aktivieren nl:Sessies naar concurrerende manier afstanden inschakelen it:Attivare sessioni concorrenti Distanze di modo pt:Habilitar sessões concorrentes das distâncias de maneira es:Habilitar sesiones a distancias que compiten de manera en:Enable sessions to competing way distances By default, the concurrent connections at distances are not possible.

In fact, if an administrator is connected in office to distance, a new remote connection in administrator will lead the first session is disconnected.

If you want to override this behavior, you must modify a registry key.

Here's the key in question :

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
"fSingleSessionPerUser"=dword:00000000

If you want to go back, here is the key to its original value :

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
"fSingleSessionPerUser"=dword:00000001

You can copy/paste its lines and save them in a .reg file and double-click it to change the value present in the registry.

This change turns out be functional for Windows 2012 Server as well as 2008 Server.


You are not allowed to post comments.