Hi Stephanie,
I’m really sorry to hear how frustrating this has been. Spending more than six hours on a repair installation only to still have the taskbar disappear would be exhausting for anyone.
The workaround you discovered like keeping Settings open so you can toggle the auto hide taskbar option actually very helpful information. It suggests the issue may be related to a corrupted setting or user profile rather than a hardware problem, which is a good sign.
To better troubleshoot the issue, I’d like to ask a few questions to help narrow down the cause.
- Did this issue start after any recent Windows update or system change?
What is the latest Windows update installed on your device? You can check this in Settings > Windows Update.
If you haven’t tried these steps yet, they may help narrow down the cause:
- Check and repair system corruption by running those cmd here in Command Prompt with Admin mode:
sfc /scannow
After it finishes, run:
DISM /Online /Cleanup-Image /RestoreHealth
Once completed, restart your PC.
- Create a test user account to help determine if the issue is related to your current user profile.
Go to Settings > Accounts > Other users > Add account
Sign out of your current account and sign in to the new one
Check if the taskbar behaves normally in the new account
If the issue does not occur there, it may indicate that your main profile is corrupted.
- Try a quick registry reset by running this cmd in CMD with Admin mode:
reg delete HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\IrisService /f && shutdown -r -t 0
This will reset a potentially corrupted setting and restart your PC.
Please let me know how it goes. I’ll be happy to continue helping if the issue persists.
Have a great day!