Jump to content


oosthupj

Established Members
  • Posts

    2
  • Joined

  • Last visited

oosthupj's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi everyone, if you ever struggled to get the Edge and Mail icons removed from the Taskbar via TS layoutmodification.xml in Windows 10 1703, try this: Dont use "%APPDATA%" in your <taskbar:TaskbarPinList> section of your layoutmodification.xml !! This will not work in your XML: <CustomTaskbarLayoutCollection PinListPlacement="Replace"> <defaultlayout:TaskbarLayout> <taskbar:TaskbarPinList> <taskbar:DesktopApp DesktopApplicationLinkPath="%APPDATA%\Microsoft\Windows\Start Menu\Programs\System Tools\File Explorer.lnk" /> <taskbar:DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Internet Explorer.lnk"/> </taskbar:TaskbarPinList> </defaultlayout:TaskbarLayout> </CustomTaskbarLayoutCollection> This will: <CustomTaskbarLayoutCollection PinListPlacement="Replace"> <defaultlayout:TaskbarLayout> <taskbar:TaskbarPinList> <taskbar:DesktopApp DesktopApplicationLinkPath="%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Internet Explorer.lnk"/> </taskbar:TaskbarPinList> </defaultlayout:TaskbarLayout> </CustomTaskbarLayoutCollection> PS: Manually copy "Internet Explorer.lnk" to C:\Programdata\Microsoft\Windows\Start Menu\Programs via the TS
  2. Hi everyone, I struggled with machines in our company all of a sudden giving "Selected boot image did not authenticate." when doing a F12 PXE boot when secureboot is enabled in the bios. I have done searches on the internet and all of them either suggest to disable secureboot or doing some funny reset on the machine. The reset didnt work for me and we need to use secureboot for security reasons, so I cannot simply cut off my finger if it has pain. Stuff I tried that didnt work: Rebuild the boot images. Upgrading SCCM from 1610 to 1706 Upgrading ADK from 1610 to 1703 ADK Upgrading our DHCP server. What finally fixed it? Upgrading the affected machines BIOS! That's it! No other upgrade of change nessasary. Enjoy!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.