Created
June 11, 2020 07:10
-
-
Save janlay/579bf424feb6009d7951e226ef69941f to your computer and use it in GitHub Desktop.
Open Microsoft Edge with RAMDisk's caching directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\MSEdgePDF\shell\open\command] | |
@="\"C:\\Program Files\\Microsoft\\Edge\\Application\\msedge.exe\" --disk-cache-dir=R:\\MSEdge -- \"%1\"" | |
[HKEY_CLASSES_ROOT\MSEdgeHTM\shell\open\command] | |
@="\"C:\\Program Files\\Microsoft\\Edge\\Application\\msedge.exe\" --disk-cache-dir=R:\\MSEdge -- \"%1\"" | |
[HKEY_CLASSES_ROOT\http\shell\open\command] | |
@="\"C:\\Program Files\\Microsoft\\Edge\\Application\\msedge.exe\" --disk-cache-dir=R:\\MSEdge -- \"%1\"" | |
[HKEY_CLASSES_ROOT\https\shell\open\command] | |
@="\"C:\\Program Files\\Microsoft\\Edge\\Application\\msedge.exe\" --disk-cache-dir=R:\\MSEdge -- \"%1\"" | |
[HKEY_CLASSES_ROOT\ftp\shell\open\command] | |
@="\"C:\\Program Files\\Microsoft\\Edge\\Application\\msedge.exe\" --disk-cache-dir=R:\\MSEdge -- \"%1\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment