Share via

How can we read all the stored Data from RAM in windows.

Anonymous
2020-08-23T16:52:25+00:00

I want to check all the data stored in the Primary Memory(RAM). that where all the data store in RAM,and how can we see that at the place where it is situated.

Windows for home | Other | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Igor Leyko 110.6K Reputation points Independent Advisor
    2020-08-23T22:07:52+00:00

    Hi Jack,

    to view content of RAM one need to use debugger and have some programming skills.

    basic information about debuggers you may find at https://docs.microsoft.com/en-us/windows-hardwa...

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2020-08-23T17:51:45+00:00

    Hi Dave, 

    Thanks for replying..

    I want to check the stored data of primary memory.

    As we can check the data of secondary storage as stored caches and temporary file for performed process for secondary storages

    2 people found this answer helpful.
    0 comments No comments
  3. DaveM121 867.2K Reputation points Independent Advisor
    2020-08-23T17:00:00+00:00

    Hi CoddyJack

    I am Dave, an Independent Advisor, I will help you with this . . .

    Most of the data stored in RAM is in BitCode and is not human readable, each application or process is allocated a section of RAM, and Windows will block any other processes accessing that section of RAM, may I ask what you are trying to achieve by reading data back from RAM

    1 person found this answer helpful.
    0 comments No comments
  4. DaveM121 867.2K Reputation points Independent Advisor
    2020-08-23T17:54:34+00:00

    Hi CoddyJack

    As far as I know that is not possible, but see if anyone comes along with a way to do that, i would be very interested to see if they do . . .

    0 comments No comments