File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -98,28 +98,6 @@ Run this command to specify a Start layout for Windows 10 PCs.
98
98
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v SpecialRoamingOverrideAllowed /t REG_DWORD /d 1 /f
99
99
```
100
100
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
-
123
101
### Set up time zone redirection
124
102
125
103
Time zone redirection can be enforced on Group Policy level since all VMs in a host pool are part of the same security group.
You can’t perform that action at this time.
0 commit comments