thorium-mirror/infra/portable/README.win

23 lines
1.1 KiB
Text
Raw Normal View History

2022-01-01 22:23:56 -03:00
## Thorium Portable for Windows README.txt
2023-03-05 02:56:38 -03:00
## Copyright (c) 2023 Alex313031
2022-01-01 22:23:36 -03:00
# How to use the files in this .zip
# Unpack .zip to wherever
2022-01-01 22:20:09 -03:00
2022-01-24 16:06:16 -03:00
Contains THORIUM.BAT for running portable/standalone.
2022-08-02 13:54:27 -04:00
- Also contains THORIUM_SHELL.BAT for running the Thorium Content Shell.
2022-01-24 16:06:16 -03:00
2023-03-05 02:56:38 -03:00
| NOTE: Append --disable-encryption --disable-machine-id to THORIUM.BAT to disable user profile encryption and tying it to a specific machine, to enable truly portable usage. Note that this will remove things like passwords and history the first time it is enabled, so back up your stuff or make a new user profile.
| NOTE: You can also skip using THORIUM.BAT and just copy the contents of BIN somewhere, and run thorium.exe from within, note this will make a profile dir in
C:\Users\$USERNAME\AppData\Local\Thorium\User Data\ and write a few registry values.
2022-01-24 16:06:16 -03:00
BIN - Contains Thorium
2022-08-02 13:57:45 -04:00
- Contains thorium_shell.ico for setting an icon for thorium_shell.exe if you make a shortcut.
2022-01-01 22:20:09 -03:00
USER_DATA - Contains user profile data.
2022-01-01 22:23:36 -03:00
Thanks for using Thorium and feel free to use the issues or discussions for problems, questions, features, or suggestions.
- Alex313031