Posted March 5, 201312 yr Hi, is it possible to have this or that gadget enabled by default? Greetz X23 Edited March 11, 201312 yr by x23piracy
March 5, 201312 yr Author 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, 201312 yr by x23piracy
March 8, 201312 yr 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
March 8, 201312 yr 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, 201312 yr by Thiersee
March 8, 201312 yr 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>
March 8, 201312 yr You can add inside: <settings pass="oobeSystem">OK, I found it too in WAIK ! TNX, Thiersee
March 8, 201312 yr 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>
March 8, 201312 yr Author Hi, iam using wtk's files section to place the settings.ini into default users dir. Greetz X23
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.