I'm trying to create a security application and I need to prevent the user to use windows 10 (lock) and only use my application by writing a password to unlock it, is there a way to do that?
note: i dont want to use rundll32.exe to logout from the system
Process.Start(@"C:\WINDOWS\system32\rundll32.exe", "user32.dll,LockWorkStation");