Hello,
In my web application i dont want users to make use of ctrl+alt+del so i want to disable these keys...how can i do this.
Currently when i use
FileStream fs = new FileStream(System.IO.Path.Combine(Environment.SystemDirectory, "taskmgr.exe"), FileMode.Open, FileAccess.ReadWrite, FileShare.None);
I am getting error : Access to the path 'C:\WINDOWS\system32\taskmgr.exe' is denied. How to overcome this error????
Please do let me know if there is any other ways....to doing it...:(
Thanks!
Best Regards,
Rohan Laghate