Content Type
Profiles
Forums
Events
Everything posted by maxXPsoft
-
Windows 7 Professional Deployment
maxXPsoft replied to my44186680's topic in Unattended Windows 7/Server 2008R2
No there is no logging You could call a cmd file from it and use error code there. Is your exe self executing? Add cmd /c Start /wait -
Se7en_UA 6.5.4 cannot find 7z.exe
maxXPsoft replied to whairs01's topic in Unattended Windows 7/Server 2008R2
Edit: new version 6.5.5 includes command line version 7zip -
Ask your Seven xml ? here
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
look at 110 above -
Registry tweak to save position icons desktop
maxXPsoft replied to Major's topic in Unattended Windows 7/Server 2008R2
When you move a shortcut on the desktop it writes that info to registry in HKEY_USERS\Your Sid and sometimes CURRENT_USER that is not saved yet After a sucessful shutdown /reboot it moves that also into your HKEY_CURRENT_USER profile. That is endless as there are many things which affect different shortcuts You can create shortcuts on desktop or whatever using $OEM$ folder but their position is really hard to get -
Try running Windows Calendar(WinCal-Win7-amd64-en-us.exe) or WinPinball-en-us.exe in setupcomplete and they fail. Why? Because a user is not yet created. That run's right before Login screen. Why do I set login? To observe when things are actually happening I get a better picture. I will try those in Firstlogoncommands next but that starts after you login and GUI is loading = User Created
-
Where Can I Download Install Wim Tweak?
maxXPsoft replied to marcusj0015's topic in Unattended Windows 7/Server 2008R2
Only thing is you must do the registry located on the mounted wim. Have to see what else it is doing. -
Because it is not one of the things you can remove except by extreme measures like mentioned in the other post. from my Right Click .wim. run this on a mounted image changing path as needed cmd /c C:\Windows\System32\Dism /image:C:\zMountDir /Get-Drivers /all > %%userprofile%%\Desktop\zDrivers.txt && C:\Windows\System32\Dism /image:C:\zMountDir /Get-Packages > %%userprofile%%\Desktop\zPackagelist.txt && C:\Windows\System32\Dism /image:C:\zMountDir /Get-Features > %%userprofile%%\Desktop\zFeatures.txt
-
'Se7en_UA.exe 6.5.4: April 12, 2011, 4:55:28 PM ' Removed .wim right click menu. Can add that from Tools ' Added a lot of mod files additions this release. These are mainly targeted at a SP1 DVD ' %ProgramW6432% fix for APPS Usage: ProgramW6432=C:\Program Files for 64 bit Applications FLAG2=%ProgramW6432%\ExamDiff Pro\password.bin I have sampled many of these modded files. Liked the changing of my Start Orb in explorer.exe mod files additions
-
Processing 1 of 1 - Adding package C:\zPackage\Windows6.1-KB2482017-x64.msu [==========================100.0%==========================] The operation completed successfully. Unmount your image, run these from a admin cmd prompt. You may have to Takeownership to the mount folder C:\Windows\System32\Dism /Cleanup-Wim Echo Y | REG DELETE "HKLM\SOFTWARE\Microsoft\WIMMount\Mounted Images" RD D:\zMountDir /s /q reboot and try again Never ever leave an image mounted and shutdown your PC
-
Add Right click .wim Windows 7 or Windows 8/8.1
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Seen that instant when I tried it created all 3 files at same time. Now working and new uploaded ; 4/12/11 Fix Drivers Packages Features To Desktop found by jbm -
I load them with my App so it is after I copy whatever source and since sp1 is injected after I know to use current versions of the dll, .wim and so on FirstUXRes.WIM all is fine turn out my image was wrong res trying to reduce size. it must be 1024x768 not 766. This won't tell you that only use black background instead noticed this in several setups also if you don't use an exact image MS resize things look funny on the screen. on the FirstUXRes if you look at properties and security you will see about 10 extra users on all them files. I removed them all in my adventures
-
Ask your Seven xml ? here
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Major CopyProfile move to first xml. When you run audt and it comes out of there it will only be running oobeSystem ex /oobe /reboot -
@johnhc I went back and made a sp0 and slipstreamed sp1 with same results. FirstUXRes.WIM is where it is supposed to be in all locations and I even disconnected Inet while installing I did do search through the sources look above I have been modding startup files since early xp, back then we used Winntbbu Editor and only 1 file winntbbu.dll I'm still digging into this. are you running 64-bit?
-
HKCU not applied when RunOnceEx is broken
maxXPsoft replied to Major's topic in Unattended Windows 7/Server 2008R2
from an admin command prompt will remove him from list net user administrator /active:no -
Ask your Seven xml ? here
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Administrator is there already hidden, you are only calling him to login Not needed for all passes just one's you need to do something in Haven't used copyprofile but it should work <ProductKey> <WillShowUI>Always</WillShowUI> </ProductKey> <SkipUserOOBE> <SkipMachineOOBE> are no longer used. look them up in unattend.chm -
Ask your Seven xml ? here
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
crud I get confused between the 2 since I have neither. I think you want your auditSystem with this <AutoLogon> <Enabled>true</Enabled> <LogonCount>2</LogonCount> <Username>Administrator</Username> </AutoLogon> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value></Value> <PlainText>true</PlainText> </Password> <Group>Administrators</Group> <Name>Administrator</Name> </LocalAccount> </LocalAccounts> </UserAccounts> -
Ask your Seven xml ? here
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
With N version I would remove all the IE settings as it may error. Like <component name="Microsoft-Windows-IE-InternetExplorer Microsoft-Windows-powercpl doesn't work. best run a cmd file REM Adding Powerplan POWERCFG -SETACTIVE 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c REM ALL TO 120 minutes time and you can change. POWERCFG -X -monitor-timeout-ac 120 POWERCFG -X -disk-timeout-ac 120 POWERCFG -X -standby-timeout-ac 120 POWERCFG -X -hibernate-timeout-ac 120 REM or hibernate OFF POWERCFG -H OFF Don't add default values remove <DisableAutoDaylightTimeSet> You will Autologon in Auditsystem with Administrator and use his full name by setting Username to Administrator (only the English word I'll look at the rest but time for work and am on OT -
I replaced both of these with my modded FirstUXRes.WIM file and they both match it. These are installed in my system now and contain my image yet it don't work. Thats why I developed the Add right click .wim so I could go to any place and mount an image. I mounted both and my image is in there. On a 64-bit this is only place they are located. 6.1.7601.17514 is full SP1 dvd. I use ExamDiff Pro (64-bit) for my comparisons Identical binary files: C:\Windows\System32\oobe\FirstUXRes.WIM and C:\Windows\winsxs\amd64_microsoft-windows-setup-component_31bf3856ad364e35_6.1.7601.17514_none_905283bdc3e1d2d8\FirstUXRes.WIM Done a search with Ransack on file contents of image 2 for FirstUXRes and this is what it returned. quite a lot of files to do contents I noticed the size diff on imageres.dll but one I use is from install.wim and not the boot.wim. I don't have any problem there cause it is working. Edit: guess I will have to extract sp0 and compare them 4 files. Don't think the manifests #5 would have changed much but I'll look and compare
-
Add Right click .wim Windows 7 or Windows 8/8.1
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
; 4/3/2011 Found the list was too long and bottom items was not working. I combined some things. ; Run the .wimrightclick - Uninstall.reg first -
I done full install yesterday using only 3 modded files. imageres.dll and spwizimg.dll and both worked with my mods. FirstUXRes.WIM did not on a Full SP1 dvd I have extracted with 7-zip both the boot.wim image 2 and the Image I am installing to a HD. SP1 dvd Filename : FirstUXRes.WIM MD5 : 9e72531f4798b69a1634232b94af9aa8 Filename : imageres.dll MD5 : 5aa945234e9d4cce4f715276b9aa712c Filename : spwizimg.dll MD5 : d896e73ec6f4f72d80a29e961c5decb4 You can see these are not the same md5 as yours. I replace these in all locations I find them except with 64 I do 2 locations and 32 is also 2 locations. that are same. A few compares Identical binary files: D:\SP1_boot_X64\Windows\System32\imageres.dll and D:\SP1_boot_X64\Windows\winsxs\amd64_microsoft-windows-imageres-embedded_31bf3856ad364e35_6.1.7601.17514_none_874efc7fb73e8c1f\imageres.dll Identical binary files: D:\SP1_X64\Windows\System32\imageres.dll and D:\SP1_X64\Windows\winsxs\amd64_microsoft-windows-imageres_31bf3856ad364e35_6.1.7600.16385_none_38b294da11970cde\imageres.dll Different binary files: D:\SP1_X64\Windows\System32\imageres.dll, D:\SP1_X64\Windows\SysWOW64\imageres.dll Different binary files: D:\SP1_X64\Windows\System32\imageres.dll, D:\SP1_X64\Windows\winsxs\x86_microsoft-windows-imageres_31bf3856ad364e35_6.1.7600.16385_none_dc93f95659399ba8\imageres.dll The files are different for a FULL SP1 dvd from an injected SP1 or either reverse integration as they call it.