dremin / RetroBar

Classic Windows 95, 98, Me, 2000, XP, Vista taskbar for modern versions of Windows
Apache License 2.0
2.89k stars 265 forks source link

Can't restore taskbar in windows 10 #177

Open chuongmep opened 3 years ago

chuongmep commented 3 years ago

When I uninstall, it can't revert to default image

image

dremin commented 2 years ago

If you change to another setting and then back does it revert?

chuongmep commented 2 years ago

nothing, it not revert when change another setting.

mgytr commented 1 year ago

I have the same issue, after i uninstalled RetroBar, my taskbar automatically hides. if i turn it off in settings, it reverts after restarting explorer.

mgytr commented 1 year ago

I figured it out. I executed the command powershell -command "&{$p='HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3';$v=(Get-ItemProperty -Path $p).Settings;$v[8]=2;&Set-ItemProperty -Path $p -Name Settings -Value $v;&Stop-Process -f -ProcessName explorer}" and my taskbar is now not hiding.

xoascf commented 1 year ago

For Windows 7 I used this and restored the taskbar, it should work the same on Windows 11:

https://gist.github.com/3a81c8ff9af4b83bbc94f26fc183ed01