From 4aa53537bdf29d2bc865c7a41efb08ed82b052a0 Mon Sep 17 00:00:00 2001 From: Apparatus_Zero <29201475+BraINstinct0@users.noreply.github.com> Date: Fri, 1 Oct 2021 21:14:48 +0900 Subject: [PATCH] Update README.md Missing " s --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7666e56..d3e75e5 100644 --- a/README.md +++ b/README.md @@ -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