hi,
Could anyone possible advice how to move the Edge temporary files folder to the RAM disk ?
In IE this is\was easily done but with Edge i have no clue ...
thanks ia!
R o x
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Solution:
Create a new shortcut (right click desktop -> new -> shortcut)
Use the following to make your own shortcut:
To change both User Data and Temp Folder:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "--user-data-dir=R:\Temp" "--disk-cache-dir=R:\Temp"
To change only User Data:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "--user-data-dir=R:\Temp"
To change only Cache:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "--disk-cache-dir=R:\Temp"
Note:
R: = Ramdisk
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
Could anyone possible advice how to move the Edge temporary files folder to the RAM disk ?
In IE this is\was easily done but with Edge i have no clue ...
thanks ia!
R o x
Solution:
Create a new shortcut (right click desktop -> new -> shortcut)
Use the following to make your own shortcut:
To change both User Data and Temp Folder:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "--user-data-dir=R:\Temp" "--disk-cache-dir=R:\Temp"
To change only User Data:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "--user-data-dir=R:\Temp"
To change only Cache:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" "--disk-cache-dir=R:\Temp"
Note:
R: = Ramdisk
ooops sorry, that was for Chrome obviously, not Edge ...