You could try this.
//run C:\WINDOWS\System32\logoff.exe
smile

Or create a batch file, and use the following commands,
"@echo off
C:\WINDOWS\System32\logoff.exe
exit"
smile