KLogon is secondary Kerberos logon for Windows designed to mimic Kerberos single sign-on [primarily] on standalone/unmanaged computer.

Essentially KLogon is equivalent to 'runas  /netonly /user:name@KRB.REALM explorer.exe', but it offers a number of advantages over runas. First of all, unlike runas when entered password is first exercised only upon first connect to remote service, not upon new process spawn, KLogon verifies typed password prior it re-launches explorer.exe, thus giving user immediate feedback about Kerberos logon being successful or not. Then KLogon automatically terminates currently running explorer.exe in order to replace it with one running with chosen credentials. This effectively re-bias explorer shell and its descendants, or in other words all applications you start afterwards, to Kerberos realm. To emphasize single sign-on illusion Klogon even registers chosen realm as Local Intranet zone.

However! Restarting explorer with alternative network credentials unfortunately has certain side-effects.