Skip navigation.
Home

Problem to log-off on WinXPP using RDP

I have had problems with log-off function when accessing WindowsXP computer remotely, so I created simple batch file containing following lines:

@echo Logging OFF user 
shutdown -l

and you know what? It works :-).