neptune
24th October 2009, 19:52
Warning Message: Windows saved user APP3\baan registry while an application or service was still using the registry during log off. The memory used by the user's registry has not been freed. The registry will be unloaded when it is no longer in use.  This is often caused by services running as a user account, try configuring the services to run in either the LocalService or NetworkService account.

Has anyone experienced this warning message? if so, do you know information on the cause and remedy.

Thanks..

sushil
26th October 2009, 08:03
Are you using Terminal server services in server ??

this is usually caused when a user connects to server using RDP where his id is greater than 0 then he/her logs off at id 0.

Solution :

1.Try not to use RDP.
2.if #1 does not fit then connect only as ID 0 then disconnect not log off.
3.Try alternatives for remote control like - VNC , Dameware,PC-DUO.

neptune
3rd November 2009, 06:49
Thanks Sushil for the information, very much appreciated.