Files
mRemoteNG/mRemoteNGDocumentation/registry_settings_guide.rst
xRushG 5e3bce9a92 refactor: Apply the async logic for Credentials and Updates registry settings, remove obsolete code
- Moved async registry loading logic to OptRegistryCredentialsPage and OptRegistryUpdatesPage to improve structure and maintainability.
- Removed obsolete logic and redundant code that is no longer needed due to the new asynchronous architecture.
- Enhanced settings management to take advantage of the just-in-time loading mechanism.
- Improved performance by ensuring registry settings are loaded asynchronously right before they are needed by the UI or application logic, minimizing unnecessary loads.
- Update documents
2024-10-01 12:19:41 +02:00

27 lines
917 B
ReStructuredText

.. _registry_settings_guide:
***********************
Registry Settings Guide
***********************
.. warning::
Before proceeding with any changes to the Windows Registry, it is imperative that you carefully read and comprehend the
**Modifying the Registry**, **Restricted Registry Settings** and **Disclaimer**
on :doc:`Registry Settings Infromation <registry/registry_settings_information>`.
The following registry settings are used by mRemoteNG to configure various options and behavior.
Please note that incorrect modifications to these settings can impact the functionality of mRemoteNG.
Make changes with caution and ensure that you have backups before making any adjustments.
.. toctree::
:maxdepth: 2
registry/registry_settings_information.rst
.. toctree::
:maxdepth: 4
registry/credential_settings
registry/credential_settings.rst
registry/updates_settings.rst