Is there a Difference between logoff and shutdown -l -command in Windows?
They both logoff the current session.
(Background: i had a Problem where the software in the costumers remotesession (w2k12) didn't ran correctly until i logged of via logoff from command line.
The customer disconnects the session daily via a shortcut on the desktop, which starts a batch with the line shutdown -l)
Both are executables in system32-directory.
Do they run different logoff-sequences?