Posted in windows
3050
5:59 am, September 3, 2021
 

So my windows 11 task bar decided to disappear (and how to fix it)

I was just happily extracting a zip file when... Boom no more start menu.

I thought ah yeah easy ill just restart and it will come back. 

Nope.. it was gone for good. But i could run task manager and other things seemed to be working in the background. 

Not good. 

Reboot, still broken. 

I was ready to get out my Windows 11 Install USB (which i dont actually have as i just upgraded from windows 10 (doh!)) and then i found this fix! Thank you windows central. 

From windows task manager, CTRL + SHIFT + ESC run a command prompt.

Run a new task

type in cmd and check run with admin priv

then paste the following in, which will alter a reg key and reboot your PC

CMD

reg delete HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\IrisService /f && shutdown -r -t 0

Once it has rebooted you should get your windows task bar back again. 

Yay! and Phew...

That will teach me for running beta builds of windows.

Here is the official fix.

UPDATE 7:10PM PDT: Recently, Windows Insiders in both the Dev and Beta Channels began reporting that Start and Taskbar were unresponsive and Settings and other areas of the OS wouldn’t load. We quickly discovered an issue with a server-side deployment that went out to Insiders and canceled that deployment. If you were impacted by this issue, you can use the following steps to get back into a working state on your PC.

  • Step 1: Use CTRL-ALT-DEL and choose to open Task Manager.
  • Step 2: Choose “More details” at the bottom of Task Manager to expand Task Manager.
  • Step 3: Go to “File” and choose “Run new task”.
  • Step 4: Type “cmd” in the “Open” field.
  • Step 5: Paste the following (everything in bold):
    reg delete HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\IrisService /f && shutdown -r -t 0
  • Step 6: Hit enter, and then your PC should reboot. After rebooting, everything should be back to normal.
View Statistics
This Week
55
This Month
311
This Year
350

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
In this case my anchor this week becomes driving almost 2hrs outside of Atlanta to one of my favorite hard core gyms in the world.. MetroFlex aka The Dungeon. The gym owners turn the heat way up so it becomes a fun sweat box and the gym members just watch from afar and leave me alone. I happily drive myself long distances to find MY ANCHOR. Our anchor allows us to have balance, focus and be as productive as possible. And if you're in the middle of a heavy set and your headphones start to fall off your head, like mine did here.. well.. f*ck the headphones. Let em break and fall. You can always get a new pair, but the iron ain't ever gonna lift itself.
Unknown
Random CSS Property

symbols()

The symbols() CSS function lets you define counter styles inline, directly as the value of a property such as list-style. Unlike @counter-style, symbols() is anonymous (i.e., it can only be used once). Although less powerful, it is shorter and easier to write than @counter-style.
symbols() css reference