Skip to content

Commit d786c3b

Browse files
committed
Updated advanced settings page
1 parent 3b85c47 commit d786c3b

File tree

1 file changed

+10
-8
lines changed
  • src/routes/docs/customize-settings/advanced

1 file changed

+10
-8
lines changed

src/routes/docs/customize-settings/advanced/+page.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,40 @@ title: Advanced
66
import { InfoBar } from "fluent-svelte";
77
</script>
88

9+
The **Advanced** settings page offers power-user tools and experimental features. From exporting preferences to editing the settings file directly, this section gives you deeper control over how Files behaves.
10+
911
## Export settings
1012

11-
Located on the advanced settings page, this will prompt you to choose a location to export the settings to.
13+
Prompts you to choose a location to save your current configuration as an archive, making it useful for migrating settings between devices or creating backups.
1214

1315
<InfoBar severity="information">
14-
Although the exported archive includes a file called "filetags", it doesn't actually contain a list of tagged files. This file only contains the guids that get embedded into the metadata of tagged items.
16+
The exported archive includes a file named `filetags`, but this file only contains GUIDs used for tagging metadata. It does not contain a list of tagged files.
1517
</InfoBar>
1618

1719
## Import settings
1820

19-
Prompts to import an archive file containing exported settings.
21+
Lets you load previously exported settings to restore preferences.
2022

2123
## Edit settings file
2224

23-
Opens the settings file in the default text editor. Before editing the settings file, you’ll need to close Files by right-clicking the icon in the system tray and clicking on "Quit".
25+
Opens the configuration file in your default text editor. Before making changes, be sure to close Files by right-clicking the system tray icon and selecting **Quit**. This gives you full access to advanced customization options like colors, fonts, and layout preferences.
2426

2527
## Open Files on Windows startup
2628

27-
Creates task to start Files when logging into Windows.
29+
Enables Files to start automatically when you log in to Windows
2830

2931
## Leave app running in the background
3032

31-
This option will keep Files running in the background even when the window is closed. This helps reduce the startup but it may cause Files to use more system resources.
33+
Keeps Files running even after the window is closed. This reduces startup time but may use slightly more system resources.
3234

3335
## Experimental feature flags
3436

3537
### Set Files as the default file manager
3638

37-
Windows doesn't have an official method for changing the default file manager. In order to still provide this option, we developed a workaround that intercepts calls to launch File Explorer and redirect the call to Files instead. This workaround has some limitations but it works for most scenarios including the `win` + `e` shortcut.
39+
By default, Windows doesn't allow changing the system file manager. Files includes an **optional workaround** that intercepts system calls to File Explorer and reroutes them to Files. This feature supports common actions like the `Win + E` shortcut and opening folders from other apps.
3840

3941
<InfoBar severity="caution">
40-
This option involves modifying the system registry and while it's been tested and improved over time, the Files team takes no responsibility if something goes wrong. If you decide to proceed, we recommend creating a backup of the system registry beforehand.
42+
This feature modifies the Windows registry. While stable in most cases, it can introduce issues. The Files team assumes no responsibility for problems that may arise. We strongly recommend backing up your registry before enabling this option.
4143
</InfoBar>
4244

4345
<br/>

0 commit comments

Comments
 (0)