settings
This commit is contained in:
Vendored
+10
@@ -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",
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user