Open SFMextrico opened 3 weeks ago
I found a different way of doing the toolbar that seems to be working, at least in my testing. I have not deployed this to production yet as I am still working through issues with the Windows Background being overwritten by Windows Spotlight. I have not found a workaround for that and it is driving me nuts.
Here is my workaround for the Toolbar.
Copy-Item "$($installFolder)Layout.xml" "C:\Users\Default\AppData\Local\Microsoft\Windows\Shell\Layout.xml" -Force
I got the toolbar customization working by simply creating a settings catalog configuration that I deploy to the device group :) Will try your way!
I've got the Windows Background working by adding this part to my script before setting the theme:
Log "Disabling Windows Spotlight for Desktop"
reg.exe add "HKLM\TempUser\Software\Policies\Microsoft\Windows\CloudContent" /v DisableSpotlightCollectionOnDesktop /t REG_DWORD /d 1 /f | Out-Host
Heyo
These are my experiences with AutopilotBranding on 24H2 so far:
I'll add if I find other errors