Items unpinned from taskbar are back after restart/sign out on Windows 10
--
Music by Eric Matyas
https://www.soundimage.org
Track title: Life in a Drop
--
Chapters
00:00 Question
00:46 Accepted answer (Score 245)
01:21 Answer 2 (Score 17)
02:22 Answer 3 (Score 7)
02:42 Answer 4 (Score 7)
03:33 Thank you
--
Full question
https://superuser.com/questions/1251656/...
Answer 1 links:
[solution]: https://social.technet.microsoft.com/For...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows #windows10 #taskbar
#avk47
ACCEPTED ANSWER
Score 258
I had the same problem. Nothing works.
Finally, I found the XML file in my profile:
%LOCALAPPDATA%\Microsoft\Windows\Shell\LayoutModification.xml
The items were listed here in this section:
</DefaultLayoutOverride>
<CustomTaskbarLayoutCollection PinListPlacement="Replace">
<defaultlayout:TaskbarLayout>
<taskbar:TaskbarPinList>
-- items were here - removed
</taskbar:TaskbarPinList>
</defaultlayout:TaskbarLayout>
</CustomTaskbarLayoutCollection>
Maybe this will help someone.
ANSWER 2
Score 18
I managed to find a solution on Microsoft Technet.
I've also, personally found another way around it:
- Open the explorer or the run prompt and go to
%userprofile%\AppData\Local\Microsoft\Windows\Shell
- Edit the LayoutModification.xml file using the Notepad or some other text-only editor
- Locate the
<taskbar:TaskbarPinList></taskbar:TaskbarPinList>
entry and in that entry remove the line<taskbar:... />
adding Edge - Save that file and reboot.
This will not survive "major" updates to the system/Edge such as the April 2018 one, but you can simply do the above again to get rid of that impolite shortcut.
ANSWER 3
Score 8
First, go the following paths:
C:\Users\username\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar
C:\Users\Public\company name\TaskBar
(if this path doesn’t exist, ignore it)
Delete the items that you don’t want to show in taskbar.
Restart computer to see the result.
If no help, backup personal data, remove current account and create a new one, maybe your account is corrupted.
Good luck
ANSWER 4
Score 7
It appears that this was some corporate policy from domain that have done that and it's not possible to turn off that easy, but anyway, domain rules are a possibility when this happens.