Posts

Showing posts from May, 2019

Solved: Auto Logoff Disconnected Remote Desktop Terminal Session.

Image
Auto Logoff Disconnected Remote Desktop Terminal Session. Go to Users Configuration in GPO. Windows Components/ Remote Desktop Services/ Remote Desktop Session Host/ Session Time Limits 1. End a disconnected session - Enable it and set the time limit 2. Remote App session logoff delay - Enable it and set the time limit.

Solved: ServerManage.exe - This application could not be started.

Image
ServerManage.exe - This application could not be started. I have resolved this error with following. 1. C:\Windows\Microsoft.NET\Framework64\v2.0.50727>Ldr64.exe query  The above command returned a current status of: 0x00000000 meaning .net was set to run in 32bit.  Then ran the following: C:\Windows\Microsoft.NET\Framework64\v2.0.50727>Ldr64.exe set64 loading kernel32...done. retrieved GetComPlusPackageInstallStatus entry point retrieved SetComPlusPackageInstallStatus entry point Setting status to: 0x00000001 SUCCESS Once 64bit was enabled Server Manager began working again.