Jump to content

Orsi

Member
  • Posts

    285
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Brazil

Everything posted by Orsi

  1. urie > Setup asks for a serial sooner or later, even if I insert it once on WindowsPE or specialize
  2. Mercury_22 > my problem isn't with updates but with now is with the productkey
  3. Fire, I put my serial WindowsPE and specialize but setup still asked for it right after the application install :-( Here's my current Autounattend.xml <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" 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"> <SetupUILanguage> <UILanguage>pt-BR</UILanguage> </SetupUILanguage> <InputLocale>0416:00000416</InputLocale> <SystemLocale>pt-BR</SystemLocale> <UILanguage>pt-BR</UILanguage> <UserLocale>pt-BR</UserLocale> </component> <component name="Microsoft-Windows-Setup" 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"> <UserData> <AcceptEula>true</AcceptEula> <FullName>Raphael Orsi</FullName> <Organization>FinalFX</Organization> <ProductKey> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> </UserData> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/DESCRIPTION</Key> <Value>Windows Vista ULTIMATE</Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Deployment" 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"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i: -m"</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>2</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path> </RunSynchronousCommand> </RunSynchronous> </component> <component name="Microsoft-Windows-Shell-Setup" 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"> <ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey> <TimeZone>E. South America Standard Time</TimeZone> <ComputerName>Shaitan</ComputerName> <RegisteredOrganization>FinalFX</RegisteredOrganization> <RegisteredOwner>Orsi</RegisteredOwner> <CopyProfile>true</CopyProfile> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" 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"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <TimeZone>E. South America Standard Time</TimeZone> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Description>Admin</Description> <DisplayName>Admin</DisplayName> <Group>Administrators</Group> <Name>Admin</Name> </LocalAccount> <LocalAccount wcm:action="add"> <Description>Orsi</Description> <DisplayName>Orsi</DisplayName> <Group>Administrators</Group> <Name>Orsi</Name> </LocalAccount> </LocalAccounts> </UserAccounts> </component> <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>0416:00000416</InputLocale> <SystemLocale>pt-BR</SystemLocale> <UILanguage>pt-BR</UILanguage> <UserLocale>pt-BR</UserLocale> </component> <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"> <SidebarOnByDefault>false</SidebarOnByDefault> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-Shell-Setup" 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"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>5</LogonCount> <Username>Administrator</Username> </AutoLogon> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> </component> </settings> <settings pass="auditUser"> <component name="Microsoft-Windows-Deployment" 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"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>5</Order> <Path>cmd /c %AppsRoot%\Install\ar81lite_BR.exe</Path> <Description>Adobe Reader 8.1</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>100</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /generalize /quiet /oobe /reboot</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>95</Order> <Path>cmd /c %AppsRoot%\Install\Photoshop\Setup.exe --mode=Silent --record=1 --deploymentFile=%AppsRoot%\Install\Photoshop\Deployment.xml</Path> <Description>Adobe Photoshop CS3</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>10</Order> <Path>cmd /c %AppsRoot%\Install\Diskeepe\setup.exe /S /v/qn</Path> <Description>Diskeeper 11 Premum</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>65</Order> <Path>cmd /c %AppsRoot%\Install\wrar370br.exe -s -d"C:\Program Files (x86)"</Path> <Description>WinRAR 3.70</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>55</Order> <Path>cmd /c %AppsRoot%\Install\Office\setup.exe</Path> <Description>Microsoft Office 2007 Enterprise</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>60</Order> <Path>cmd /c %AppsRoot%\Install\N360\setup.exe /qn /count:3 /noreboot /async:0 /msnscan:3</Path> <Description>Norton 360</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c %AppsRoot%\Install\nforce\setup.exe /s /f1"setup.iss" /f2"C:\nforce.log"</Path> <Description>nForce 162.22</Description> </RunSynchronousCommand> </RunSynchronous> </component> <component name="Microsoft-Windows-Shell-Setup" 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"> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> </component> </settings> <settings pass="generalize"> <component name="Microsoft-Windows-PnpSysprep" 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"> <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> </component> </settings> <cpi:offlineImage cpi:source="wim:d:/vistawork/dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  4. I think so, I'm just not sure because I began everything right from the start. But probably was it would sysprep be WSIM?
  5. IT'S ALIVE! IT'S ALIVEEEEEEEEEEEEEE! Tks! It's working perfectly, except right after the application install, Vista asks for the serial and computer name Must I include this settings in WindowsPE AND specialize pass?
  6. tks, but I redit everything, except for vLite and hotfixes, so the iso in untouched and fixed the autounattend.xml file but nothing changed Here's my current Autounattend.xml: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-Setup" 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"> <UserData> <ProductKey> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Raphael Orsi</FullName> <Organization>Final FX</Organization> </UserData> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows Vista ULTIMATE</Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> <component name="Microsoft-Windows-International-Core-WinPE" 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"> <SetupUILanguage> <UILanguage>pt-BR</UILanguage> </SetupUILanguage> <SystemLocale>pt-BR</SystemLocale> <UILanguage>pt-BR</UILanguage> <UserLocale>pt-BR</UserLocale> <InputLocale>0416:00000416</InputLocale> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" 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"> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> <TimeZone>E. South America Standard Time</TimeZone> <AutoLogon> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> </component> <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>0416:00000416</InputLocale> <SystemLocale>pt-BR</SystemLocale> <UILanguage>pt-BR</UILanguage> <UserLocale>pt-BR</UserLocale> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Deployment" 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"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i: -m"</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>2</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-Shell-Setup" 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"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>5</LogonCount> <Username>Administrator</Username> </AutoLogon> </component> </settings> <settings pass="auditUser"> <component name="Microsoft-Windows-Deployment" 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"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c REGEDIT /S %AppsRoot%\SOFTWARE\Regtweaks.reg</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>2</Order> <Path>cmd /c %AppsRoot%\SOFTWARE\Firefox\Firefox_Setup_2_0_0_5.exe -ms</Path> <Description>Firefox 2.0.0.5</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>3</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <cpi:offlineImage cpi:source="wim:d:/vistawork/dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  7. Hey there, I'm followed Firegeiser's guide and everything worked perfectly, except the application install. Vista Ultimate (x64) applies the regtweaks but don't install anything... which is weird 'cos they're all in Audit pass. What could be going wrong? (I used vLite and integrated hotfixes) (Appsroot.txt is in DVD's root) Here's my Autounattend.xml: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" 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"> <SetupUILanguage> <UILanguage>pt-BR</UILanguage> </SetupUILanguage> <InputLocale>0416:00000416</InputLocale> <SystemLocale>pt-BR</SystemLocale> <UILanguage>pt-BR</UILanguage> <UserLocale>pt-BR</UserLocale> </component> <component name="Microsoft-Windows-Setup" 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"> <UserData> <ProductKey> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Raphael Orsi</FullName> <Organization>Final FX</Organization> </UserData> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/DESCRIPTION</Key> <Value>Windows Vista ULTIMATE</Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> <WillShowUI>OnError</WillShowUI> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> </OSImage> </ImageInstall> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> <EnableFirewall>false</EnableFirewall> <EnableNetwork>true</EnableNetwork> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Order>3</Order> <Type>Logical</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Type>Extended</Type> <Extend>true</Extend> </CreatePartition> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>30000</Size> <Type>Primary</Type> <Extend>false</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>Vista_OS</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Active>false</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>Data</Label> <Letter>D</Letter> <Order>2</Order> <PartitionID>2</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Shell-Setup" 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"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>5</LogonCount> <Username>Administrator</Username> </AutoLogon> <TimeZone>E. South America Standard Time</TimeZone> <ShowWindowsLive>false</ShowWindowsLive> <Display> <ColorDepth>32</ColorDepth> <DPI>96</DPI> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <SkipMachineOOBE>true</SkipMachineOOBE> <SkipUserOOBE>true</SkipUserOOBE> </OOBE> </component> <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"> <SidebarOnByDefault>false</SidebarOnByDefault> </component> <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>0416:00000416</InputLocale> <SystemLocale>pt-BR</SystemLocale> <UILanguage>pt-BR</UILanguage> <UserLocale>pt-BR</UserLocale> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-Licensing-SLC-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Deployment" 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"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i: -m"</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>2</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="auditUser"> <component name="Microsoft-Windows-Deployment" 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"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>99</Order> <Path>cmd /c REGEDIT /S %AppsRoot%\SOFTWARE\Regtweaks.reg</Path> <Description>Registry Tweaks</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>5</Order> <Path>cmd /c %AppsRoot%\SOFTWARE\Firefox\Firefox_Setup_2_0_0_5.exe -ms</Path> <Description>Mozilla Firefox 2.0.0.5</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>100</Order> <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /oobe /reboot</Path> <Description>Cleaning up and rebooting</Description> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>1</Order> <Path>cmd /c %AppsRoot%\SOFTWARE\nforce\setup.exe /s /f1"%AppsRoot%\SOFTWARE\nforce\setup.iss" /f2"%systemroot%\nforce.log"</Path> <Description>nForce Driver</Description> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <cpi:offlineImage cpi:source="wim:d:/vistawork/dvd/sources/install.wim#Windows Vista (vLite) ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  8. Hey there, after some research I followed Adobe instructions to make a Photoshop CS3 silent install, so I created a application.xml file, put it in setup.exe and inserted this line "cmd /c %AppsRoot%\SOFTWARE\Photoshop\Setup.exe --mode=Silent --deploymentFile = application.xml" (no quotes) in audituser Autounattend.xml part. Everything I got was: UI mode: Silent Javascript error in ExtendedScript: Uncaught JavaScript exception: Could not install the bootstrapper End Adobe Setup. Exit code: 4 here's my application.xml: <?xml version=”1.0” encoding=”utf-8”?> <Configuration> <Payload> <Data key=”Serial” protected=”0”>1111111111111111111111111</Data> <Data key=”Registration”>Suppress</Data> <Data key=”EULA”>Suppress</Data> <Data key=”Updates”>Suppress</Data> </Payload> </Configuration> For microsoft intellipoint 6.1, I unpacked the .exe and tried to install them with "cmd /c %AppsRoot%\SOFTWARE\IP64Ptb\ipoint\setup64\ip61.msi mm=27 /qr /noreboot" (no quotes), then in the middle of the installation, setup shown an error message looking for some files in 1033 folder, but they're in 1046 folder. Any help? Please?
  9. yeah... I sent them an email asking what to do and they said I isn't possible cos' it would block the access to the whole server, not ownly my account well, thank you all for the help
  10. tks... the weird thing is that the password protection worked but IP blocking didn't... I just sent an email to my web provider to check if it uses apache or something else thank you
  11. electroglyph > where I find this file in my web server?
  12. Anonymouse IP always start with 85.195. , so I need some script allowing me to block some IP range. A login system wouldn´t be usefull, since most people don't use them real name on internet forms, except for shopping
  13. Hey there, there's some stupid guy (or girl) accessing my site (my blog actually) and posting highly offensive comments. He's doing this for more than a year. I know he's only access my site through www.anonymouse.org, so how can I block his access? Since my site is hosted in a third part server, I can't do anything directly in it, except if I use some javascript code or something. Anybody can help with this code? (This means, tell me exactly how the code must be to work) thanks :-)
  14. how can I tell Vista to select the version I have? (Windows Vista Ultimate) This the only thing Vista keeps asking during Setup
  15. What´s wrong in Autounattend.xml below? I put it in a floppy but Vista just ignores it... help! <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-Setup" 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"> <UserData> <ProductKey> <Key>***************************</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Full Name</FullName> <Organization>Final FX</Organization> </UserData> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>15000</Size> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>OS_Install</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> </settings> <cpi:offlineImage cpi:source="wim:e:/download/incoming/vista%20x64%20retail/lrmcxfre_en_dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  16. well, I tested it in a real install and found that just some parts of the answers were ignored, like system locale and product key but HD formating and so on worked perfectly
  17. What´s wrong in Autounattend.xml below? I put it in a floppy but Vista just ignores it... help! <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-Setup" 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"> <UserData> <ProductKey> <Key>***************************</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>Full Name</FullName> <Organization>Final FX</Organization> </UserData> <DiskConfiguration> <Disk wcm:action="add"> <CreatePartitions> <CreatePartition wcm:action="add"> <Order>1</Order> <Size>15000</Size> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Active>true</Active> <Extend>false</Extend> <Format>NTFS</Format> <Label>OS_Install</Label> <Letter>C</Letter> <Order>1</Order> <PartitionID>1</PartitionID> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> <WillShowUI>OnError</WillShowUI> </DiskConfiguration> <ImageInstall> <OSImage> <InstallTo> <DiskID>0</DiskID> <PartitionID>1</PartitionID> </InstallTo> <WillShowUI>OnError</WillShowUI> </OSImage> </ImageInstall> </component> </settings> <cpi:offlineImage cpi:source="wim:e:/download/incoming/vista%20x64%20retail/lrmcxfre_en_dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  18. two questions: what´s the x64 boot file? This is my Autounattend.xml file. It´s on Vista DVD root but Vista ignores totally... what´s wrong with it? <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <component name="Microsoft-Windows-International-Core-WinPE" 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"> <InputLocale>0416:00000416</InputLocale> <SystemLocale>PT-BR</SystemLocale> <UserLocale>PT-BR</UserLocale> </component> <component name="Microsoft-Windows-Setup" 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"> <UserData> <ProductKey> <Key>*******************</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> <AcceptEula>true</AcceptEula> <FullName>name</FullName> <Organization>Final FX</Organization> </UserData> </component> </settings> <cpi:offlineImage cpi:source="wim:d:/download/incoming/vista%20x64%20retail/lrmcxfre_en_dvd/sources/install.wim#Windows Vista ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend>
  19. This topic is intended to cover everything we know about Vista´s unattended setup. I´ll post questions, include all answers provided. Where can I download Windows Automated Installation Kit? http://www.microsoft.com/downloads/details...;displaylang=en What´s inside install.wim file? How must be named the previously called winnt.sif? Autounattend.xml Where to put it in the unattended distribution image? Is there some way to make Vista automacally create partitions? How? How to build a Vista 32bits iso? neo > Download oscdimg command and copy this into C:\Windows\system32\ the use the command-line parameters to build bootable ISO of VISTA oscdimg -bd:\Vista\boot\etfsboot.com -h -u2 -m -lVISTA_EN_DVD D:\Vista\ C:\VISTA_EN.iso Download oscdimg How to build a Vista 64bits iso?
  20. It's working perfectly ricktendo 64, wanna marry me? lol
  21. Ok, the .IN_ file is built but I'm not being able to put the addon file. Whenever I try it I receive a 7-Zip error message ("Not Implemented")... (I'm feeling dumb...)
  22. Run setup.exe /admin Customize the way you want, include email accounts (be sure to set Display Level to None and to uncheck the Completion Notice box) Save the .MSP file in the Updates folder Run setup.exe pretty easy
  23. Here it is: [Version] Signature=$Windows NT$ [Optional Components] MyRegTweaks [DefaultInstall] OptionDesc ="Registry Entries" Tip ="Registry Entries" Modes =0,1,2,3 AddReg =REGEntries.AddReg DelReg =REGEntries.DelReg [MyRegTweaks] OptionDesc ="Registry Entries" Tip ="Registry Entries" Modes =0,1,2,3 AddReg =REGEntries.AddReg DelReg =REGEntries.DelReg [REGEntries.AddReg] ; Reg2Inf v0.37 - http://tinyurl.com/fgqyf HKCU,"Control Panel\Appearance","Current",0 HKCU,"Control Panel\Appearance","NewCurrent",0 HKCU,"Control Panel\Appearance","CustomColors",1,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff ,00,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff,00,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes","SelectedStyle",0,"21" HKCU,"Control Panel\Appearance\New Schemes\0","DisplayName",0,"@themeui.dll,-850" HKCU,"Control Panel\Appearance\New Schemes\0\Sizes",,0x00000010 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","DisplayName",0,"@themeui.dll,-2019" HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Flat Menus",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Font #0",1,f4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,61 ,00,68,00,6f,00,6d,00,61,00,00,00,f0,77,3f,00,3f,00,3f,00,3f,00,00,00,00,00,00,00,00,00,00,00,00,00, 00,00,78,00,1c,10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,77 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Font #1",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Font #2",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Font #4",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Font #5",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Font #3",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,10,00,01 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Size #0",0x000B0001,01,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Size #1",0x000B0001,0d,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Size #2",0x000B0001,0d,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Size #3",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Size #4",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Size #5",0x000B0001,0f,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Size #6",0x000B0001,0f,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Size #7",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Size #8",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #0",0x00010001,e1,e0,d2,02 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #1",0x00010001,42,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #2",0x00010001,80,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #3",0x00010001,8d,89,61,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #4",0x00010001,c2,bf,a5,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #5",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #6",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #7",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #8",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #9",0x00010001,e1,e0,d2,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #10",0x00010001,c2,bf,a5,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #11",0x00010001,c2,bf,a5,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #12",0x00010001,e1,e0,d2,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #13",0x00010001,8d,89,61,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #14",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #15",0x00010001,c2,bf,a5,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #16",0x00010001,8d,89,61,02 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #17",0x00010001,8d,89,61,02 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #18",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #19",0x00010001,e1,e0,d2,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #20",0x00010001,e1,e0,d2,02 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #21",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #22",0x00010001,c2,bf,a5,02 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #23",0x00010001,80,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #24",0x00010001,e1,e0,d2,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #25",0x00010001,c0,c0,c0,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #26",0x00010001,80,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #27",0x00010001,b0,74,40,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #28",0x00010001,c8,b8,70,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #29",0x00010001,8d,89,61,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Color #30",0x00010001,c2,bf,a5,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","Contrast",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\0\Sizes\0","LegacyName",0,"Brick" HKCU,"Control Panel\Appearance\New Schemes\1","DisplayName",0,"@themeui.dll,-851" HKCU,"Control Panel\Appearance\New Schemes\1\Sizes",,0x00000010 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","DisplayName",0,"@themeui.dll,-2019" HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Flat Menus",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Font #0",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,77 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Font #1",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Font #2",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Font #4",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Font #5",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Font #3",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,10,00,01 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Size #0",0x000B0001,01,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Size #1",0x000B0001,0d,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Size #2",0x000B0001,0d,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Size #3",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Size #4",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Size #5",0x000B0001,0f,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Size #6",0x000B0001,0f,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Size #7",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Size #8",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #0",0x00010001,ea,e6,dd,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #1",0x00010001,a2,8d,68,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #2",0x00010001,00,80,80,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #3",0x00010001,a2,8d,68,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #4",0x00010001,d5,cc,bb,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #5",0x00010001,ff,ff,ff,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #6",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #7",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #8",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #9",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #10",0x00010001,d5,cc,bb,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #11",0x00010001,d5,cc,bb,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #12",0x00010001,a2,8d,68,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #13",0x00010001,00,80,80,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #14",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #15",0x00010001,d5,cc,bb,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #16",0x00010001,a2,8d,68,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #17",0x00010001,a2,8d,68,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #18",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #19",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #20",0x00010001,ea,e6,dd,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #21",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #22",0x00010001,d5,cc,bb,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #23",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #24",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #25",0x00010001,c0,c0,c0,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #26",0x00010001,00,80,80,02 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #27",0x00010001,84,bd,aa,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #28",0x00010001,e8,d0,80,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #29",0x00010001,00,80,80,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Color #30",0x00010001,d5,cc,bb,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","Contrast",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\1\Sizes\0","LegacyName",0,"Desert" HKCU,"Control Panel\Appearance\New Schemes\10","DisplayName",0,"@themeui.dll,-869" HKCU,"Control Panel\Appearance\New Schemes\10\Sizes",,0x00000010 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","DisplayName",0,"@themeui.dll,-2019" HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Flat Menus",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Font #0",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,77 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Font #1",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Font #2",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Font #4",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Font #5",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Font #3",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,10,00,01 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Size #0",0x000B0001,01,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Size #1",0x000B0001,0d,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Size #2",0x000B0001,0d,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Size #3",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Size #4",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Size #5",0x000B0001,0f,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Size #6",0x000B0001,0f,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Size #7",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Size #8",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #0",0x00010001,d8,d0,c8,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #1",0x00010001,40,28,40,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #2",0x00010001,48,40,60,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #3",0x00010001,78,60,58,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #4",0x00010001,a8,98,90,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #5",0x00010001,d8,d0,c8,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #6",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #7",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #8",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #9",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #10",0x00010001,a8,98,90,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #11",0x00010001,a8,98,90,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #12",0x00010001,74,63,5a,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #13",0x00010001,00,80,80,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #14",0x00010001,d8,d0,c8,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #15",0x00010001,a8,98,90,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #16",0x00010001,78,60,58,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #17",0x00010001,78,60,58,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #18",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #19",0x00010001,a8,98,90,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #20",0x00010001,d8,d0,c8,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #21",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #22",0x00010001,a8,98,90,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #23",0x00010001,30,00,58,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #24",0x00010001,d5,cc,c8,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #25",0x00010001,c0,c0,c0,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #26",0x00010001,48,40,60,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #27",0x00010001,a0,84,b8,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #28",0x00010001,a8,98,78,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #29",0x00010001,00,80,80,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Color #30",0x00010001,a8,98,90,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","Contrast",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\10\Sizes\0","LegacyName",0,"Plum (high color)" HKCU,"Control Panel\Appearance\New Schemes\11","DisplayName",0,"@themeui.dll,-870" HKCU,"Control Panel\Appearance\New Schemes\11\Sizes",,0x00000010 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","DisplayName",0,"@themeui.dll,-2020" HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Flat Menus",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Font #0",1,ed,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,77 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Font #1",1,f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Font #2",1,f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Font #4",1,f3,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Font #5",1,f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Font #3",1,f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,10,00,01 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Size #0",0x000B0001,01,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Size #1",0x000B0001,15,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Size #2",0x000B0001,15,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Size #3",0x000B0001,1a,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Size #4",0x000B0001,1a,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Size #5",0x000B0001,16,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Size #6",0x000B0001,16,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Size #7",0x000B0001,16,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Size #8",0x000B0001,16,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #0",0x00010001,f5,ea,cf,02 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #1",0x00010001,42,00,42,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #2",0x00010001,d7,a5,2f,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #3",0x00010001,a0,a0,a4,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #4",0x00010001,ec,d5,9d,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #5",0x00010001,ff,ff,ff,02 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #6",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #7",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #8",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #9",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #10",0x00010001,ec,d5,9d,02 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #11",0x00010001,ec,d5,9d,02 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #12",0x00010001,f5,ea,cf,02 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #13",0x00010001,80,00,80,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #14",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #15",0x00010001,ec,d5,9d,02 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #16",0x00010001,d7,a5,2f,02 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #17",0x00010001,d7,a5,2f,02 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #18",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #19",0x00010001,f5,ea,cf,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #20",0x00010001,f5,ea,cf,02 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #21",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #22",0x00010001,ec,d5,9d,02 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #23",0x00010001,80,00,80,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #24",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #25",0x00010001,c0,c0,c0,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #26",0x00010001,d7,a5,2f,02 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #27",0x00010001,e0,cc,88,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #28",0x00010001,d0,cc,90,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #29",0x00010001,80,00,80,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Color #30",0x00010001,ec,d5,9d,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","Contrast",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\11\Sizes\0","LegacyName",0,"Pumpkin (large)" HKCU,"Control Panel\Appearance\New Schemes\12","DisplayName",0,"@themeui.dll,-872" HKCU,"Control Panel\Appearance\New Schemes\12\Sizes",,0x00000010 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","DisplayName",0,"@themeui.dll,-2019" HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Flat Menus",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Font #0",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,77 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Font #1",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Font #2",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Font #4",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Font #5",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Font #3",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,10,00,01 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Size #0",0x000B0001,01,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Size #1",0x000B0001,0d,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Size #2",0x000B0001,0d,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Size #3",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Size #4",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Size #5",0x000B0001,0f,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Size #6",0x000B0001,0f,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Size #7",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Size #8",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #0",0x00010001,c1,cc,d9,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #1",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #2",0x00010001,4f,65,7d,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #3",0x00010001,80,80,80,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #4",0x00010001,83,99,b1,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #5",0x00010001,ff,ff,ff,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #6",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #7",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #8",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #9",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #10",0x00010001,83,99,b1,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #11",0x00010001,83,99,b1,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #12",0x00010001,80,80,80,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #13",0x00010001,4f,65,7d,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #14",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #15",0x00010001,83,99,b1,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #16",0x00010001,4f,65,7d,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #17",0x00010001,4f,65,7d,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #18",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #19",0x00010001,c1,cc,d9,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #20",0x00010001,c1,cc,d9,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #21",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #22",0x00010001,83,99,b1,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #23",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #24",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #25",0x00010001,c0,c0,c0,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #26",0x00010001,4f,65,7d,02 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #27",0x00010001,80,b4,d0,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #28",0x00010001,b0,bc,d0,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #29",0x00010001,4f,65,7d,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Color #30",0x00010001,83,99,b1,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","Contrast",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\12\Sizes\0","LegacyName",0,"Rainy Day" HKCU,"Control Panel\Appearance\New Schemes\13","DisplayName",0,"@themeui.dll,-873" HKCU,"Control Panel\Appearance\New Schemes\13\Sizes",,0x00000010 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","DisplayName",0,"@themeui.dll,-2019" HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Flat Menus",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Font #0",1,f1,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,69 ,00,6d,00,65,00,73,00,20,00,4e,00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,00,00,00,00, 00,00,78,00,1c,10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,77 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Font #1",1,f3,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,69 ,00,6d,00,65,00,73,00,20,00,4e,00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,00,00,00,00, 00,20,14,00,ac,b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Font #2",1,f3,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,69 ,00,6d,00,65,00,73,00,20,00,4e,00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,00,00,00,00, 00,00,00,00,80,05,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Font #4",1,f3,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,69 ,00,6d,00,65,00,73,00,20,00,4e,00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,b4,c0,f0,77, 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Font #5",1,f3,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,69 ,00,6d,00,65,00,73,00,20,00,4e,00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,c8,0b,00,00, 00,00,00,00,08,00,00,00,06,00,00,00,18,00,00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Font #3",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,10,00,01 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Size #0",0x000B0001,01,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Size #1",0x000B0001,0d,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Size #2",0x000B0001,0d,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Size #3",0x000B0001,13,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Size #4",0x000B0001,13,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Size #5",0x000B0001,11,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Size #6",0x000B0001,11,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Size #7",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Size #8",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #0",0x00010001,c0,c0,c0,02 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #1",0x00010001,00,00,42,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #2",0x00010001,80,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #3",0x00010001,80,80,80,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #4",0x00010001,c0,c0,c0,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #5",0x00010001,ff,ff,ff,02 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #6",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #7",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #8",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #9",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #10",0x00010001,c0,c0,c0,02 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #11",0x00010001,c0,c0,c0,02 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #12",0x00010001,ff,ff,ff,02 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #13",0x00010001,80,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #14",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #15",0x00010001,c0,c0,c0,02 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #16",0x00010001,80,80,80,02 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #17",0x00010001,80,80,80,02 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #18",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #19",0x00010001,c0,c0,c0,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #20",0x00010001,ff,ff,ff,02 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #21",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #22",0x00010001,c0,c0,c0,02 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #23",0x00010001,00,00,80,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #24",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #25",0x00010001,c0,c0,c0,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #26",0x00010001,80,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #27",0x00010001,00,10,a8,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #28",0x00010001,ba,be,c9,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #29",0x00010001,80,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Color #30",0x00010001,c0,c0,c0,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","Contrast",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\13\Sizes\0","LegacyName",0,"Red, White, and Blue (VGA)" HKCU,"Control Panel\Appearance\New Schemes\14","DisplayName",0,"@themeui.dll,-874" HKCU,"Control Panel\Appearance\New Schemes\14\Sizes",,0x00000010 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","DisplayName",0,"@themeui.dll,-2019" HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Flat Menus",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Font #0",1,ed,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,69 ,00,6d,00,65,00,73,00,20,00,4e,00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,00,00,00,00, 00,00,78,00,1c,10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,77 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Font #1",1,f3,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,69 ,00,6d,00,65,00,73,00,20,00,4e,00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,00,00,00,00, 00,20,14,00,ac,b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Font #2",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Font #4",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Font #5",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Font #3",1,f5,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,14,00,0b,00,00,00,00,ff,12,00,50,00,00,00,c0,fe,12,00,0c,10,00,01 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Size #0",0x000B0001,01,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Size #1",0x000B0001,0f,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Size #2",0x000B0001,0f,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Size #3",0x000B0001,17,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Size #4",0x000B0001,17,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Size #5",0x000B0001,11,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Size #6",0x000B0001,11,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Size #7",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Size #8",0x000B0001,12,00,00,00,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #0",0x00010001,cf,af,b7,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #1",0x00010001,80,80,80,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #2",0x00010001,9f,60,70,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #3",0x00010001,a0,a0,a4,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #4",0x00010001,cf,af,b7,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #5",0x00010001,ff,ff,ff,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #6",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #7",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #8",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #9",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #10",0x00010001,cf,af,b7,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #11",0x00010001,cf,af,b7,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #12",0x00010001,9f,60,70,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #13",0x00010001,9f,60,70,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #14",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #15",0x00010001,cf,af,b7,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #16",0x00010001,9f,60,70,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #17",0x00010001,9f,60,70,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #18",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #19",0x00010001,7d,7d,7d,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #20",0x00010001,e7,d8,dc,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #21",0x00010001,00,00,00,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #22",0x00010001,cf,af,b7,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #23",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #24",0x00010001,ff,ff,ff,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #25",0x00010001,c0,c0,c0,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #26",0x00010001,9f,60,70,02 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #27",0x00010001,d8,cc,d0,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #28",0x00010001,d0,d4,d0,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #29",0x00010001,9f,60,70,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Color #30",0x00010001,cf,af,b7,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","Contrast",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\0","LegacyName",0,"Rose" HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\1","DisplayName",0,"@themeui.dll,-2020" HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\1","Flat Menus",0x00010001,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\1","Font #0",1,e9,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,54,00,69 ,00,6d,00,65,00,73,00,20,00,4e,00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,00,00,00,00, 00,00,78,00,1c,10,fc,7f,22,14,fc,7f,b0,fe,12,00,00,00,00,00,00,00,00,00,98,23,eb,77 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\1","Font #1",1,f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,bc,02,00,00,00,00,00,00,00,00,00,00,54,00,69 ,00,6d,00,65,00,73,00,20,00,4e,00,65,00,77,00,20,00,52,00,6f,00,6d,00,61,00,6e,00,00,00,00,00,00,00, 00,20,14,00,ac,b9,f0,77,00,20,14,00,00,00,00,10,80,05,14,00,f0,1f,14,00,00,00,14,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\1","Font #2",1,ef,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,14,00,88,fb,e8,77,02,02,00,00,ac,b9,f0,77,00,00,00,00,20,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\1","Font #4",1,f0,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,7c,6b,e8,77,00,00,00,00 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\1","Font #5",1,ef,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,53,00,61,00,6e,00,73,00,20,00,53,00,65,00,72,00, 69,00,66,00,00,00,00,00,06,00,00,00,18,00,00,00,ff,ff,ff,ff,f0,4b,21,fc,00,c4,f0,77 HKCU,"Control Panel\Appearance\New Schemes\14\Sizes\1","Font #3",1,ef,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,90,01,00,00,00,00,00,00,00,00,00,00,4d,00,69 ,00,63,00,72,
  24. tks, now the .reg is converted to inf but what now? How can I integrate it to setup?
×
×
  • Create New...