Disable Auto Suggestion
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete /v AutoSuggest /t REG_SZ /d no /f
taskkill /im explorer.exe /f & explorer.exe
pause
Enable Auto Suggestion
reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete /v ShellFeedsTaskbarViewMode /f
taskkill /im explorer.exe /f & explorer.exe
pause
5/5 - (1 vote)