Jump to content

My task bar lost the ability to show preview of pages if i have multiple window opened. for example, if I have 1 chrome window and 2 file explorer window open, task bar can only show the preview of the chrome window but icon for the file explorer. This happened after i installed a windows 10 update(feature update ver.1903). I also checked the task bar settings and windows performance and appearance setting. Any help?

Link to comment
https://linustechtips.com/topic/1100770-windows-10-task-bar-thumbnail-preview/
Share on other sites

Link to post
Share on other sites

3 hours ago, GoodBytes said:

Start/Search > type: Performance > pick: "Adjust the appearance and performance of Windows"

A panel will show. On it, make sure all check boxes are checked, click on OK.

Restart the system and you should be good

those are all checked, every-single box.

Link to post
Share on other sites

2 minutes ago, tilieve said:

I saw some guide about modify the register file to give the thumbnail a different size or delay time.Was thinking of maybe in one of those register setting, it limits my thumbnail preview amount for each app to one. 

Good thinking. Another thing to try is to check if the Group Policy "Turn off taskbar thumbnail" is enabled, and if so, disable it, and restart your PC.

 

Link to post
Share on other sites

54 minutes ago, GoodBytes said:

Good thinking. Another thing to try is to check if the Group Policy "Turn off taskbar thumbnail" is enabled, and if so, disable it, and restart your PC.

 

weird, after getting the gpedit on my windows, there is no option to turn off the taskbar thumbnail.648563278_Screenshot(41).thumb.png.fd67b4e0fad8f33187bff7ce9a6dfeba.png

Link to post
Share on other sites

28 minutes ago, tilieve said:

weird, after getting the gpedit on my windows, there is no option to turn off the taskbar thumbnail.

Interesting. I have it on my side

705789912_Annotation2019-09-03160806.png.0cc4cf91d4cb4096dbd31be85891fa4e.png

 

 

And why your folder icons on the tree are a mixed from Windows 2000 and Windows 10?

Did you happen to use a software that does "tweaks" on the system? Or used a Start Menu replacement program? If so, it probably replaced system files, and you have this broken mess.

 

Link to post
Share on other sites

23 minutes ago, GoodBytes said:

Interesting. I have it on my side

705789912_Annotation2019-09-03160806.png.0cc4cf91d4cb4096dbd31be85891fa4e.png

 

 

And why your folder icons on the tree are a mixed from Windows 2000 and Windows 10?

Did you happen to use a software that does "tweaks" on the system? Or used a Start Menu replacement program? If so, it probably replaced system files, and you have this broken mess.

 

I wasn't using any of those program. The mess might came from a script I ran to get gpedit on my windows since mine is a windows home edition. 

here is the script:

     

@echo off 
pushd "%~dp0" 

dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt 
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt 

for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i" 
pause

 

It might also be that when I added an ssd to my pc, I forgot to uninstall windows from my old drive, which is also windows 10(the files disappeared though). 

So, in this case, if I do a clean system install, shall I back up my windows settings?

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×