Skip to content

Commit b7c4874

Browse files
authored
Merge pull request #95702 from ChristianMontoya/timeout
Remove timeout policy suggestion
2 parents b5415c6 + 9ac71b2 commit b7c4874

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

articles/virtual-desktop/set-up-customize-master-image.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -98,28 +98,6 @@ Run this command to specify a Start layout for Windows 10 PCs.
9898
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v SpecialRoamingOverrideAllowed /t REG_DWORD /d 1 /f
9999
```
100100

101-
### Configure session timeout policies
102-
103-
Remote session policies can be enforced on Group Policy level since all VMs in a host pool are part of the same security group.
104-
105-
To configure remote session policies:
106-
107-
1. Navigate to **Administrative Templates** > **Windows Components** > **Remote Desktop Services** > **Remote Desktop Session Host** > **Session Time Limits**.
108-
2. In the panel on the right side, select the **Set time limit for active but idle Remote Desktop Services sessions** policy.
109-
3. After the modal window appears, change the policy option from **Not configured** to **Enabled** to activate the policy.
110-
4. In the drop-down menu beneath the policy option, set the amount of time to **3 hours**.
111-
112-
You can also configure remote session policies manually by running the following commands:
113-
114-
```batch
115-
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v RemoteAppLogoffTimeLimit /t REG_DWORD /d 0 /f
116-
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v fResetBroken /t REG_DWORD /d 1 /f
117-
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v MaxConnectionTime /t REG_DWORD /d 10800000 /f
118-
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v RemoteAppLogoffTimeLimit /t REG_DWORD /d 0 /f
119-
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v MaxDisconnectionTime /t REG_DWORD /d 5000 /f
120-
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services" /v MaxIdleTime /t REG_DWORD /d 10800000 /f
121-
```
122-
123101
### Set up time zone redirection
124102

125103
Time zone redirection can be enforced on Group Policy level since all VMs in a host pool are part of the same security group.

0 commit comments

Comments
 (0)