標籤

2021年4月23日 星期五

已然連線到遠端電腦 使用者程式發生錯誤

 問題

【遠端桌面登入失敗】您已經連線到遠端電腦。不過在啟動使用者程式時發生錯誤,所以您已經被登出。請聯絡系統管理員以取得協助


解決方法

1. Open the registry key HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options.
2. Right click on Image File Execution Options and select Permission.
3. Ensure System has Full Control permission
4. Ensure SERVER\Users group has Read permission.

Click OK and test again. If the problem continues, please check this:

1. Locate the Registry Path: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon. Make sure the value of Shell is explorer.exe
2. SERVER\Users group should have "Read & execute" and "Read" permission on %windir%\explorer.exe file.
3. Turn off antivirus programs for a test.






WIN32_WMISetting命名空間無效,導致.NET System.Management.ManagementException

問題 ReadyGo在LOGIN,判定CPUID時,因無Windows Management Instrumentation的類別,造成 System.Management.ManagementException: Invalid namespace 原因:此錯誤是由 WMI 問...