x23piracy Posted March 5, 2013 Posted March 5, 2013 (edited) Hi, is it possible to have this or that gadget enabled by default? Greetz X23 Edited March 11, 2013 by x23piracy Quote
x23piracy Posted March 5, 2013 Author Posted March 5, 2013 (edited) Hi, ok found it: <component name="Microsoft-Windows-Sidebar" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><Gadget1>%PROGRAMFILES%\windows sidebar\gadgets\Clock.Gadget,true</Gadget1><Gadget2>%PROGRAMFILES%\windows sidebar\shared gadgets\Leo.gadget,true</Gadget2></component>is the true needed by win7?what about gadget settings like clock style is it saved by registry? is was wondering that the path doesnt need to be surrounded by " " seems to be hardcoded. Greetz X23 Edited March 6, 2013 by x23piracy Quote
myselfidem Posted March 8, 2013 Posted March 8, 2013 is the true needed by win7? what about gadget settings like clock style is it saved by registry?The settings are saved inside Settings.ini More help: http://www.msfn.org/board/topic/151292-weather-gadget/page__p__964880__hl__gadgets__fromsearch__1#entry964880 Quote
Thiersee Posted March 8, 2013 Posted March 8, 2013 (edited) Hi, ok found it: <component name="Microsoft-Windows-Sidebar" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><Gadget1>%PROGRAMFILES%\windows sidebar\gadgets\Clock.Gadget,true</Gadget1><Gadget2>%PROGRAMFILES%\windows sidebar\shared gadgets\Leo.gadget,true</Gadget2></component>......In which section of autounattend.xml do you put it? TNX, Thiersee Edited March 8, 2013 by Thiersee Quote
myselfidem Posted March 8, 2013 Posted March 8, 2013 You can add inside: <settings pass="oobeSystem">Adapt the architecture to suit your needs!<settings pass="oobeSystem"> <component name="Microsoft-Windows-Sidebar" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Gadget1>%PROGRAMFILES%\Windows Sidebar\Gadgets\Clock.Gadget</Gadget1> <Gadget2>%PROGRAMFILES%\Windows Sidebar\Gadgets\Calendar.Gadget</Gadget2> <Gadget3>%PROGRAMFILES%\Windows Sidebar\Gadgets\Weather.Gadget</Gadget3> </component> Quote
Thiersee Posted March 8, 2013 Posted March 8, 2013 You can add inside: <settings pass="oobeSystem">OK, I found it too in WAIK ! TNX, Thiersee Quote
myselfidem Posted March 8, 2013 Posted March 8, 2013 Fine!We can also add inside the same pass:<StartPanelLinks> <Link0>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\Disk Cleanup.lnk</Link0> <Link1>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\Resource Monitor.lnk</Link1> <Link2>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\System Restore.lnk</Link2> <Link3>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\Task Scheduler.lnk</Link3> </StartPanelLinks> Quote
x23piracy Posted March 8, 2013 Author Posted March 8, 2013 Hi, iam using wtk's files section to place the settings.ini into default users dir. Greetz X23 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.