
coucou
MemberContent Type
Profiles
Forums
Events
Everything posted by coucou
-
TNX myselfidem and sorry if i'm repeating. I just want well understanding. 1) In my case (described above), by using Export.cmd, I launched "C:\Program Files\Windows AIK\Tools\amd64\imagex.exe" /export C:\Win7\sources\install.wim 4 C:\Win7\sources\installnew.wim "Windows 7 ULTIMATE" /compress maximum /check Then by using now (after integrated IE9, updates etc...) the compress.cmd I'll lauch again "C:\Program Files\Windows AIK\Tools\amd64\imagex.exe" /export C:\Win7\sources\install.wim 1 C:\Win7\sources\installv2.wim "Windows 7 ULTIMATE" /check /compress maximum And you warn me Do not compress the install.wim image 2) Do I have to mount my install.wim before compressing? Or, the compress.cmd will do the job? Regards
-
HI myselfidem, I REconsiderate yr compress.cmd @echo off & color 1F echo. "C:\Program Files\Windows AIK\Tools\x86\imagex.exe" /export C:\Win7\sources\install.wim 1 C:\Win7\sources\installv2.wim "Windows 7 ULTIMATE" /check /compress maximum echo. pause In fact, to unattend Win7, the first thing I do is to remove all unwanted files and folders (Homebasic, HomePremium, Proffessional). To do this, as I wrote here above #1476 I used yr Export.cmd file. Then I integrate IE9, the I used 7Customizer to integrate LangPacks, Updates, drivers and finally I used W7Toolkit to integrate Addons. My install.wim file exceed 4GB. I may downsize it again. Now If you look at the bottom inside Export.cmd file echo == WARNING: Do not use twice this batch file == echo ===The new Image will be permanently delete!==== Can I use yr above compress.cmd? in other words can i use imagex.exe" /export as much as I want? Also, what about dism.exe /cleanup? do it delete the .tmp files isnside install.wim? Regards
-
For sure that what I'll do Regards
-
TNX myselfidem, here my actual Autounattend.xml x86 using part to DisableFirstRunWizard <settings pass="specialize"> <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"> <Home_Page>http://www.free.fr/adsl/</Home_Page> <BlockPopups>yes</BlockPopups> <FavoritesOnTop>true</FavoritesOnTop> <FilterLevel>High</FilterLevel> <Help_Page>http://people.consolidated.net/veeger/</Help_Page> <DisableFirstRunWizard>true</DisableFirstRunWizard> <DisableWelcomePage>true</DisableWelcomePage> <PlaySound>false</PlaySound> <ShowInformationBar>true</ShowInformationBar> <SearchScopes> <Scope wcm:action="add"> <ScopeDefault>true</ScopeDefault> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeKey>Search1</ScopeKey> <ScopeUrl>http://www.google.com/advanced_search?hl=fr</ScopeUrl> </Scope> </SearchScopes> <LockToolbars>true</LockToolbars> <ShowLeftAddressToolbar>true</ShowLeftAddressToolbar> <ShowMenuBar>true</ShowMenuBar> <SuggestedSitesEnabled>true</SuggestedSitesEnabled> </component>and still I continue using the above reg setting. Next time on x64 I'll try without the reg setting. Do yr IE9.reg (x86) can be used for IE9 x64? Regards
-
Here bellow my reg for Windows 7 x86 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\Software\BrowserChoice] "Enable"=dword:00000000 "Shortcut"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Main] "DisableFirstRunCustomize"=dword:00000001 Do this disable browser choice for Windows 7 x64 too?
-
TNX for the Infos
-
I'm using VMWare too. I have NO special application won't run in 7. I'm preparing my Win7_x64. It's on ly to prevent.
-
Thanks maxXPsoft for yr advice. In fact, the trick I heard about is Windows XP Mode (XPM). The question is, do I have to install to prevent any 32 bit prog freezing? Regards
-
No one can advise??? What a pitty
-
Hi, I had success building an unattended Win7_Ultimate_x32_bits 3 month ago. Today I'm looking to build Win7_Ultimate_x64_bits Is there anything special to add/mofiy on my here above post #175 Autounattend.xml? Moreover, I heard about a trick enabling 32 bits progs running on a 64 bits machine. Is there any extra installation or configuration to add in Autounattend.xml or other files? I'll appreciate any advice Regards
-
For WinXP we had to run command regsvr32 /u %windir%\system32\zipfldr.dll to unregister of the zipfldr.dll. Since XP thsi command hasn't worked anymore. To do it in Win7 you need to delete the following two registry keys and Restart. HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31} HKEY_CLASSES_ROOT\CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262} Unfortunately in Win7 these keys cannot be deleted because of permissions. There is the added complexity of having to take ownership of the keys in regedit and then giving your user full control of the key, this works just as it does for files. Once you have taken ownership and full control of the keys listed above you can then delete them and restart. To apply automatically that tweak Download SetACL 2.2.1 and copy it as well as the 2 bellow files in \sources\$OEM$\$$\Setup\scripts\ DisableZipFile-Folde.reg Windows Registry Editor Version 5.00 [-HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}] [-HKEY_CLASSES_ROOT\CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}] Disable_Zip-Folder.cmd "%systemroot%\Setup\Scripts\setacl.exe" -on "HKCR\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}" -ot reg -rec yes -actn setowner -ownr "n:Administrateurs" "%systemroot%\Setup\Scripts\setacl.exe" -on "HKCR\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}" -ot reg -rec yes -actn ace -ace "n:Administrateurs;p:full" "%systemroot%\Setup\Scripts\setacl.exe" -on "HKCR\CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}" -ot reg -rec yes -actn setowner -ownr "n:Administrateurs" "%systemroot%\Setup\Scripts\setacl.exe" -on "HKCR\CLSID\{0CD7A5C0-9F37-11CE-AE65-08002B2E1262}" -ot reg -rec yes -actn ace -ace "n:Administrateurs;p:full" REGEDIT /S "D:\Test\SetACL 2.2.1\DisableZipFile-Folde.reg"As my system is french i had to type "Administrateurs" instead of "Administrators" Finally add the bellow line in yr sources\$OEM$\$$\Setup\scripts\SetupComplete.cmd REG ADD %KEY%\005 /V 1 /D "%systemroot%\Setup\Scripts\Disable_Zip-Folder.cmd" /f Enjoy
-
Merci beacoup myselfidem
-
Many TNX myselfidem BTW, as far i remeber you've updated all yr x32 files for x32 SP1, Hope this one works for x64 SP1. It would be nice if you could update all yr Win7 batch files x32 (Elaboration du fichier ISO, Suppression du dossier temporaire, Sauvegarde de l'Image Windows 7 ULTIMATE...) to x64 SP1 Regards
-
Hello myselfitem, I've success to delete the unwanted images (STARTER, HOMEBASIC, HOMEPREMIUM, PROFESSIONAL) to save space, integrate IE9 and its LangPack to Win7_Ultimate_x32_bits 3 month ago. Today I'm looking to do the same for Win7_Ultimate_x64_bits I'll appreciate if you can upload the batch file for deleting the Win7_x64_bits unwanted images (STARTER, HOMEBASIC, HOMEPREMIUM, PROFESSIONAL). I presume the here above x32 batch for integrating IE9 can be used for x64 too. Regards
-
Final ESU Updates for Windows 7 SP1 (Retired!)
coucou replied to steven4554's topic in User Contributed Update Lists
Nice batch myselfidem- 666 replies
-
Final ESU Updates for Windows 7 SP1 (Retired!)
coucou replied to steven4554's topic in User Contributed Update Lists
TNX steven for the update- 666 replies
-
WPI Bug Report Thread
coucou replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
TNX Kels for this up -
config.sys or config.js? OOooopss config.js
-
WPI Bug Report Thread
coucou replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Yes I know My cleanup.exe (config.js ordr 999) have to do with the Start/Al Programs/Shortcuts... (settle, sort, copy, delete... à mon goût) . As some peopple don't like that settle, sort... i gave the opportunity to install it or not. Still I can't explain why v8.1 I haven't overlap screens Regards -
WPI Bug Report Thread
coucou replied to Kelsenellenelvian's topic in Windows Post-Install Wizard (WPI)
Finally I got success fixing the overlap screens, by modifying the SortOrder at the top of config.sys file SortOrder=[1111,'222,'333,'...]; Still I can't explain why v8.1 I haven't overlap screens Regards