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