Browse Source

Update README.md

Missing " s
pull/30/head
Apparatus_Zero 4 years ago committed by GitHub
parent
commit
4aa53537bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
README.md

@ -145,11 +145,11 @@ Also, if you chose to place the patcher in `C:\Windows\SystemApps\Microsoft.Wind @@ -145,11 +145,11 @@ Also, if you chose to place the patcher in `C:\Windows\SystemApps\Microsoft.Wind
* Open Start menu to "All apps" directly (replace with 0 to disable)
```
reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage /f /v "MakeAllAppsDefault" /t REG_DWORD /d 1
reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\StartPage" /f /v "MakeAllAppsDefault" /t REG_DWORD /d 1
```
* Show only 4 most recent apps (change the number to customize)
```
reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /f /v "Start_MaximumFrequentApps" /t REG_DWORD /d 4
reg.exe add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /f /v "Start_MaximumFrequentApps" /t REG_DWORD /d 4
```
## More configuration

Loading…
Cancel
Save