I have stumbled across this video which supposedly makes your computer run faster:
Fsutil behaviour set memoryusage 2
However, I don't understand why it makes your computer faster. This seems too good to be true, can something really speed up your computer? Does it have any drawbacks or causes any hidden problems for your computer?
This is entirely dependent on how you usually use your computer, and its specifications. From Windows docs:
so basically it increases the amount of paging your file system can use out of the total shared pool. This of course, means less for other processes. The documentation is even explicit about it:
So basically if your ram usage is not to high, it might be worth it, especially when loading and re-loading resources from your hard-drive. Gaming is a notable area of benefit, where often the GPU is doing most of the work, leaving the RAM somewhat free, and the same stuff needs to be loaded constantly. Of course, there is also a GPU cache for that, so the benefit increase is not straightforward.
Bottom line - this gives the file system more page space out of a total shared pool of fixed size, so is not "free".