Auto Log Off when opening specific folder (Homework)

Since this is homework, here some starting points

  1. Create a local hook on explorer.exe

  2. Find out if you can use WinAPI to find process information on the explorer

  3. execute shutdown.

https://msdn.microsoft.com/en-us/library/windows/desktop/ms644960(v=vs.85).aspx

Leave a Comment