Content Type
Profiles
Forums
Events
Everything posted by maxXPsoft
-
Thanks tmtuong I am still trying things so here is a new version. Just install over the top and it will pick up where you were. 'Se7en_UA.exe 6.5.3: March 02, 2011, 7:16:34 AM ' Fix desktop.ini in several locations to be hidden so they don't show up like in Favorites. ' If you mod boot.wim it will compress to eliminate the [Files] folder from the .wim ' Added DRM fix ' If you use Media player try open this file with it. http://go.microsoft.com/fwlink/?LinkID=166118 ' Correct ini creation to include other section
-
How can I change this button
maxXPsoft replied to nice_guy75's topic in Setup Billboard Screens for Windows
They done moved another post from Unattend. I won't answer -
<InputLocale>0409:00000409</InputLocale> should be in that format and don't need in just PE don't need <UserLocale> in PE <UserData> in PE <ProductKey> <WillShowUI>Always</WillShowUI> </ProductKey> EDIT: also in PE <ComplianceCheck> <DisplayReport>Never</DisplayReport> </ComplianceCheck>
-
How can I change this button
maxXPsoft replied to nice_guy75's topic in Setup Billboard Screens for Windows
I extract by full name English (United States).rc It will open in Notepad but I use Notepad ++ STRINGTABLE LANGUAGE 9, 1 { 99, "WIN32UI" 101, "Install Windows" -
How can I change this button
maxXPsoft replied to nice_guy75's topic in Setup Billboard Screens for Windows
With restorator I extract the .rc exactly as named. Modify it. Right click and copy and just paste back in -
Have been unable to make FirstUXRes.WIM work in SP1. Works like 1 time during setup and then it is replaced somehow. Yes I replace it in oobe also I have replaced in also new additional folder for sp1. Mountdir\Windows\winsxs\amd64_microsoft-windows-setup-component_31bf3856ad364e35_6.1.7601.17514_none_905283bdc3e1d2d8\FirstUXRes.WIM
-
MagicAndre1981 Might want to paste this in first post. I think these are updated versions Windows SDK 7.1 (contains WPT 4.7) actually installs Windows Performance Analyzer 4.8.7701 A small file will let you download the Windows Performance Tool Kit and not the whole SDK I ran this and it shows it improved my time. I don't understand how when I reboot with my stopwatch it shows 65 seconds to reboot and boot is about same It was same time before 65 seconds bootPrep_BASE+CSWITCH_1.etl I see 180 boot_BASE+CSWITCH_1.etl I see 28 EDIT: This is SP1 full install
-
New to 7 unattended (and kinda perfectionist)
maxXPsoft replied to evlo's topic in Unattended Windows 7/Server 2008R2
If you do Audit you will need both because Auditsystem load's Audituser pass Thats a good way of doing everything. When it reboots into oobe all is done Edit: Only problem is some apps install only for current user I do office 2007 with an xml and allupdates in the Updates folder REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\MS_Office_Enterprise_2007\setup.exe /config custom-uA.XML" /f -
New to 7 unattended (and kinda perfectionist)
maxXPsoft replied to evlo's topic in Unattended Windows 7/Server 2008R2
Cannot install Applications during Specialize. You must use Audit Mode or OObesystem Reg tweaks applied during specialize can only be machine specific like HKLM Commands in the Setupcomplete.cmd file are executed with local system privilege. HKLM Reg tweaks can be ran here but not HKCU which are user specific. HKCU can be done during Firstlogoncommands Unattend.chm is your friend here and will explain a lot of this -
Windows PE 3.1 Supplement Windows® Preinstallation Environment (Windows PE) 3.1 is being released as an Windows Automated Installation Kit (Windows AIK) supplement for Windows 7 Service Pack 1 (SP1). Windows PE 3.1 includes all optional components and language packs. You can apply these optional components and language packs to customize the boot.wim and winre.wim images that are part of the Windows 7 SP1 installation media. http://technet.microsoft.com/en-us/library/dd349350%28WS.10%29.aspx Edit: I had deleted the previous so don't know what was updated. Just noticed the .chm were not.
-
The Windows® Automated Installation Kit (AIK) for Windows® 7 helps you to install, customize, and deploy the Microsoft Windows® 7 and Windows Server® 2008 R2 family of operating systems. 1706.6MB Version: 3.0 Date Published: 2/18/2011 http://www.microsoft.com/downloads/en/details.aspx?FamilyID=0aee2b4b-494b-4adc-b174-33bc62f02c5d Edit: I see most the .chm files I use have a date of June 19, 2009
-
That one didn't work for me, it didn't slide QL back to left. Tried from desktop where there was no other folders open. I have nothing on Taskbar This one work's here and is one I add to tool's folder 7QuickLaunch.au3
-
Manual slipstream upcoming SP1 for Window 7?
maxXPsoft replied to Gremo's topic in Unattended Windows 7/Server 2008R2
Yes that's what it say but we are already slipstreaming SP1 7601.17514.101119-1850. When it is web released I will d/l and compare to see what the differences are but it is working -
IE9 to integrate the Windows 7 DVD?
maxXPsoft replied to TrendMark's topic in Unattended Windows 7/Server 2008R2
DO you know how to mount images with Dism? There is so much involved here if you are not able to do these things then adding packages might be hard to explain. If you know how to Mount images then mount the install.wim and run a cmd Dism /image:C:\zMountDir /Add-Package /PackagePath:C:\IE9\IE9-Win7.cab you may also need Dism /image:C:\zMountDir /Add-Package /PackagePath:C:\IE9\ielangpack-TRK.cab Dismount with commit -
IE9 to integrate the Windows 7 DVD?
maxXPsoft replied to TrendMark's topic in Unattended Windows 7/Server 2008R2
open command prompt same folderIE9-Windows7-x64-enu.exe /x:IE9 it will be .cab but you can add to image also -
When you write to registry it also writes to your current user profile same things. If you close explorer then you lose them. This save when you logoff or reboot EX: Place new file on desktop and drag to far right. Restart explorer you lose position. TASKKILL /F /IM explorer.exe Timeout 2 start explorer.exe