taskmanager

Delphi: Disable TaskManager in Windows 7

I found this code for disabling the task manager in Windows XP. It works :) But does it work in Windows 7, too? The registry path is the same, I've checked this. But maybe there are some restrictions!? Thanks in advance! ...

Programatically disabling Taskmanager using c#

I am working on a Kiosk application, i need to disable the taskmanager. So that when the user press [ctrl + alt + Del] and [ctrl + shift + escape], the taskmanager should not pop up. How ? ...

C# Windows Form Killed By Task Manager...Is There a Way to Run Shutdown Function?

I doubt this is even possible. So your app is running and user decides to End Process via Task Manager. Is there a method/action to save data during process.kill? I doubt there is but I had to ask. Also, if a user shuts down/restarts PC (as in windows update/manual restart), what action would the app execute? Window_Unloaded? On this s...

Can I temporarily suspend SharePoint Server + IIS + SQL Server?

Is there a way to temporarily suspend / pause Sharepoint Server 2010, IIS and SQL Server services without killing them in Task Manager? I am not running VM or Hyper-V, so most of my resources are constantly used by those 3 major server applications. It's just I am not always in SharePoint 2010. Ocasionally I'd like to play StarCraft 2 o...

How can I complete the process in Win32 on behalf of the process in Perl?

For example, to have rschit process excell.exe means Perl. ...