win: improve disabling of Application Experience
This commit improves disabling of Application Experience component by improving the categorization, documentation, existing scripts and adding new scripts. It renames the scripts to be more user-friendly but still technically accurate. - Rename scripts to make them easier for non-technical users to understand. - Improve existing documentation and add more documentation. - Add new scripts for: - 'Disable "MareBackup" task' - 'Disable "SdbinstMergeDbTask" task' - 'Disable "PcaPatchDbTask" task' - Improve `CompatTelRunner.exe` disabling to soft-delete the file.
This commit is contained in:
@@ -77,6 +77,7 @@ $padding: 20px;
|
||||
|
||||
.scripts-tree-container {
|
||||
display: flex; // We could provide `block`, but `flex` is more versatile.
|
||||
overflow: auto; // Prevents horizontal expansion of inner content (e.g., when a code block is shown)
|
||||
|
||||
/* Set background color in consistent way so it has similar look when searching, on tree view, in cards etc. */
|
||||
background: $color-scripts-bg;
|
||||
|
||||
Reference in New Issue
Block a user