Windows 10: How to get current memory usage by OS/device in a UWP Windows10 app programmatically?

Discus and support How to get current memory usage by OS/device in a UWP Windows10 app programmatically? in Windows 10 Gaming to solve the problem; Hi Everyone,I am working on a Windows 10 UWP app and I am trying to get to current memory usage by OS in an app like we see the memory in task manager.... Discussion in 'Windows 10 Gaming' started by ANURAG24, May 2, 2024.

  1. ANURAG24 Win User

    How to get current memory usage by OS/device in a UWP Windows10 app programmatically?


    Hi Everyone,I am working on a Windows 10 UWP app and I am trying to get to current memory usage by OS in an app like we see the memory in task manager. I am unable to find a solution.Did anyone come across such a requirement or worked on it? Please help with a code snippet or any links with a solution.Thanks in advance!

    :)
     
    ANURAG24, May 2, 2024
    #1

  2. Check the New Version of app update is available in store programmatically.

    We have an UWP application available in MS Store,in which we have AppxBundle package to user toinstall the application.In this we need to check programmatically is there any high version available in the store,need to inform the user to update the new version
    of your application.

    As suggested in Microsoft documentation,https://docs.microsoft.com/en-us/uw...checkupdateavailabilityasync?view=winrt-19041,we
    are not using .appinstaller file to install an uwp application.

    Is there any way to check the higher version availability in store? inside the app with appxBundle or without .appinstaller file.
     
    SowmiyaKrishnamoorthi, May 2, 2024
    #2
  3. Runaway memory usage

    On your suggestion I went to uninstall AVG. It offered to go into an on-demand mode (I can't remember the word it used to describe).
    So I tried that instead of uninstalling. Upon reboot everything seemed unchanged. High CPU usage, memory growth, no good.

    So I ran the uninstall. This moved along step by step ... until the last step (titled: replacing files) never completed. It left behind a bunch of its stuff in Program Files:
    Code:
    So I have a bunch of leftover crap ... which I'll probably just delete.

    Anyway, after rebooting it seems that all is well. CPU usage is near zero. The fans are quiet. (Computer fans, not football fans!) *chuckle

    Thanks for the quick reply.
     
    margrave55, May 2, 2024
    #3
  4. AnantG Win User

    How to get current memory usage by OS/device in a UWP Windows10 app programmatically?

    Memory usage

    Suggest me the way where I will be able to know the current memory usage of my Windows Phone Lumia 620.
     
    AnantG, May 2, 2024
    #4
Thema:

How to get current memory usage by OS/device in a UWP Windows10 app programmatically?

Loading...
  1. How to get current memory usage by OS/device in a UWP Windows10 app programmatically? - Similar Threads - current memory usage

  2. Cross Device Service high memory usage

    in Windows 10 Gaming
    Cross Device Service high memory usage: Hello,Sometime in the last two weeks or so, my pretty high end computer will just start being completely choked out after being online for a few hours I shut it down daily, so rarely online more than a few hours at a time and every time I check, the Microsoft Cross Device...
  3. How to get current memory usage by OS/device in a UWP Windows10 app programmatically?

    in Windows 10 Software and Apps
    How to get current memory usage by OS/device in a UWP Windows10 app programmatically?: Hi Everyone,I am working on a Windows 10 UWP app and I am trying to get to current memory usage by OS in an app like we see the memory in task manager. I am unable to find a solution.Did anyone come across such a requirement or worked on it? Please help with a code snippet or...
  4. High memory usage in Device Window Manager

    in Windows 10 BSOD Crashes and Debugging
    High memory usage in Device Window Manager: This probably happened because I tried to run a 3D game on a laptop. A hardware failure in something called LiveKernelEvent occasionally messed with me, and now Device Window manager takes up a large portion of my memory at any given time. There's a similar problem here with...
  5. Programmatically remove Tamper Protection from Windows10?

    in AntiVirus, Firewalls and System Security
    Programmatically remove Tamper Protection from Windows10?: Has anyone found a solution to remove Tamper Protection programmatically (as opposed to manually)? I've seen mention of disabling it via registry, but this results in access denied. Attempting to change ownership of the registry key or its parent does not work either. I have...
  6. How to programmatically get date modified on file in my OneDrive apps path?

    in Windows 10 Software and Apps
    How to programmatically get date modified on file in my OneDrive apps path?: I am able to see the item using: var onedrive = OneDriveClientExtensions.GetUniversalClientnew[] { "wl.signin", "onedrive.appfolder" }; await onedrive.AuthenticateAsync; var item =...
  7. How to get the Windows display identity number programmatically?

    in Windows 10 Customization
    How to get the Windows display identity number programmatically?: I would like to get the "Monitor identity number" which is on "Windows Display setting -> Rearrange your displays" menu. The numbers as in the picture below. Please refer to this link:...
  8. WiFi Direct Windows10 UWP Win32

    in Windows 10 Network and Sharing
    WiFi Direct Windows10 UWP Win32: I'm trying to call WinRT library in a win32 application to implement a file transferring function with wifi direct. the function WiFiDirectDevice.FromIdAsync(connectionRequest.DeviceInformation.Id) works well in the UWP application, but it always returns null in the win32...
  9. How to limit memory usage?

    in Windows 10 Customization
    How to limit memory usage?: i discover window always use 50% memory how to limit the memory usage of system resource to 1GB or minimum only for window 7 and window 10? can this show log about program location when any program or system or service exceed 32MB if i lower this limit , can explorer or...
  10. Is there way to programmatically add folders to Windows10 Quick Access

    in Windows 10 Support
    Is there way to programmatically add folders to Windows10 Quick Access: I am running windows 10 pro I would like to add folders to quick access using a script. Using powershell, cmd, wmi etc. I know that I can access quick access by using from the run prompt shell:::{679F85CB-0220-4080-B29B-5540CC05AAB6} to take me to quick access. I have...