Jump to content

myselfidem

Members
  • Posts

    600
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by myselfidem

  1. When I integrated SP1 I tried cleaning the sp files the /online method but it did not work, dism said that it could not work in safe mode or something

    What you can do is rebuild your wim, this will shrink it a bit

    imagex /export /compress maximum "<path_to_wim>\install.wim" * "<path_to_different_place>\install.wim"

    You can specify a single image you want to export, but if you use "*" it will export all images

    I do the same with boot.wim (saves 3 megs)

    Thanks for the tip! ;)

    I remenber trying to delete the backup files with DISM, and you've right didn't work in SAFE MODE!

    But works after with DISM with the new captured install.wim mounting inside a temp folder (C:\work), you can use the command

    for the mounted image offline:

    Dism /Image:"C:\work" /Cleanup-Image /spsuperseded /hidesp

    The backup files will be deleted successfuly!

    Tested your command and works fine!

    Thanks again mate!

    post-23163-0-80627900-1300031775_thumb.j

  2. Many thanks ricktendo64 for the Video!:thumbsup_anim:

    I've integrated Windows 7 SP1 successfuly inside my Windows 7 DVD, like you have explained inside your video using "sysprep".

    I've created first a second partion on my HDD and followed your explainations!

    All works fine!

    I've deleted the "backup files" inside the new install.wim captured after mounting this one inside a temp folder (C:\work), with:

    Dism /Image:"C:\work" /Cleanup-Image /spsuperseded /hidesp

    Of course, the new install.wim size is a little bigger after Unmount /Commit , but the backup files have been successfuly deleted!

    Windows 7 DVD x86 only with one image Ultimate keeped only and with

    install.wim with SP1 captured => 2.58 Go

    After using Dism to delete backup files => 2.59Go

    http://blogs.technet.com/b/joscon/archive/2011/02/15/how-to-reclaim-space-after-applying-service-pack-1.aspx

    The installation do not need the KB947821 (System Update Readiness Tool) with Windows Update!

    Cheers and thanks again!

    *Edit: post updated

  3. Im sorry I dont fully understand what you are saying. Are you changing the time on the made/created of the ISO?

    I was talking about the BSOD with Grphic Drivers appends sometimes with the Virtual Machine!

  4. You can delete these lines inside your Autounattend.xml, because there are not valid for Windows 7:

     
    <servicing>
    <packageaction="configure">
    <assemblyIdentityname="Microsoft-Windows-Foundation-Package"version="6.1.7600.16385"processorArchitecture="x86"publicKeyToken="31bf3856ad364e35"language="" />
    <selectionname="Internet Games" state="false" />
    <selectionname="More Games" state="false" />
    <selectionname="Minesweeper" state="false" />
    <selectionname="Printing-XPSServices-Features" state="false" />
    </package>
    </servicing>

    The BSOD appears sometimes when the Graphic Drivers are installed with Virtual Machine!

    When that appends to me I create a new time the ISO file and all is working fine!

  5. Bonjour à tous!

    Je propose à titre de modèle une compilation de fichiers registre sous forme de fichier "Tweaks.wa" à intégrer avec Windows 7 Toolkit!

    Tweaks.wa

    Bien à vous. Merci

    post-23163-0-46989000-1289148046_thumb.j

  6. @Legolash2o

    I see that reg file elevate.cmd don't work.

    And I can't integrate Addons with the last version W7T085-14B

    I've used the version W7T080-37F to integrate some Addons successfuly.

    Regards

    *Edit: the reg key "Take OwnerShip"; don't work. This one works for me:

     
    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\runas]
    @="Take Ownership"
    "Icon"="UserAccountControlSettings.exe"
    "NoWorkingDirectory"=""
    "Position"="Bottom"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\runas\command]
    @="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant *S-1-5-32-544:F"
    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant *S-1-5-32-544:F"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\runas]
    @="Take Ownership"
    "Icon"="UserAccountControlSettings.exe"
    "NoWorkingDirectory"=""
    "Position"="Bottom"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\runas\command]
    @="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant *S-1-5-32-544:F /t"
    "IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant *S-1-5-32-544:F /t"

    Thanks and Regards.

  7. @Legolash2o

    I see that the Tweaks aren't correct!

    Services and Tasks point together to "Services"!

    I give you Tweaks working!

    Windows Registry Editor Version 5.00

    ; Add right click on the Desktop

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows]

    "MUIVerb"="Windows"

    "SubCommands"=""

    "Icon"="%SystemRoot%\\System32\\winver.exe"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell]

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\1Manage]

    "MUIVerb"="@%systemroot%\\system32\\mycomput.dll,-400"

    "Icon"="UserAccountControlSettings.exe"

    "SuppressionPolicy"=dword:4000003c

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\1Manage\command]

    @="mmc.exe compmgmt.msc"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\2Services]

    "MUIVerb"="@%SystemRoot%\\system32\\shell32.dll,-22059"

    "Icon"="%SystemRoot%\\System32\\mmc.exe"

    "SuppressionPolicy"=dword:4000003c

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\2Services\command]

    @="mmc.exe services.msc"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\3Tasks]

    "MUIVerb"="@%SystemRoot%\\system32\\shell32.dll,-32537"

    "Icon"="%SystemRoot%\\System32\\imageres.dll,-27"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\3Tasks\command]

    @="explorer shell:::{ED7BA470-8E54-465E-825C-99712043E01C}"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\4Defrag]

    "MUIVerb"="@%SystemRoot%\\system32\\dfrgui.exe,-103"

    "Icon"="%SystemRoot%\\System32\\dfrgui.exe"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\4Defrag\command]

    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\

    00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,66,00,\

    72,00,67,00,75,00,69,00,2e,00,65,00,78,00,65,00,00,00

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\5AdminTools]

    "MUIVerb"="@%SystemRoot%\\system32\\shell32.dll,-22982"

    "Icon"="%SystemRoot%\\System32\\imageres.dll,-114"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\5AdminTools\command]

    @="control admintools

    Regards

  8. @Legolash2o

    Hello! :rolleyes:

    I've made a new tweak, if you want add it, for Administrative Tools (right click on Desktop):

     
    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\5AdminTools]
    "MUIVerb"="@%SystemRoot%\\system32\\shell32.dll,-22982"
    "Icon"="%SystemRoot%\\System32\\imageres.dll,-114"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\5AdminTools\command]
    @="control admintools"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\5AdminTools]
    "MUIVerb"="@%SystemRoot%\\system32\\shell32.dll,-22982"
    "Icon"="%SystemRoot%\\System32\\imageres.dll,-114"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\5AdminTools\command]
    @="control admintools"

    Regards

  9. Yeah ive seen the tweak above, i do check this forum everyday but i don't always reply :) The issues mentioned will be fixed :P

    I understand!

    Many thanks :thumbsup_anim:

    I've just modded the icon for the reg keys, like this (just an idea!):


    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\1Manage]
    "MUIVerb"="@%systemroot%\\system32\\mycomput.dll,-400"
    "Icon"="UserAccountControlSettings.exe"
    "SuppressionPolicy"=dword:4000003c

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\1Manage\command]
    @="mmc.exe compmgmt.msc"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\1Manage]
    "MUIVerb"="@%systemroot%\\system32\\mycomput.dll,-400"
    "Icon"="UserAccountControlSettings.exe"
    "SuppressionPolicy"=dword:4000003c

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\1Manage\command]
    @="mmc.exe compmgmt.msc"

    Regards

  10. Does that issue happen with W7T? No password entered in unattended?

    Hello Legolash2o! :rolleyes:

    No! This issue is made by 7Customizer and not with W7T !

    Coucou show me the incorrect "Autounattend.xml" made by 7Customizer without password, by PM!

    It's now a know issue!

    Btw I've modded some Tweaks because many don't works (French Windows 7 version)!

    Regards

  11. Hello coucou! :rolleyes:

    I see that your problem is solved!

    In fact the trouble is made with "7Customizer" when the user don't use a password inside the "Autounattend.xml"!

    It's needed to write:


    <AutoLogon>
    <Enabled>true</Enabled>
    <Username>HEN</Username>
    <Password>
    <Value></Value>
    </Password>
    <LogonCount>9999999</LogonCount>
    </AutoLogon>

    Here with error:


    <AutoLogon>
    <Enabled>true</Enabled>
    <Username>HEN</Username>
    <Password>
    <Value />
    </Password>
    <LogonCount>9999999</LogonCount>
    </AutoLogon>

    Cheers

  12. Hi legolash,

    After integrating addons and selected tweaks to windows 7. The installation looks going right: Copy Windows files, Decompress windows atchives, Functions installation, Updates install and Finsih install (French translation).

    When the "Finsih install" start, I got the here bellow error message: The Installation was cancelled. Windows Can't apply the without assistance parameters during the [offlineServiciing] phase(French translation). 3 times tested and got this error.

    Regards

    post-19145-048446700 1288111351_thumb.jp

    Hello coucou! :rolleyes:

    I think the trouble is about the "Autounattend.xml".

    I give you later the new file because I've seen some changes needed!

    Cheers

  13. @LogoLash2o

    Many thanks for your nice software "Windows 7 Toolkit Final 8.0"! :thumbsup_anim:

    I see that some Tweaks don't work correctly for me (French Windows 7 version). Computer Management and Services are reversed!

    But I've made some changes and these one works nice:

    (I've translated in English and I don't know if the words are good!):

    Tweaks


    Windows Registry Editor Version 5.00

    ; Add right clic on context menu on Destktop
    ; Computer Management; Services; God Mode; Defrag

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows]
    "MUIVerb"="Windows"
    "SubCommands"=""
    "Icon"="%SystemRoot%\\System32\\winver.exe"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell]

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\1Manage]
    "MUIVerb"="@%systemroot%\\system32\\mycomput.dll,-400"
    "Icon"="%SystemRoot%\\System32\\CompMgmtLauncher.exe,-0"
    "SuppressionPolicy"=dword:4000003c

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\1Manage\command]
    @="mmc.exe compmgmt.msc"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\2Services]
    "MUIVerb"="@%SystemRoot%\\system32\\shell32.dll,-22059"
    "Icon"="%SystemRoot%\\System32\\mmc.exe"
    "SuppressionPolicy"=dword:4000003c

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\2Services\command]
    @="mmc.exe services.msc"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\3Tasks]
    "MUIVerb"="@%SystemRoot%\\system32\\shell32.dll,-32537"
    "Icon"="%SystemRoot%\\System32\\imageres.dll,-27"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\3Tasks\command]
    @="explorer shell:::{ED7BA470-8E54-465E-825C-99712043E01C}"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\4Defrag]
    "MUIVerb"="@%SystemRoot%\\system32\\dfrgui.exe,-103"
    "Icon"="%SystemRoot%\\System32\\dfrgui.exe"

    [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows\shell\4Defrag\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
    00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,66,00,\
    72,00,67,00,75,00,69,00,2e,00,65,00,78,00,65,00,00,00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows]
    "MUIVerb"="Windows"
    "SubCommands"=""
    "Icon"="%SystemRoot%\\System32\\winver.exe"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell]

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\1Manage]
    "MUIVerb"="@%systemroot%\\system32\\mycomput.dll,-400"
    "Icon"="%SystemRoot%\\System32\\CompMgmtLauncher.exe,-0"
    "SuppressionPolicy"=dword:4000003c

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\1Manage\command]
    @="mmc.exe compmgmt.msc"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\2Services]
    "MUIVerb"="@%SystemRoot%\\system32\\shell32.dll,-22059"
    "Icon"="%SystemRoot%\\System32\\mmc.exe"
    "SuppressionPolicy"=dword:4000003c

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\2Services\command]
    @="mmc.exe services.msc"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\3Tasks]
    "MUIVerb"="@%SystemRoot%\\system32\\shell32.dll,-32537"
    "Icon"="%SystemRoot%\\System32\\imageres.dll,-27"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\3Tasks\command]
    @="explorer shell:::{ED7BA470-8E54-465E-825C-99712043E01C}"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\4Defrag]
    "MUIVerb"="@%SystemRoot%\\system32\\dfrgui.exe,-103"
    "Icon"="%SystemRoot%\\System32\\dfrgui.exe"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Windows\shell\4Defrag\command]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
    00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,64,00,66,00,\
    72,00,67,00,75,00,69,00,2e,00,65,00,78,00,65,00,00,00

    ;---------------------------------------------------------------------------------------------

    ; Add right clic on context menu on Desktop "Command here as Administrator"

    [HKEY_CLASSES_ROOT\Directory\shell\cmd]
    @="Command here as Administrator"
    "Icon"="C:\\Windows\System32\\UserAccountControlSettings.exe,-0"

    [HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
    @="cmd.exe /s /k pushd \"%L\\\\..\\\""

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\cmd]
    @="Command here as Administrator"
    "Icon"="UserAccountControlSettings.exe"

    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\cmd\command]
    @="cmd.exe /s /k pushd \"%L\\\\..\\\""

    Works fine for me!

    Thanks and Regards.

  14. Hello coucou! :welcome:

    Inside the 7Customizer guide, we can read:

    http://www.msfn.org/board/topic/139077-7customizer-a-replacement-for-vlite-for-windows-7/

    5. Other notes:

    1. The languages you integrate are not for the setup part. It is for the Windows UI.

    2. The keyboard, date ,currency and time zone ,in the unattended part, are not for the setup part. They are used for the user settings after the installation is done.

    3. Fill the whole information in the unattended part or the setup will fail.

    More help about Autounattend.xml:

    http://www.msfn.org/board/topic/139572-ask-your-seven-xml-here/

    Cheers

×
×
  • Create New...