Hello!
My name is David N., and I am a Windows fan and assist users here with Windows questions. I will be happy to assist you with your issue.
Here is how you reset the Taskbar to the default settings.
- Choose Start and type "powershell". Open Powershell as admins.
2,. Enter these lines one at a time
Stop-Process -Name explorer -Force
Remove-Item -Path "$env:APPDATA\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\*" -Force
Start-Process explorer.exe
This should completely clear out the Taskbar settings. If the app that changed them is still active, it may revert these settings. If that is the case you will have to figure out which app it is and uninstall it or make the changes within it.
I hope this helps! Please let me know if this resolves your issue or if you require additional assistance.
Regards,
David N.