skip to main | skip to sidebar

VC++ TiPs

Tips and Tricks for the novice hunters of Visual programming jungle...Come and get ur game..

Thursday, November 15, 2007

Disable the task manager

Here’s a tip to disable the task manager

1. Start Regedit

2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System

3. Create the Dword value DisableTaskMgr

4. Give it a value of 1 to disable task manager.

5. To enable it again, either set the value to zero or delete the DisableTaskMgr flag.

Posted by MalluFlix | മല്ലുഫ്ലിക്സ് at 8:11 PM
Labels: VC++ Tips

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

TiPs Vault

  • ▼  2007 (18)
    • ▼  November (18)
      • Setting an user breakpoint to debug a memory alloc...
      • Retrieving a List of All ODBC Data Sources
      • Getting the current application path
      • Deal menus dynamically!!
      • Size of an empty class
      • Rename the Start button!
      • Create a shortcut programatically.
      • Determine the path of special folders
      • Disable the task manager
      • Calling a Function Before Program's Startup
      • Why non-static member functions are not used as ca...
      • Get the name of the EXE associated with a given wi...
      • Find the logical drives within your system
      • Search the network for the presence of a machine
      • Handling system tray icons
      • Add Specific Folders to Open/Save Dialog boxes
      • Extracting Numbers from Strings using strol()
      • How to share data between different instances of DLLs
Powered By Blogger
Design by: FinalSense