Jump to content

ElmerBeFuddled

Members
  • Posts

    93
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ElmerBeFuddled

  1. Thanks for that dareck. Just in time as well! About to have another play with WTK and will add that and the other "problem" updates to see what happens. Here's hoping!
  2. This (KB2533552) and 3 other updates, whose names escape me are ones that when I log in are still for being installed by WU. Doesn't matter where or how I put them. I've long since given up and remain smug that all other updates are pre-installed so 4 is nothing to worry about. I will say that the ones that still need to install, if I go to M$ for the off-line installer, I have to verify that I'm running Genuine Windows. That may have something to do with it.
  3. I run a batch file separately to the WinToolkit for dropping folders into the "system" so that are in there when I first boot. I use these for customised icon files (,dll), personal files etc. I make a "path" of folders to drop in, e.g. Users Folder > Elmer B. Fuddled Folder > Elmers Docs folder. or Windows Folder > System32 Folder > AALMER. When I drop these in the extracted image folder I get asked "This folder already exists..." etc. and I just answer "Yes to All". The final or base folder and its contents are then in the right place for when I first log in. The batch file runs a clean up (just in case!) then opens each image one at a time and pauses for you to drop your files and folders in. At the end it will run the clean up again. The clean up consists of discarding anything, which shouldn't happen unless you close the command window in error (been there, done that!) and also runs a reg file to remove the registry entry. Obviously if you've not cocked up at all you won't even know the clean up attempt has taken place. Also, until you cock up the WIM_Deafault key isn't there (it may be while the bat file is running, never checked it out!!). You'll need to change the file paths in the bat file, these are my paths!! Wim Corrupt - Delete.reg -------------------------------------------------------------------------------------- Windows Registry Editor Version 5.00 [-HKEY_USERS\S-1-5-xx- Insert your user path here. \WIM_Default] -------------------------------------------------------------------------------------- Slip Folders.bat @echo off REM E:\WINSLIP\IE9-Windows7-x64-enu.exe /x:E:\WINSLIP\IE9Win7x64ENU color 4F Dism /Unmount-WIM /MountDir:E:\WINSLIP\Mount /discard Regedit /s "E:\WINSLIP\WIM Corrupt - Delete.reg" color 1F cls Dism /Mount-Wim /WimFile:"E:\WINSLIP\install.wim" /index:1 /MountDir:E:\WINSLIP\Mount cls echo. echo. color 2F echo. echo. echo THIS IS IMAGE INDEX 1, HOME BASIC. echo. echo. ADD ANY FOLDERS AND FILES NOW!! echo. echo. pause cls color 1F Dism /Unmount-WIM /MountDir:E:\WINSLIP\Mount /Commit Dism /Mount-Wim /WimFile:"E:\WINSLIP\install.wim" /index:2 /MountDir:E:\WINSLIP\Mount cls echo. echo. color 2F echo. echo. echo THIS IS IMAGE INDEX 2, HOME PREMIUM. echo. echo ADD ANY FOLDERS AND FILES NOW!! echo. echo. Pause cls color 1F Dism /Unmount-WIM /MountDir:E:\WINSLIP\Mount /Commit Dism /Mount-Wim /WimFile:"E:\WINSLIP\install.wim" /index:3 /MountDir:E:\WINSLIP\Mount cls echo. echo. color 2F echo. echo. echo THIS IS IMAGE INDEX 3, PROFESSIONAL. echo. echo ADD ANY FOLDERS AND FILES NOW!! echo. echo. Pause cls color 1F Dism /Unmount-WIM /MountDir:E:\WINSLIP\Mount /Commit Dism /Mount-Wim /WimFile:"E:\WINSLIP\install.wim" /index:4 /MountDir:E:\WINSLIP\Mount cls echo. echo. color 2F echo. echo. echo THIS IS IMAGE INDEX 4, ULTIMATE. echo. echo ADD ANY FOLDERS AND FILES NOW!! echo. echo. Pause cls color 1F Dism /Unmount-WIM /MountDir:E:\WINSLIP\Mount /Commit cls echo. echo. color 2F echo. echo. echo. echo FINISHED!! echo. echo. ping localhost -n 8 >nul color 4F Dism /Unmount-WIM /MountDir:E:\WINSLIP\Mount /discard color 1F Regedit /s "E:\WINSLIP\WIM Corrupt - Delete.reg" exit Hope that's of use to somebody!
  4. I'll give that a try Chief! As it is at the moment I've slipped all post SP1 updates into Office but Visio is then asking for (most of) the same updates. So, I'll try that over the next few days and report back. Many Thanks to you both.
  5. That looks like it was the last entry you clicked on and it has been highlighted with blue. But, what does pink mean?? Integration Failed?
  6. This has probably been asked loads of times but I'm struggling to do searches at the moment (google is only feeding me crap links!). I've inherited Office 10 standard and Visio 10. Is it possible to merge these two discs into one and only run off the one installer?
  7. It appears to be a common issue. Until Lego finishes his exams in the Real World, it seems that Win Toolkit has hit the back boiler for a while. A little patience may be required. In the meantime a few of us have reverted back to v1.14.10 which seems to have none of these problems. Follow link to HERE.
  8. I've been loading a couple of "silents" for a while now. I've been experimenting with making my own silent installs (msi), which when clicked, do install, but still need some tweaks. I added them into my latest testing iso and none of them installed. On looking under the WIM_Software key, I see a WinKit key (which installs) and a WinToolkit key which doesn't install. Wintoolkit was downloaded the 18th (v1.4.0.16) and the iso was started from scratch on the 19th. Just wondering which Win key to put all the silent installs under. UPDATE!! Just tried a test with all Apps in WinToolkit reg key. None installed. Will have to wait until tomorrow to try them all under a WinKit reg key. UPDATE 2!! Well they all nearly install when added under the WIM_Software/WinKit key. I say nearly because they fall over each other trying to all install at once. Is their a switch I need to add somewhere??
  9. This has worked for me. Have to enter which falvour of Win7 you want, where to put it, the User and pc name. English-UK. <?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="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"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</UserLocale> </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>en-US</UILanguage> </SetupUILanguage> <InputLocale>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</UserLocale> </component> <component name="Microsoft-Windows-Setup" 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"> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DynamicUpdate> <Enable>false</Enable> <WillShowUI>OnError</WillShowUI> </DynamicUpdate> <EnableFirewall>true</EnableFirewall> <UserData> <AcceptEula>true</AcceptEula> <!-- <FullName>Elmer B. Fuddled</FullName> <Organization>FEELGOOD-iNC</Organization> --> </UserData> </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"> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DynamicUpdate> <Enable>false</Enable> <WillShowUI>OnError</WillShowUI> </DynamicUpdate> <EnableFirewall>true</EnableFirewall> <UserData> <AcceptEula>true</AcceptEula> <!-- <FullName></FullName> <Organization></Organization> --> </UserData> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-SPP-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Security-SPP-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-Shell-Setup" 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"> <!-- <ComputerName>FEELGOOD-iNC</ComputerName> --> <TimeZone>GMT Standard Time</TimeZone> </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"> <!-- <ComputerName>FEELGOOD-iNC</ComputerName> --> <TimeZone>GMT Standard Time</TimeZone> </component> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <DisableOOBAccelerators>true</DisableOOBAccelerators> <DisableFirstRunWizard>true</DisableFirstRunWizard> <EnableLinksBar>false</EnableLinksBar> <Home_Page>about:blank</Home_Page> <BlockPopups>yes</BlockPopups> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> <PlaySound>false</PlaySound> <ShowInformationBar>true</ShowInformationBar> <ShowMenuBar>true</ShowMenuBar> </component> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <DisableOOBAccelerators>true</DisableOOBAccelerators> <DisableFirstRunWizard>true</DisableFirstRunWizard> <EnableLinksBar>false</EnableLinksBar> <Home_Page>about:blank</Home_Page> <BlockPopups>yes</BlockPopups> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> <PlaySound>false</PlaySound> <ShowInformationBar>true</ShowInformationBar> <ShowMenuBar>true</ShowMenuBar> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</UserLocale> </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>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</UserLocale> </component> <component name="Microsoft-Windows-Shell-Setup" 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"> <TimeZone>GMT Standard Time</TimeZone> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> </OOBE> <!-- <AutoLogon> <Password> <Value></Value> </Password> <Enabled>false</Enabled> <Username>Elmer B. Fuddled</Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> </Password> <DisplayName>Elmer B. Fuddled</DisplayName> <Name>Elmer B. Fuddled</Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> --> </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"> <TimeZone>GMT Standard Time</TimeZone> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> </OOBE> <!-- <AutoLogon> <Password> <Value></Value> </Password> <Enabled>false</Enabled> <Username>Elmer B. Fuddled</Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> </Password> <DisplayName>Elmer B. Fuddled</DisplayName> <Name>Elmer B. Fuddled</Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> --> </component> </settings> </unattend>
  10. Would it be possible to get this tool to generate a list of removed components? A.K.A Like the AIO Integrator generates a last session report.
  11. OK, solved it. I needed to disable (<!-- -->) or delete the whole entry, not just the names.
  12. Autounattend Error after name removal I'm attempting to use an "open" Autounattend file, where user name a computer name need to be entered (as well as disk drive and Win 7 type). With my details inserted, it works fine. Autounattend.xml EBF: <?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>en-US</UILanguage> </SetupUILanguage> <InputLocale>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</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"> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DynamicUpdate> <Enable>false</Enable> <WillShowUI>OnError</WillShowUI> </DynamicUpdate> <EnableFirewall>true</EnableFirewall> <UserData> <AcceptEula>true</AcceptEula> <FullName>Elmer B. Fuddled</FullName> <Organization>FEELGOOD-iNC</Organization> </UserData> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-SPP-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-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"> <ComputerName>FEELGOOD-iNC</ComputerName> <TimeZone>GMT Standard Time</TimeZone> </component> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <DisableOOBAccelerators>true</DisableOOBAccelerators> <DisableFirstRunWizard>true</DisableFirstRunWizard> <EnableLinksBar>false</EnableLinksBar> <Home_Page>http://www.carrona.org/dvrref.php</Home_Page> <BlockPopups>yes</BlockPopups> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> <PlaySound>false</PlaySound> <ShowInformationBar>true</ShowInformationBar> <ShowMenuBar>true</ShowMenuBar> </component> </settings> <settings pass="oobeSystem"> <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>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</UserLocale> </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"> <TimeZone>GMT Standard Time</TimeZone> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> </OOBE> <AutoLogon> <Password> <Value /> </Password> <Enabled>false</Enabled> <Username>Elmer B. Fuddled</Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value /> </Password> <DisplayName>Elmer B. Fuddled</DisplayName> <Name>Elmer B. Fuddled</Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> </component> </settings> </unattend> By removing my name and pc name I get an error at the"Setup is preparing your computer for first use" screen. Autounattend.xml EBF: <?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>en-US</UILanguage> </SetupUILanguage> <InputLocale>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</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"> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DynamicUpdate> <Enable>false</Enable> <WillShowUI>OnError</WillShowUI> </DynamicUpdate> <EnableFirewall>true</EnableFirewall> <UserData> <AcceptEula>true</AcceptEula> <FullName></FullName> <Organization></Organization> </UserData> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-SPP-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-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"> <ComputerName></ComputerName> <TimeZone>GMT Standard Time</TimeZone> </component> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <DisableOOBAccelerators>true</DisableOOBAccelerators> <DisableFirstRunWizard>true</DisableFirstRunWizard> <EnableLinksBar>false</EnableLinksBar> <Home_Page>about:blank</Home_Page> <BlockPopups>yes</BlockPopups> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> <PlaySound>false</PlaySound> <ShowInformationBar>true</ShowInformationBar> <ShowMenuBar>true</ShowMenuBar> </component> </settings> <settings pass="oobeSystem"> <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>0809:00000809</InputLocale> <SystemLocale>en-GB</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-GB</UserLocale> </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"> <TimeZone>GMT Standard Time</TimeZone> <OOBE> <HideEULAPage>true</HideEULAPage> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>3</ProtectYourPC> </OOBE> <AutoLogon> <Password> <Value></Value> </Password> <Enabled>false</Enabled> <Username></Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> </Password> <DisplayName></DisplayName> <Name></Name> <Group>Administrators</Group> </LocalAccount> </LocalAccounts> </UserAccounts> </component> </settings> </unattend> Could someone kindly show me where I'm going wrong?
  13. I didn't realise she'd passed on. That makes me feel sad
  14. I've started converting all my updates, as they arrive from SoLoR into .cab files. This makes a small difference to my install media, and my hard drive. I save these to a single .cab folder for updating images, which I always load largest to smallest. Fools me into thinking WTK is getting faster . Trouble is SoLoR doesn't recognise the majority of .cab files when checking through for updating old updates. So I now use a cunning ruse. In my SoLoR folder is a load of "blank" .msu files it does recognise. Using Karens Directory Printer, I get a list of the files contained in the SoloR folder and sub-folders. For example: Windows6.1-KB2023591-x64.cab Windows6.1-KB2205122-v2-x64.msu Windows6.1-KB2276594-x64.msu Windows6.1-KB2394535-v2-x64.msu Windows6.1-KB2401553-x64.msu Windows6.1-KB2411938-v2-x64.msu Windows6.1-KB2417168-v2-x64.msu Windows6.1-KB2427341-v3-x64.msu Windows6.1-KB2427997-v2-x64.msu Windows6.1-KB2431799-v2-x64.msu Windows6.1-KB2443643-x64.msu Windows6.1-KB2444677-v2-x64.msu Windows6.1-KB2446607-x64.msu Windows6.1-KB2456741-v2-x64.msu Windows6.1-KB2457458-x64.msu I then replace (using Wordpad) Windows with type NUL > Windows to give me: type NUL > Windows6.1-KB2023591-x64.cab type NUL > Windows6.1-KB2205122-v2-x64.msu type NUL > Windows6.1-KB2276594-x64.msu type NUL > Windows6.1-KB2394535-v2-x64.msu type NUL > Windows6.1-KB2401553-x64.msu type NUL > Windows6.1-KB2411938-v2-x64.msu type NUL > Windows6.1-KB2417168-v2-x64.msu type NUL > Windows6.1-KB2427341-v3-x64.msu type NUL > Windows6.1-KB2427997-v2-x64.msu type NUL > Windows6.1-KB2431799-v2-x64.msu type NUL > Windows6.1-KB2443643-x64.msu type NUL > Windows6.1-KB2444677-v2-x64.msu type NUL > Windows6.1-KB2446607-x64.msu type NUL > Windows6.1-KB2456741-v2-x64.msu type NUL > Windows6.1-KB2457458-x64.msu I save that as a .bat file, double click it and end up with a folder full of zero byte "misnamed" txt files. Swap them into SoLoR's folder, which they auto replace, and save myself some space. Also makes the new downloads easy to spot as they're the only ones with something in them. SoLoR's updates recognises and moves/replaces them every time. This is probably me being anally retentive with regards to space. I suppose I can't shake off the Windows XP 256mb ram and 20gb HDD days mentality. Now, if I could only find out how to turn my bank balance into a permanent positive, life would be Hunky Dory!!
  15. Just thought this may be of interest to folks going for a lighter install. I've not yet tried it with W7T/WTK but it does work a treat under normal install circumstances. Too many non-Latin Fonts & Languages in your Win7 system ? I personally use the "all.bat c" command, does a nice job.
  16. If I'm using the same .Net framework as you, it asks me do I want to install the developer as well as client? TBH it was taking that long in VB to install I now just leave the file in the Apps folder, that way I can install when I need to. Not everybody needs .Net 4.
  17. Right, I've changed my shortcuts (again) in anticipation. You change the name again and I'll walk down the road, break your pencils and then staple your eyelids to your scrotum!!
  18. The 512x512 png file. WA 512 png.zip
  19. Got fed up with .WA files being a blank white icon. Means you have to read. A proven fact is that you use visual identity first to attract your eye then read after. To this end, my attempt at making an icon for .WA files. Drop it where you will, Change the path to your icon location in the reg file (as below), merge to registry. Voila! Instant spotabilty of your .WA files! Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.wa\DefaultIcon] @="C:\\Path to\\your icon\\location\\WA.ico,0" The reg file in the zip points to your C:\Windows folder. Edit as you will. WA Icon.zip
  20. The option to show the menu bar in IE9 doesn't seem to work for me. Even though added into my Autounattend file, still no show. By adding the following to a RunOnce .reg file it works every time. [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MINIE] "AlwaysShowMenus"=dword:00000001 Is that because it falls under HKCU?
  21. My bloody shortcuts again!! Doh!! (I suppose WTK sounds better as an abbreviation though than WK, but better as one word, WinToolKit.)
  22. I'd appreciate a Locate32 Addon to be made. Personally the 64bit version! Locate32 Downloads Forgot to say Please!! :shy:
  23. Happened again just. Standard .Net Framework Error. Attached is the .Net log. .NetError.txt
  24. This issue has re-appeared since moving on to WinKit 1.4.xx. I can no longer see the .WA files in the Apps folder or under the HKLM\WIM_Software\W7T key. Methinks I must be doing something wrong!
×
×
  • Create New...