How do I allocate more RAM to Windows 10 and how do I enable Minidumps?

Kojun Iwaasa 26 Reputation points
2021-05-17T23:31:21.64+00:00

OK so how do i allocate more RAM to windows. How do i enable Minidumps?

The RAM issue i am having is it simply wont use more ram. I have tried watching YouTube tutorials and how they reset the maximum ram number.
but it keeps saying 8.00gb installed- 3.80gb usable.

Now the biggest problem i have: I am loading Minecraft with Opti Fine and a shader pack installed. I have an AMD Radeon 7950 with the latest AMD Radeon Adrenalin engine installed. So, whenever i load these shaders, the game crashes and says: Failed to write core dump. Minidumps are not enabled by default on client versions of windows.( I can link the full crash report if you want) And I did try to enable minidumps in the control panel and that didn't do anything.

So yeah. My PC needs serious help.

<Original title: Windows 10: HELPPPPPPPPPP>

Windows for home | Windows 10 | Performance and system failures
0 comments No comments

Answer accepted by question author
Docs 16,871 Reputation points
2021-05-26T17:55:27.293+00:00

The images displayed 0 passes.

If you purchase RAM for the new motherboard:

a) Select RAM modules displayed on the QVL

b) Purchase in pairs with matching SKU

c) Consider RAM manufacturers that guarantee compatibility

d) Consider RAM manufacturers that have lifetime warranties

.
.
.
.
.

Please remember to vote and to mark the replies as answers if they help.
.
.
.
.
.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

38 additional answers

Sort by: Oldest
  1. Kojun Iwaasa 26 Reputation points
    2021-05-21T00:16:50.16+00:00

    Ok so i had mismatched RAM because the micron stick was faster so i installed it. I also Have a custom build pc. I got these ram sticks from a friend so i can't get a lifetime warranty. I could not find my Motherboards website. i will try these things you listed Note: I installed the matching Gskill sticks again to see if it would help Note again: I reset my Computer a couple times without shutting down so thats why it might be causing that error

    Was this answer helpful?

    0 comments No comments

  2. Kojun Iwaasa 26 Reputation points
    2021-05-22T20:59:37.52+00:00

    Microsoft Windows [Version 10.0.19042.985]
    (c) Microsoft Corporation. All rights reserved.

    C:\Windows\system32>dism /online /cleanup-image /restorehealth

    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844

    Image Version: 10.0.19042.985

    [==========================100.0%==========================] The restore operation completed successfully.
    The operation completed successfully.

    C:\Windows\system32>sfc /scannow

    Beginning system scan. This process will take some time.

    Beginning verification phase of system scan.
    Verification 100% complete.

    Windows Resource Protection found corrupt files and successfully repaired them.
    For online repairs, details are included in the CBS log file located at
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.

    C:\Windows\system32>sfc /scannow

    Beginning system scan. This process will take some time.

    Beginning verification phase of system scan.
    Verification 100% complete.

    Windows Resource Protection did not find any integrity violations.

    C:\Windows\system32>sfc /scannowwmic recoveros set autoreboot = false

    Microsoft (R) Windows (R) Resource Checker Version 6.0
    Copyright (C) Microsoft Corporation. All rights reserved.

    Scans the integrity of all protected system files and replaces incorrect versions with
    correct Microsoft versions.

    SFC [/SCANNOW] [/VERIFYONLY] [/SCANFILE=<file>] [/VERIFYFILE=<file>]
    [/OFFWINDIR=<offline windows directory> /OFFBOOTDIR=<offline boot directory> [/OFFLOGFILE=<log file path>]]

    /SCANNOW Scans integrity of all protected system files and repairs files with
    problems when possible.
    /VERIFYONLY Scans integrity of all protected system files. No repair operation is
    performed.
    /SCANFILE Scans integrity of the referenced file, repairs file if problems are
    identified. Specify full path <file>
    /VERIFYFILE Verifies the integrity of the file with full path <file>. No repair
    operation is performed.
    /OFFBOOTDIR For offline repair, specify the location of the offline boot directory
    /OFFWINDIR For offline repair, specify the location of the offline windows directory
    /OFFLOGFILE For offline repair, optionally enable logging by specifying a log file path

    e.g.

        sfc /SCANNOW
        sfc /VERIFYFILE=c:\windows\system32\kernel32.dll
        sfc /SCANFILE=d:\windows\system32\kernel32.dll /OFFBOOTDIR=d:\ /OFFWINDIR=d:\windows
        sfc /SCANFILE=d:\windows\system32\kernel32.dll /OFFBOOTDIR=d:\ /OFFWINDIR=d:\windows /OFFLOGFILE=c:\log.txt
        sfc /VERIFYONLY
    

    C:\Windows\system32>wmic recoveros set DebugInfoType = 7
    Updating property(s) of '\DESKTOP-JHQHS9L\ROOT\CIMV2:Win32_OSRecoveryConfiguration.Name="Microsoft Windows 10 Pro|C:\Windows|\Device\Harddisk0\Partition3"'
    Property(s) update successful.

    C:\Windows\system32>wmic recoveros get autoreboot
    AutoReboot
    FALSE

    C:\Windows\system32>

    C:\Windows\system32>wmic recoveros get DebugInfoType
    DebugInfoType
    7

    C:\Windows\system32>wmic Computersystem where name="%computername%" set AutomaticManagedPagefile=Tru
    Updating property(s) of '\DESKTOP-JHQHS9L\ROOT\CIMV2:Win32_ComputerSystem.Name="DESKTOP-JHQHS9L"'
    ERROR:
    Description = Type mismatch.

    C:\Windows\system32>wmic Computersystem where name="%computername%" get AutomaticManagedPagefile
    AutomaticManagedPagefile
    TRUE

    C:\Windows\system32>bcdedit /enum {badmemory}

    RAM Defects

    identifier {badmemory}

    C:\Windows\system32>

    and here is the wininit scan https://docs.google.com/document/d/1GZbg_s\_HTG3hDE30YOzJ7j6OomwTPFSrou1H7DqXlzc/edit?usp=sharing

    sorry i didnt get this earlier i was camping

    Was this answer helpful?

    0 comments No comments

  3. Docs 16,871 Reputation points
    2021-05-22T21:20:04.81+00:00

    First scannow: Windows Resource Protection found corrupt files and successfully repaired them.
    Second scannow: Windows Resource Protection did not find any integrity violations.

    Open administrative command prompt (ACP) and copy and paste:

    wmic baseboard get product,Manufacturer,version,serialnumber
    wmic csproduct get name,identifyingnumber,uuid
    wmic memorychip get manufacturer, capacity, partnumber, speed, memorytype, devicelocator, formfactor
    wmic computersystem get model,name,manufacturer,systemtype
    wmic Computersystem where name="%computername%" set AutomaticManagedPagefile=True
    wmic Computersystem where name="%computername%" get AutomaticManagedPagefile

    When these have completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread

    In the left lower corner search type: system or system control > open system control panel > on the left pane click advanced system settings

    a) > on the advanced tab under startup and recovery > click settings > post an image of the startup and recovery window into the thread

    b) > on the advanced tab under performance > click on settings > on the performance options window > click on the advanced tab > under virtual memory > click on change > post an image of the virtual memory window into the thread

    Open task manager > click performance tab > click memory > post a new image or share link

    Run the Crucial scanner > post a link with results into this thread
    https://www.crucial.com/store/systemscanner

    Post new V2 results:
    https://www.windowsq.com/resources/v2-log-collector.8/
    https://www.tenforums.com/bsod-crashes-debugging/2198-bsod-posting-instructions.html
    .
    .
    .
    .
    .
    Please remember to vote and to mark the replies as answers if they help.
    .
    .
    .
    .
    .

    Was this answer helpful?

    0 comments No comments

  4. Kojun Iwaasa 26 Reputation points
    2021-05-22T21:43:48.06+00:00

    I realized i had done the command wrong
    Microsoft Windows [Version 10.0.19042.985]
    (c) Microsoft Corporation. All rights reserved.

    C:\Windows\system32>wmic Computersystem where name="%computername%" set AutomaticManagedPagefile=True
    Updating property(s) of '\DESKTOP-JHQHS9L\ROOT\CIMV2:Win32_ComputerSystem.Name="DESKTOP-JHQHS9L"'
    Property(s) update successful.

    C:\Windows\system32>

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.