removing smart quotes and fixing a path reference

This commit is contained in:
Brian Lich
2016-08-17 10:45:21 -07:00
parent c8b0105077
commit 6f29f6ceca

View File

@ -156,7 +156,7 @@ If you only want to remove some of the default pinned apps, you would use this m
<CustomTaskbarLayoutCollection PinListPlacement="Replace">
<defaultlayout:TaskbarLayout>
<taskbar:TaskbarPinList>
<taskbar:DesktopApp DesktopApplicationLinkPath=%APPDATA%Microsoft\Windows\Start Menu\Programs\Accessories\Internet Explorer.lnk/>
<taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\Accessories\Internet Explorer.lnk"/>
<taskbar:DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\Paint.lnk" />
<taskbar:UWA AppUserModelID="Microsoft.Office.Word_8wekyb3d8bbwe!microsoft.word" />
</taskbar:TaskbarPinList>