cschneegans / unattend-generator

.NET Core library to create highly customized autounattend.xml files
https://schneegans.de/windows/unattend-generator/
MIT License
542 stars 43 forks source link

Start pins are cleared after each restart. #26

Closed jNizM closed 2 months ago

jNizM commented 2 months ago

Moin,

kann es sein, dass diese StartPins Einstellungen ("HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Start") dafür sorgen, dass jedesmal nach dem Neustart alle manuell gesetzten StartPins wieder entfernen?


Hi there,

Is it possible that these StartPins settings (‘HKLM\SOFTWARE\Microsoft\PolicyManager\current\device\Start’) ensure that all manually set StartPins are removed each time after a restart?

cschneegans commented 2 months ago

Cannot reproduce. Testing with an original Win11_23H2_English_x64v2.iso image and an autounattend.xml file that removes most bloatware components. When a user logs on for the first time, there are no shortcuts in the Pinned section of the Start menu as expected (and only the Get Started shortcut in the Recommended section).

Nevertheless, adding shortcuts (via the Pin to Start command) works, and those shortcuts remain after a restart.