UtilExplorerBlockTaskManager Method

Prevents any attempt for the current user from reading and running the 'taskmgr.exe' file and any defined hijack in the system (if any).

Note that the file blocking is not permanent.

This function will return a FileStream Array that contains the 'taskmgr.exe' file stream(s) opened with Read access and None sharing.

So in order to unblock the access to the file(s), just dispose the opened stream(s) or terminate the calling aplication.

Definition

Namespace: DevCase.Core.Windows.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static FileStream[] BlockTaskManager()

Return Value

FileStream
A FileStream Array that contains the 'taskmgr.exe' file stream(s) opened with Read access and None sharing.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also