Alex313031 / Thorium-Win

Chromium fork for Windows named after radioactive element No. 90; Windows builds of https://github.com/Alex313031/Thorium
https://thorium.rocks/
BSD 3-Clause "New" or "Revised" License
1.28k stars 33 forks source link

when is the real portable version? which leaves no garbage to the system and saves everything as cent #143

Closed subsubsubsubsubsub closed 5 months ago

Alex313031 commented 5 months ago

@subsubsubsubsubsub I recently updated the portable .bat to also set the cache dir to the current dir. It shouldn't write anything outside the portable dir now (other than a few registry entries about where widevine is located, but this is not of concern)

subsubsubsubsubsub commented 5 months ago

sshot-002 Did I write correctly and how to transfer data but a new version?

Alex313031 commented 5 months ago

@subsubsubsubsubsub You should refer to the .bat that is inside the latest M119 release. It has the --cache-dir flag set. But otherwise, your screenshot looks OK.

subsubsubsubsubsub commented 5 months ago

sshot-001??

add the main file to clear your browser cache. here is an example from the browser cent

if "%~1"=="" (set "x=%~f0"& start "" /min "%comspec%" /v/c "!x!" any_word & exit /b)

RD /S /Q "%~dp0\User Data\Default\Cache" RD /S /Q "%~dp0\User Data\Default\Code Cache" RD /S /Q "%~dp0\User Data\Default\GPUCache" RD /S /Q "%~dp0\User Data\Default\Session Storage" RD /S /Q "%~dp0\User Data\Default\Service Worker\CacheStorage" RD /S /Q "%~dp0\User Data\Default\Service Worker\ScriptCache" RD /S /Q "%~dp0\User Data\Crashpad"