File: C:/Windows/PolicyDefinitions/zh-TW/WindowsRemoteShell.adml
<?xml version="1.0" encoding="utf-8"?>
<!-- (c) 2006 Microsoft Corporation -->
<policyDefinitionResources xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
<displayName>在此輸入顯示名稱</displayName>
<description>在此輸入描述</description>
<resources>
<stringTable>
<string id="AllowRemoteShellAccess">允許遠端殼層存取</string>
<string id="AllowRemoteShellAccess_Help">此原則設定可設定遠端殼層的存取權。
若啟用或未設定此原則設定,伺服器將會接受新的遠端殼層連線。
若將此原則設定為 [已停用],伺服器將會拒絕新的遠端殼層連線。</string>
<string id="IdleTimeout">指定閒置逾時</string>
<string id="IdleTimeout_Help">這個原則設定可設定無任何使用者活動時,遠端殼層將保持開啟直到自動刪除為止的時間上限 (毫秒)。
可設定的值為 0 到 0x7FFFFFFF 之間的任何值。最小值 60000 毫秒 (1 分鐘) 用於較小的值。
如果您啟用這個原則設定,伺服器在終止開啟的殼層之前,會從用戶端最後一次接收訊息開始等待一段指定的時間。
如果未設定或停用這個原則設定,將使用預設值 900000 或 15 分鐘。</string>
<string id="MaxConcurrentUsers">MaxConcurrentUsers</string>
<string id="MaxConcurrentUsers_Help">這個原則設定可設定可以在系統上同時執行遠端殼層作業的使用者數目上限。
值可以是從 1 到 100 的任何數字。
如果您啟用這個原則設定,只要超過指定的限制,就會拒絕新的殼層連線。
如果您停用或未設定這個原則設定,預設值是 5 位使用者。</string>
<string id="MaxMemoryPerShellMB">指定每個殼層的記憶體數量上限 (MB)</string>
<string id="MaxMemoryPerShellMB_Help">這個原則設定可設定任何作用中的遠端殼層及其所有子處理程序可以配置的記憶體總量上限 (MB)。
可設定的值為 0 到 0x7FFFFFFF 之間的任何值,其中 0 等於無限制的記憶體,表示遠端作業可配置的記憶體只受限於可用的虛擬記憶體。
如果您啟用這個原則設定,當新的配置超過指定的配額,就會終止遠端作業。
如果您停用或未設定這個原則設定,將會使用預設值 150。</string>
<string id="MaxProcessesPerShell">指定每個殼層的最大處理程序數目</string>
<string id="MaxProcessesPerShell_Help">這個原則設定可設定遠端殼層可啟動的處理程序數目上限。
如果您啟用這個原則設定,可以指定從 0 到 0x7FFFFFFF 的任何數字,以設定每個殼層的處理程序數目上限。零 (0) 代表處理程序數目不受限制。
如果您停用或未設定這個原則設定,將限制每個殼層 5 個處理程序。</string>
<string id="ShellTimeOut">指定殼層逾時</string>
<string id="ShellTimeOut_Help">
當設定為任何狀態:「啟用」、「停用」或「未設定」時,這個原則設定會過時而不會產生作用。
</string>
<string id="MaxShellsPerUser">指定每個使用者的最大遠端殼層數目</string>
<string id="MaxShellsPerUser_Help">這個原則設定可設定任何使用者可從遠端在相同系統上開啟的並行殼層數目上限。
可設定的值為 0 到 0x7FFFFFFF 之間的任何值,其中 0 表示殼層數目沒有限制。
如果您啟用這個原則設定,只要數目超過指定的限制,使用者就無法開啟新的遠端殼層。
如果您停用或未設定這個原則設定,預設將限制每位使用者 2 個遠端殼層。
</string>
<string id="WinRS">Windows 遠端殼層</string>
</stringTable>
<presentationTable>
<presentation id="AllowRemoteShellAccess">
<decimalTextBox refId="AllowRemoteShellAccess" defaultValue="1">AllowRemoteShellAccess</decimalTextBox>
</presentation>
<presentation id="IdleTimeout">
<decimalTextBox refId="IdleTimeout" defaultValue="900000">IdleTimeout</decimalTextBox>
</presentation>
<presentation id="MaxConcurrentUsers">
<decimalTextBox refId="MaxConcurrentUsers" defaultValue="5">MaxConcurrentUsers</decimalTextBox>
</presentation>
<presentation id="MaxMemoryPerShellMB">
<decimalTextBox refId="MaxMemoryPerShellMB" defaultValue="150">MaxMemoryPerShellMB</decimalTextBox>
</presentation>
<presentation id="MaxProcessesPerShell">
<decimalTextBox refId="MaxProcessesPerShell" defaultValue="5">MaxProcessesPerShell</decimalTextBox>
</presentation>
<presentation id="ShellTimeOut">
<decimalTextBox refId="ShellTimeOut" defaultValue="2147483647">ShellTimeOut</decimalTextBox>
</presentation>
<presentation id="MaxShellsPerUser">
<decimalTextBox refId="MaxShellsPerUser" defaultValue="2">MaxShellsPerUser</decimalTextBox>
</presentation>
</presentationTable>
</resources>
</policyDefinitionResources>