Unable to move pagefile to a flash drive nor enable ReadyBoost


  1. Posts : 23
    Windows 10
       #1

    Unable to move pagefile to a flash drive nor enable ReadyBoost


    Hello.

    I need to increase my pagefile beyond the free size of my SSD disk (which is small in a laptop).
    I need to perform some complex calculations (fitting some models with a lot of data in R) that need 400GB of RAM but my computer has only 16GB.

    Then I had the idea of using a fast Sandisk 256GB USB to extend my pagefile.
    But Windows Settings Virtual memory only allows me to select my internal drive. The USB doesn't appear listed there.

    I've been googling and it seems that I first need to enable ReadyBoost, but that option is disabled because it says my main drive is faster.

    The proposed solution I've found at many web sites is to find this key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EMDMgmt

    and inside a key with the name of my flash disk and change DeviceStatus to 2 and WriteSpeedKBs and SpeedReadKBs to a value larger than 1000.

    But my regedit doesn't show that EMDMgmt key nor any WriteSpeedKBs and SpeedReadKBs keys either.

    I have also tried to "flip" the removable media bit with tools such as Bootit, but it doesn't change anything.

    How can I do it?

    Thanks.
    Last edited by skan; 01 Dec 2020 at 20:22.
      My Computer


  2. Posts : 14,050
    Windows 11 Pro X64 22H2 22621.1848
       #2

    Looks like you have to add a new key called EMDMgmt and then add new values for WriteSpeedKBs and SpeedReadKBs. You need to know what type they have to be, but probably DWORD values. Is the value 1000 decimal or 1000 hex?

    This .reg file (in red) would do that:

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\EMDMgmt]
    "WriteSpeedKBs"=dword:000003e9
    "SpeedReadKBs"=dword:000003e9

    3e9 hex is 1001 decimal.
      My Computers


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:56.
Find Us




Windows 10 Forums