From 9dbeaeddfd05b59e57b2bf349c445210daadf6b7 Mon Sep 17 00:00:00 2001 From: jestxfot <87380272+jestxfot@users.noreply.github.com> Date: Sat, 6 Aug 2022 22:35:02 +0300 Subject: [PATCH] settings --- .vscode/settings.json | 10 ++++++++++ README.md | 12 ++++++++++++ 2 files changed, 22 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index db702f2..7ed00e7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,4 +10,14 @@ "files.associations": { "*.md": "powershell" }, + "indentRainbow.colors": [ + "#ffffff" + ], + + // The indent color if the number of spaces is not a multiple of "tabSize". + "indentRainbow.errorColor": "white", + + // The indent color when there is a mix between spaces and tabs. + // To be disabled this coloring set this to an empty string. + "indentRainbow.tabmixColor": "white", } \ No newline at end of file diff --git a/README.md b/README.md index c4bca32..2b46129 100644 --- a/README.md +++ b/README.md @@ -536,7 +536,19 @@ StartMenu Local: +
Explorer Switch + + **New Explorer (Win11)** + ```powershell + reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v SeparateProcess /t REG_DWORD /d 0 /f + ``` + **Old Explorer (Win10)** + ```powershell + reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v SeparateProcess /t REG_DWORD /d 1 /f + ``` + +

ISO Windows