So I want to create a program that stops the user (Only me, this isn't a virus) from moving away from it at all. Now I can already keep a window in Focus and covering the full screen but if someone has multiple Desktops opened they can switch to another one, open Task Manager and get rid of the program which is what I'm trying to avoid. (Trust me, it isn't a virus)
Now I've tried using this solution and copying it into my WPF Window's Constructor but it does literally nothing whether I use Windows + Tab or Ctrl + Windows + Arrow Keys to switch Desktops.
How would I best go about keeping that window on the screen no matter what happens?