From 6acc97c5e1e423f51aef089af25a790281e33d1e Mon Sep 17 00:00:00 2001 From: Apparatus_Zero <29201475+BraINstinct0@users.noreply.github.com> Date: Sun, 12 Sep 2021 11:21:42 +0900 Subject: [PATCH] Add terminal for killing 2 exe on install Add terminal option for killing StartMenuExperienceHost.exe and SearchHost.exe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caf1b68..e8c06a1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ After you get the classic taskbar working, to make it work with the Start menu a * `C:\Windows\SystemApps\Microsoft.Windows.StartMenuExperienceHost_cw5n1h2txyewy` * `C:\Windows\SystemApps\MicrosoftWindows.Client.CBS_cw5n1h2txyewy` -After that is done, kill both `StartMenuExperienceHost.exe` and `SearchHost.exe` from Task Manager, or simply log out and back in or restart the computer. +After that is done, kill both `StartMenuExperienceHost.exe` and `SearchHost.exe` from Task Manager, or simply log out and back in or restart the computer. To kill these from the terminal instead, run `taskkill /F /IM "StartMenuExperienceHost.exe" /IM "SearchHost.exe"` from either cmd or powershell/pwsh. Two of the applets in the system tray do not work in this mode: battery and network. To replace the battery applet, I recommend the much more capable [Battery Mode](https://en.bmode.tarcode.ru/) application which has very good integration and allows showing both classic power modes and Windows 10 power schemes (better battery, better performance etc), changing the display brightness (for laptop screens AND monitors) etc. To replace the network icon, I recommend using the control center to switch networks and keep the legacy icon only as an indicator. You can also have it open the "Network" section in the Settings app as described [here](https://winaero.com/change-network-icon-click-action-in-windows-10).