This commit is contained in:
jestxfot
2022-08-06 22:35:02 +03:00
committed by GitHub
parent 4839142b6e
commit 9dbeaeddfd
2 changed files with 22 additions and 0 deletions
+10
View File
@@ -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",
}
+12
View File
@@ -536,7 +536,19 @@ StartMenu Local:
</details>
<details><summary><b>Explorer Switch</b></summary>
**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
```
</details>
<h1 align="center"><img width=25px src="https://filedn.eu/lFS6h5cBEsru02lgr5VwkTJ/Windows%2011%20Files/icons/shell32_302.ico"> ISO Windows</h1>