# TaskManagerWin **Repository Path**: yjc980121/TaskManagerWin ## Basic Information - **Project Name**: TaskManagerWin - **Description**: Task Manager for Windows (like Process Hacker) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-05 - **Last Updated**: 2021-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### the program displays a list of processes and information about each of them: * process name; * process identifier (PID); * path to the executable file; * name and identifier of the parent process; * user name of the process owner, SID; * runtime (native code / CLR .NET); * type of process (32-bit / 64-bit); * use of DEP, ASLR; * list of used dynamic libraries (DLL). ### displays and modifies process safety information: * integrity level; * privileges. ### displays and changes information about any given file system object: * access control list (ACL); * file owner; * level of integrity.