mtniehaus / AutopilotBranding

MIT License
310 stars 81 forks source link

Multiple issues on 24H2 #13

Open SFMextrico opened 3 weeks ago

SFMextrico commented 3 weeks ago

Heyo

These are my experiences with AutopilotBranding on 24H2 so far:

I'll add if I find other errors

kcyberman17 commented 1 week 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

SFMextrico commented 6 days ago

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