Win 10 Ent. compared to Win 10 Ent. LTSB what would be the right decision?
-
@psycholiquid hey if you say pinned do you talk about the startmenu?
-
@x23piracy Yeah this:
-
@psycholiquid i have something for this wait…
-
I am able to back it up but am unable to put it back yet, but I will figure it out one of these days
-
TaskbarLayout.xml:
<LayoutModificationTemplate xmlns:defaultlayout="http://schemas.microsoft.com/Start/2014/FullDefaultLayout" xmlns:start="http://schemas.microsoft.com/Start/2014/StartLayout" xmlns:taskbar="http://schemas.microsoft.com/Start/2014/TaskbarLayout" Version="1" xmlns="http://schemas.microsoft.com/Start/2014/LayoutModification"> <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\System Tools\File Explorer.lnk"/> <taskbar:DesktopApp DesktopApplicationLinkPath="%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs\Outlook 2016.lnk"/> </taskbar:TaskbarPinList> </defaultlayout:TaskbarLayout> </CustomTaskbarLayoutCollection> </LayoutModificationTemplate>
Powershell:
Import-StartLayout -LayoutPath "C:\Support\Tools\TaskbarLayout.xml" -MountPath "C:\"
I am using this for 1607 and 1703, i execute it with my sysprep script. (Using copyprofile).
-
@x23piracy Yeah that wont work in UE-V though I am going for automated. I dont want ot ever have to mess with it again
-
@psycholiquid Sorry whats UE-V? Sorry i don’t know.
-
It is the new roaming profiles for Windows. IT just came out of beta a little while ago
-
@psycholiquid since which Windows 10 Version is it acting and what happens if you import like that?
-
@x23piracy Not sure I am understanding the question