Originally posted by Difficult_Man
Originally posted by Difficult_Man
That would have nothing to do with your keyboard, as your H button was working fine right after as evident in this post you made.
It only renamed Searchapp.exe
You can rename it back if you wish, but like I said this has nothing to do with a keyboard,
@echo off
takeown /f “c:\windows\systemapps\microsoft.windows.search_cw 5n1h2txyewy\searchapp.bak”
icacls “c:\windows\systemapps\microsoft.windows.search_cw 5n1h2txyewy\searchapp.bak” /grant Everyone:F
taskkill /F /IM “searchapp.exe”
rename “c:\windows\systemapps\microsoft.windows.search_cw 5n1h2txyewy\searchapp.bak” “searchapp.exe”
exit
Comment