I got it https://aka.ms/AA4rhhg
Enhanced Notification
Can any one help with the Notification showing up enhanced. some time it show up normal and other time it show enhanced. please see attached pics. thanks
Windows for home | Windows 10 | Settings
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
7 answers
Sort by: Most helpful
-
Anonymous
2019-04-14T02:08:48+00:00 -
Anonymous
2019-04-14T02:06:54+00:00 tried both but it didn't work. I created the feedback but forgot to create the link to share it with you is there way I can go back and get the link so i can sent it you. thanks
-
Anonymous
2019-04-13T21:20:44+00:00 Press Windows key + X
Click Task Manager
Select the Processes tab
Scroll down to Windows Explorer then select it
Click Restart
If that does not work:
uninstall your display driver:
Press Windows key + X
Click Device Manager
Expand Display adapters
Right click the current display adapter
Click Uninstall
Exit Device Manager
Restart
Still not working?
I would also recommend you file a bug report; send me the short link so I can vote on it and bring it to the attention of the Windows engineers.
https://windows10.help/blogs/entry/54-how-to-su...
Information in the above link is sourced from a trusted Microsoft MVP blog.
-
Anonymous
2019-04-13T20:38:51+00:00 Hi Andre,
thanks for the quick response. it didn't fix it still the same.
thanks
-
Anonymous
2019-04-13T19:57:42+00:00 Hi Ben
My name is Andre Da Costa; an Independent Consultant, Windows Insider MVP and Windows & Devices for IT MVP. I'm here to help you with your problem.
Could be an issue with the Windows Shell.
- Open Notepad.
- Copy the following text into Notepad:
@echo off
taskkill /f /im explorer.exe
taskkill /f /im shellexperiencehost.exe
timeout /t 3 /NOBREAK > nul
del %localappdata%\Packages\Microsoft.Windows.ShellExperienceHost_cw5n1h2txyewy\TempState\* /q
timeout /t 2 /NOBREAK > nul
start explorer
@echo on
- Click File and Save.
- Choose a location to save the file. Enter a File nameù of ClearTileCache.bat and select Save as typeù of All files (*.*). Click Save.
- Open File Explorer and navigate to the location that you chose to save the file to. Double-click ClearTileCache.bat to run the file.