Jump to content

myselfidem

Members
  • Posts

    600
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by myselfidem

  1. Fine!

    We can also add inside the same pass:

    <StartPanelLinks>                <Link0>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\Disk Cleanup.lnk</Link0>                <Link1>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\Resource Monitor.lnk</Link1>                <Link2>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\System Restore.lnk</Link2>                <Link3>%ALLUSERSPROFILE%\Microsoft\Windows\Start Menu\Programs\Accessories\System Tools\Task Scheduler.lnk</Link3>            </StartPanelLinks>
  2. You can add inside: <settings pass="oobeSystem">

    Adapt the architecture to suit your needs!

    <settings pass="oobeSystem">        <component name="Microsoft-Windows-Sidebar" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">            <Gadget1>%PROGRAMFILES%\Windows Sidebar\Gadgets\Clock.Gadget</Gadget1>            <Gadget2>%PROGRAMFILES%\Windows Sidebar\Gadgets\Calendar.Gadget</Gadget2>            <Gadget3>%PROGRAMFILES%\Windows Sidebar\Gadgets\Weather.Gadget</Gadget3>        </component>
  3. Give errors trying to unmount winpe.wim image with WIM Manager!

    Logfile

    Exception:

    Tool Name: WIM Manager (1.4.1.18)

    Image Name: Windows Code Name "Longhorn" Preinstallation Environment

    FileName: "C:\Windows\Temp\WinToolkit_Files\Imagex.exe"

    Argument: /Unmount "C:\work" /commit

    WIM File: C:\winpe_x86\winpe.wim

    Mount Logging: True

    Drive Type: Fixed

    Free Space: 164.28 GB

    IsReady: True

    File Exists: True

    Directory Exists: True

    Files:

    Directories: *C:\work\Program Files *C:\work\ProgramData *C:\work\Users *C:\work\Windows

    Setting taskbar Progress

    Setting taskbar Colour

    Dumping Registry

    Starting

    Started

    Closing #0

    Closing #1

    Closing #2

    Detecting cause of error #1

    Detecting cause of error #2

    Detecting cause of error #3

    Detecting cause of error #4

    ImageX Tool for Windows

    Copyright © Microsoft Corp. All rights reserved.

    Version: 6.2.9200.16384

    IMAGEX /UNMOUNT [/COMMIT] [image_path]

    Unmounts a WIM image from the specified path.

    image_path - The path to be unmounted.

    Without FLAGS:

    Lists mounted images.

    Accepted FLAGS:

    /COMMIT

    Saves changes to the mounted WIM file. If not specified changes are discarded.

    Example:

    imagex /unmount /commit c:\mounted_images

    Fixed

    C:\

    164.28 GB

  4. FAQ:

     

    How to add all updates for Microsoft Office inside your distribution folder to have up-to-date ?

     

    We can use CollectUpdates.vbs, discribed here:

     

    Chapter: Testing and verifying the Windows Installer patch (.msp) files

     

    If you want to test updates and verify the list of .msp files before you copy them to the Updates folder on the 2007 Office system network installation point, you can first install updates on a test computer, use a Visual Basic script to extract the .msp files to a target folder, and then copy the .msp files from the target folder to the Updates folder. This method is further described in the following procedure.

     

    http://technet.microsoft.com/en-au/library/cc178995(office.12).aspx

     

    1. Install all 2007 Office system applications on the test computer that will be installed on users’ computers.
    2. Run Microsoft Update to apply all needed 2007 Office system updates on the test computer.

    3. Verify that your applications are running as expected.

    4. Save the following Visual Basic script as “CollectUpdates.vbs,” and then run it to extract the update files installed on the test computer to a target folder. (The script uses %Temp%\Updates as the target folder, where %Temp% is the Windows temporary folder.)

    5. Verify that all of the needed .msp files are in the target folder (%Temp%\Updates)

    6. Copy all .msp files from %Temp%\Updates on the test computer to the Updates folder on the 2007 Office system network installation point.

  5. I load NTUSER.DAT and DEFAULT (not DEFAULT.DAT) hives (from Mounted Image) in Regedit to manually add "ShowStatus"=dword:00000003 in [software\Microsoft\CTF\LangBar]...

    Regards...;-)

     

    p.d.: I think so Win Toolkit added reg data only to NTUSER.DAT, but not in DEFAULT wich it's for ADMIN USER (or DEFAULT USER)...

    Thanks alfreire...I will make some tests!

    *Edit: However we can see on your image that the hive DEFAULT.DAT is loaded !?

    Yes WinToolkit load the NTUSER.DAT and other hives...We can see that inside dism.log file.

    Loading offline registry hive: SOFTWARE, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Windows/System32/config/SOFTWARE' from path '\\?\C:\WinToolkit_Mount\Windows\System32\config\SOFTWARE'.Loading offline registry hive: SYSTEM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Windows/System32/config/SYSTEM' from path '\\?\C:\WinToolkit_Mount\Windows\System32\config\SYSTEM'.Loading offline registry hive: SECURITY, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Windows/System32/config/SECURITY' from path '\\?\C:\WinToolkit_Mount\Windows\System32\config\SECURITY'.Loading offline registry hive: SAM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Windows/System32/config/SAM' from path '\\?\C:\WinToolkit_Mount\Windows\System32\config\SAM'.Loading offline registry hive: COMPONENTS, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Windows/System32/config/COMPONENTS' from path '\\?\C:\WinToolkit_Mount\Windows\System32\config\COMPONENTS'.Loading offline registry hive: DEFAULT, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Windows/System32/config/DEFAULT' from path '\\?\C:\WinToolkit_Mount\Windows\System32\config\DEFAULT'.Loading offline registry hive: ntuser.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Users/default/ntuser.dat' from path '\\?\C:\WinToolkit_Mount\Users\default\ntuser.dat'.Loading offline registry hive: schema.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}C:/WinToolkit_Mount/Windows/system32/smi/store/Machine/schema.dat' from path '\\?\C:\WinToolkit_Mount\Windows\system32\smi\store\Machine\schema.dat'.Offline image is: writeable
  6. Well, you can try the Autounattend.xml attached...
    But, you must add the key during silent installation, choose the OS to install and the window for create a partition will be displayed!
    If you have injected the trial keys with my SetProductKey.cmd...No window asking to write the key will appear!
    You can find Autounattend.xml files examples inside my folder on my signature below!
    HTH

     

    *Edit: file given

  7. Hi Lego,  Just wanted to report a bug in WIM Manager, that when you press the Make ISO button, there is nothing pre-populated in the folder to capture area, and is obviously unable to create an ISO file of the WIM.

     

    I'm using version 1.4.1.18

     

    Your question was about WIM images! No trouble found.

     

    But after you are talking about winpe iso file!

     

    Create an iso file for winpe image:

    http://technet.microsoft.com/en-us/library/cc709665(v=ws.10).aspx

     

     

    oscdimg -n -bc:\winpe_x86\etfsboot.com c:\winpe_x86\ISO c:\winpe_x86\winpe_x86.iso
  8. It's about those two options:

     

    Start_TrackProgs = Store and display recently opened programs in the Start menu

    Start_TrackDocs  = Store and display recently opened items in the Start menu and the taskbar

     

    http://www.sevenforums.com/tutorials/265-start-menu-customize.html

     

    Regards

     

    *Edit:

    There is only one question and the OP was finding inside reg options (Start menu) to find those options!

    But they are not inside WinToolkit options!

×
×
  • Create New...