https://github.com/mediaexplorer74/taskmonitoruwp
My fork of UWPTaskMonitor sample app from Microsoft AppModel repo. Draft
https://github.com/mediaexplorer74/taskmonitoruwp
interop os processes research system taskmon uwp win10
Last synced: 3 months ago
JSON representation
My fork of UWPTaskMonitor sample app from Microsoft AppModel repo. Draft
- Host: GitHub
- URL: https://github.com/mediaexplorer74/taskmonitoruwp
- Owner: mediaexplorer74
- License: mit
- Created: 2022-10-04T09:12:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T11:58:08.000Z (over 2 years ago)
- Last Synced: 2025-01-31T12:35:09.485Z (4 months ago)
- Topics: interop, os, processes, research, system, taskmon, uwp, win10
- Language: C#
- Homepage:
- Size: 528 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# TaskMonitorUWP
My fork of [UWPTaskMonitor](https://github.com/microsoft/AppModelSamples/tree/master/Samples/UWPTaskMonitor) from Microsoft AppModel Samples.This sample accompanies the team blog post on
[UWP App Diagnostics](https://blogs.windows.com/buildingapps/2017/06/28/uwp-app-diagnostics/).The built app is also available in the [Store](https://www.microsoft.com/en-us/store/p/UWPTaskMonitor/9PNC4SL3XFHR).
## About / Description
UWP TaskMonitor is a Universal Windows App that provides much of the same functionality as the traditional Win32 Desktop Task Manager app. It exercises the new diagnostic APIs that are available in the Insiders builds, to gather diagnostic information on running apps (both Win32 and UWA), including resources usage (CPU, memory, disk, energy), execution state, background tasks, and so on.## Screenshots
## My 2 cents
- The system req. downgraded to Win10(M) min. os build 14393
- MS Mobile Azure Analytics removed/switched off
- Explored that at W10M this app don't want to run (app rights incompatibility, perhaps)## Referencies
- https://apps.microsoft.com/store/detail/uwp-taskmonitor/9PNC4SL3XFHR?hl=en-us&gl=us -- MS Store
- Andrew Whitechapel MSFT -- MS Store publisher
- https://github.com/microsoft/AppModelSamples -- Microsoft AppModel Samples## ..
AS IS. No support. RnD only.## .
[m][e] 2022