Theoretically, the "MKLINK" is a command prompt trick that has one option to put certain files on a user specified drive instead of bloating the OS. Example: browser cache, other progam temp files, Windows TEMP* and TMP* and whatever else one chooses. (* The latter can also be done through System Properties\... Environmental Variables; for now, I'm holding off on that for I only started using my new SSD barely 24 hours ago.)
My problem is that the syntax I have found on the Net varies a bit and even the one I found that seemed to work in prompt only makes a duplicate on the destination drive, not what I want as described in this OP's first sentence. But using something like CCleaner simultaneously cleans out the C:\ version of the files as well as the on-other-drive duplicate.
The core or most important reason why I want to get this right:
Since I have one standalone computer, I use it for everything, incl. the Net. For years I used Firefox and may go back to it due to what Chrome does: cache files pile up and if not attended to can reach multi-Gb. sizes. Unlike Firefox there is no in-program or outside uncomplicated way to either limit cache or move its folder. The general consensus for an SSD is that one should keep the used/filled portion of the drive at +/- 50% drive capacity. I'm at just about that and want to keep it that way.
Here is a slightly anonymized MKLINK I used for the current source and destination of my Chrome Cache that isn't working as desired. The Cache folder in the C:\ turns to a form of shortcut, yet it still fills up with cache -- as does the one the F:\ drive:
Maybe I need a different syntax of this. Here are the MKLINK's different parameters that one can find through the a command prompt query. If someone could spell out the right one I should use, it would be much appreciated.
~ Philip
My problem is that the syntax I have found on the Net varies a bit and even the one I found that seemed to work in prompt only makes a duplicate on the destination drive, not what I want as described in this OP's first sentence. But using something like CCleaner simultaneously cleans out the C:\ version of the files as well as the on-other-drive duplicate.
The core or most important reason why I want to get this right:
Since I have one standalone computer, I use it for everything, incl. the Net. For years I used Firefox and may go back to it due to what Chrome does: cache files pile up and if not attended to can reach multi-Gb. sizes. Unlike Firefox there is no in-program or outside uncomplicated way to either limit cache or move its folder. The general consensus for an SSD is that one should keep the used/filled portion of the drive at +/- 50% drive capacity. I'm at just about that and want to keep it that way.
Here is a slightly anonymized MKLINK I used for the current source and destination of my Chrome Cache that isn't working as desired. The Cache folder in the C:\ turns to a form of shortcut, yet it still fills up with cache -- as does the one the F:\ drive:
mklink /J "C:\Users\MyName\AppData\Local\Google\Chrome\User Data\Default\Cache" "F:\STUFF from C\CHROME\Cache"
Maybe I need a different syntax of this. Here are the MKLINK's different parameters that one can find through the a command prompt query. If someone could spell out the right one I should use, it would be much appreciated.
~ Philip