Windows taskbar disappeared after performing repair install


acgriffin

New member
Local time
12:34 AM
Posts
11
OS
Windows 11
I have recently done a repair install for windows 11 to attempt to fix a bug in my menu bar however after performing the repair my task bar completely disappeared and I am unable to open settings or the windows menu whatsoever.

I attempted to restart windows 11 and I currently have a translucent taskbar with apps appearing where is would be, however the windows menu does not open and I am unable to open settings either.

I have tried to follow some tutorials and other forums and I found one linked here that seems to perfectly describe my problem

Redirecting

When I enter the command it gives me this error:
"The system was unable to find the specified registry key or value"

I am genuinely perplexed and I have no idea what to do.
 
Windows Build/Version
Version 22H2 (OS Build 22621.1555)

My Computer

System One

  • OS
    Windows 11
Boot your computer into Safe Mode and let us know if taskbar appears.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Pavilion
    CPU
    AMD Ryzen 7 5700G
    Motherboard
    Erica6
    Memory
    Micron Technology DDR4-3200 16GB
    Graphics Card(s)
    NVIDIA GeForce RTX 3060
    Sound Card
    Realtek ALC671
    Monitor(s) Displays
    Samsung SyncMaster U28E590
    Screen Resolution
    3840 x 2160
    Hard Drives
    SAMSUNG MZVLQ1T0HALB-000H1
@acgriffin

What other 3rd party programs do you have installed?
ie: Explorer Patcher, StartAllBack, Start11, etc?
 

My Computers

System One System Two

  • OS
    Win11 All /Debian/Arch
    Computer type
    Laptop
    Manufacturer/Model
    ASUSTeK COMPUTER INC. TUF Gaming FX705GM
    CPU
    2.20 gigahertz Intel i7-8750H Hyper-threaded 12 cores
    Motherboard
    ASUSTeK COMPUTER INC. FX705GM 1.0
    Memory
    24428 Megabytes
    Graphics Card(s)
    Intel(R) UHD Graphics 630 / NVIDIA GeForce GTX 1060
    Sound Card
    Intel(R) Display Audio / Realtek(R) Audio
    Monitor(s) Displays
    Integrated Monitor (17.3"vis)
    Screen Resolution
    FHD 1920X1080 16:9
    Hard Drives
    2 SSD SATA/NVM Express 1.3
    WDS500G2B0A-00SM50 500.1 GB
    WDCSDAPNUW-1002 256 GB
    PSU
    19V DC 6.32 A 120 W
    Cooling
    Dual Fans
    Mouse
    MS Bluetooth
    Internet Speed
    Fiber 1GB Cox -us & ADSL Bouygues -fr
    Browser
    Edge Canary- Firefox Nightly
    Antivirus
    Windows Defender
    Other Info
    VMs of Windows 11 stable/Beta/Dev/Canary
    VM of XeroLinux- Arch based & Debian 12
  • Operating System
    Windows 11 Insider Canary
    Computer type
    Laptop
    Manufacturer/Model
    ASUS X751BP
    CPU
    AMD Dual Core A6-9220
    Motherboard
    ASUS
    Memory
    8 GB
    Graphics card(s)
    AMD Radeon R5 M420
    Sound Card
    Realtek
    Monitor(s) Displays
    17.3
    Screen Resolution
    1600X900 16:9
    Hard Drives
    1TB 5400RPM
I booted with safe mode and the task bar was still transparent, so it seems like it’s a problem with the base setup

I don’t have too many third party apps besides Mcafee and other stuff like steam and discord but I doubt those would cause a problem
 

My Computer

System One

  • OS
    Windows 11
Follow this tutorial to re-register your desktop. If you don't have a Start Menu to launch a Terminal window, use Win-R (run command) or CTRL-ALT-DEL (open Task Manager) to run a new command.

Re-register Start Menu in Windows 11
I followed the directions for all users, and I got this error back, which is different from the one it suggested on the page.

Screenshot (129).png
 

My Computer

System One

  • OS
    Windows 11
Can you run the exact command from the NOTE: For additional information, "Get-AppPackageLog -ActivityID de526002...."?
 

My Computer

System One

  • OS
    Windows 7
If you are talking about the command that was highlighted on the screenshot, no I was not able to I tried re-running both commands, same thingScreenshot (131).png
 

My Computer

System One

  • OS
    Windows 11
The error message has a command you're supposed to run to get more diagnostic info.
Right there as "Get-AppPackageLog -ActivityID [unique string of hex digits]"

Copy that Get-AppPackageLog line to the end of the line, and run it in PowerShell. It will pick up the unique log event message corresponding to this error. Otherwise we don't have more details.
 

My Computer

System One

  • OS
    Windows 7
The error message has a command you're supposed to run to get more diagnostic info.
Right there as "Get-AppPackageLog -ActivityID [unique string of hex digits]"

Copy that Get-AppPackageLog line to the end of the line, and run it in PowerShell. It will pick up the unique log event message corresponding to this error. Otherwise we don't have more details.
My mistake here is the response it gave me after I ran that command.

Screenshot (173).pngScreenshot (174).pngScreenshot (175).png
 

My Computer

System One

  • OS
    Windows 11
Run this command as Administrator:
powershell -nop -ep bypass "Get-AppxPackage *UI.Xaml* | select Name"

If you don't see Microsoft.UI.Xaml.CBS, then you're missing a required UWP library which ShellExperienceHost (desktop) requires.
 

My Computer

System One

  • OS
    Windows 7
In this video, i will show you various methods to fix the Start Menu not working issue on your Windows 11 PC.

 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Pavilion
    CPU
    AMD Ryzen 7 5700G
    Motherboard
    Erica6
    Memory
    Micron Technology DDR4-3200 16GB
    Graphics Card(s)
    NVIDIA GeForce RTX 3060
    Sound Card
    Realtek ALC671
    Monitor(s) Displays
    Samsung SyncMaster U28E590
    Screen Resolution
    3840 x 2160
    Hard Drives
    SAMSUNG MZVLQ1T0HALB-000H1
Run this command as Administrator:
powershell -nop -ep bypass "Get-AppxPackage *UI.Xaml* | select Name"

If you don't see Microsoft.UI.Xaml.CBS, then you're missing a required UWP library which ShellExperienceHost (desktop) requires.
I do see Microsoft.UI.Xaml.CBS
 

Attachments

  • Screenshot (176).png
    Screenshot (176).png
    40.3 KB · Views: 2

My Computer

System One

  • OS
    Windows 11
That's good to see it's not gone. Let's try resetting your Taskbar and Start Menu to the default state:

Get-AppxPackage *ShellExperienceHost* | Reset-AppxPackage
Get-AppxPackage *StartMenu* | Reset-AppxPackage

Reboot.
 

My Computer

System One

  • OS
    Windows 7
That's good to see it's not gone. Let's try resetting your Taskbar and Start Menu to the default state:

Get-AppxPackage *ShellExperienceHost* | Reset-AppxPackage
Get-AppxPackage *StartMenu* | Reset-AppxPackage

Reboot.
I got these errors when trying to perform these commands
 

Attachments

  • Screenshot (177).png
    Screenshot (177).png
    47.4 KB · Views: 2

My Computer

System One

  • OS
    Windows 11
Let's try one more experiment:
1. See if you can bring up Settings, run start ms-settings:
2. Accounts -> Other users -> Add account -> I don't have this person's sign-in info -> I don't gave this person's sign-in info
3. Make a new temporary user.
4. Logout and sign in as this new user.

Does this user have the same desktop problems as your normal account? If that's true, your repair install may not have correctly repaired this system. Or if this account works fine, the corruption is limited to your personal profile.
 

My Computer

System One

  • OS
    Windows 7
Let's try one more experiment:
1. See if you can bring up Settings, run start ms-settings:
2. Accounts -> Other users -> Add account -> I don't have this person's sign-in info -> I don't gave this person's sign-in info
3. Make a new temporary user.
4. Logout and sign in as this new user.

Does this user have the same desktop problems as your normal account? If that's true, your repair install may not have correctly repaired this system. Or if this account works fine, the corruption is limited to your personal profile.
I don't believe I can bring up settings at all

Just to clarify just in case I made a mistake,
- I used the shortcut WIN+R
- Then I pasted in "start ms-settings"

Is that how I am supposed to do it or did I do something wrong?

If I did everything correctly it then it says "Windows cannot find 'start' "
 

My Computer

System One

  • OS
    Windows 11
In this video, i will show you how to repair install of Windows 11 by performing an in-place upgrade without losing anything.

 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Pavilion
    CPU
    AMD Ryzen 7 5700G
    Motherboard
    Erica6
    Memory
    Micron Technology DDR4-3200 16GB
    Graphics Card(s)
    NVIDIA GeForce RTX 3060
    Sound Card
    Realtek ALC671
    Monitor(s) Displays
    Samsung SyncMaster U28E590
    Screen Resolution
    3840 x 2160
    Hard Drives
    SAMSUNG MZVLQ1T0HALB-000H1

Latest Support Threads

Back
Top Bottom