Windows-Server-2012
防止 RD 使用者在 WebAccess (RdWeb) 中儲存密碼?
當我的使用者打開 RdWeb(例如從家裡)並輸入他們的憑據時,他們會看到這個對話框……
如何防止他們儲存密碼?
這是客戶端功能,無法從伺服器端可靠地禁用。
有一種方法可以向瀏覽器“建議”不應該保存它,但這不是標準:
<form id="loginForm" action="login.cgi" method="post" autocomplete="off">
在這裡查看更多資訊
如果您可以控制客戶端電腦,那麼您當然可以通過 GPO 禁用 IE 的功能客戶端:
[Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Network access: Do not allow storage of credentials or .NET Passports for network authentication]