Content Type
Profiles
Forums
Events
Everything posted by maxXPsoft
-
Ask your Seven xml ? here
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Just a quick glance as I'm headed to workDo you have a wireless connection or was it popping up on you? If not remove that entry <HideWirelessSetupInOOBE> -
Add Right click .wim Windows 7 or Windows 8/8.1
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Me three, had to paste and get the line right. Now just right click a .wim Don't really see what else to add right now until Win 8 when dism will do the imagex functions -
what I was quoting above /grant *S-1-5-32-544:F" is in the Universal Take Ownership reg file created by MrJinge using S-1-5-32-544 I argued with him that I could not see it working yet the normal Take Ownership would show it processing. Was awhile back and perhaps things have changed Those 2 files are added no problem with Se7en_UA using what I have I don't think you want to use :r because it works without /grant[:r] Sid:perm grants the specified user access rights. With :r, the permissions replace any previouly granted explicit permissions. Without :r, the permissions are added to any previously granted explicit permissions.
-
Add Right click .wim Windows 7 or Windows 8/8.1
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Direct Link -
Customising Windows 7 Home Premium X64 Sp1
maxXPsoft replied to thumpa's topic in Unattended Windows 7/Server 2008R2
OEM stuff don't take much space 1.85 MB and you have Auto activation (much preferred). You can't make a full oem (bloated) unless you are using your original image Use available SP1 images and add OEM and done -
Add Right click .wim Windows 7 or Windows 8/8.1
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
\Had to choose Seven_UA folder but here is again Get the .wimrightclick - Install.zip -
Ya know after looking through this I've come to a conclusion Some time back I think was MrJinge came out and was saying for Take Ownership use /grant *S-1-5-32-544:F" was for Administrators group but I had trouble using that. Simply didn't work I see why now http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q243330 I don't join a Domain nor do I use the Admin account for security reasons Duh, that puzzled me for long time where his Universal Take Ownership didn't work but using a normal Take Ownership with actual Administrators name in whatever language does BUT, what can we use for Admins group from your example for setacl?
-
Dism /Apply-unattend on attached VHD
maxXPsoft replied to Gremo's topic in Unattended Windows 7/Server 2008R2
Dism does that itself. If you watch it process a group you will see it adding to boot-critical -
Ask your Seven xml ? here
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
To get it to add the quote after the v this this what I done REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\_Lenovo\systemupdate.exe -s -a /s /v\"/qn" /f -
WES7e Unattend using Themes
maxXPsoft replied to Tripredacus's topic in Unattended Windows 7/Server 2008R2
I use an autoit to close that Personalization window and it does that prior to desk loading cause I hear it. -
Ask your Seven xml ? here
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Right, I am only doing a default theme which I usually don't use but it can be done MS intended their stuff to work for their things with xml I normally use a 170 MB Maxxpsoft.themepack at Firstlogoncommands cause it sets a lot more for me like cursors /sounds. You can see it add's all things you want http://msdn.microsoft.com/en-us/library/bb773190.aspx Only problem is when you apply it opens that Personalization window you have to close. I use an autoit to close it -
Ask your Seven xml ? here
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
@nice_guy75 The setting Customdefaultthemefile is deprecated but theme file does work just as I said it would WRONG Done a full install just now and applied a Theme just as I stated in my link above using this <Themes> <ThemeName>C:\Windows\resources\Themes\nature.theme</ThemeName> <DefaultThemesOff>false</DefaultThemesOff> <DesktopBackground>%WINDIR%\web\wallpaper\Nature\img2.jpg</DesktopBackground> </Themes> This is image of part of Nature\img2.jpg I set above -
Ask your Seven xml ? here
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
Solved here -
Ok I made a fix and changed to /COPY:DT so it don't copy attributes. I also added back the attrib but folders still have the R on them. I been seeing that since Vista, don't understand why if you attrib it still leave the R Maybe not magic. Was it a reg key that might need a reboot first? 'Se7en_UA.exe 6.6.0: November 25, 2011, 12:16:15 PM ' Chantge dvd copy to /V /E /COPY:DT and add attrib
-
FirstLogonCommands failing
maxXPsoft replied to leozack's topic in Unattended Windows 7/Server 2008R2
That is what audit does, can install everything and be done with it. don't do audit then. use what you was doing. If I need net4 I'll let WU do it. -
FirstLogonCommands failing
maxXPsoft replied to leozack's topic in Unattended Windows 7/Server 2008R2
It don't login 2 times thats nothing, once done and oobe it won't go back You can log in with a user my example Admin which is an Administrator and run anything. Install whatever then reboot into OOBE The AuditUser.cmd run's my program to install all my applications Remember that once this is done when you hit desktop everything is done. You can do things with Firstlogon and setupcomplete though. My Cleanup.cmd reboot into OOBE with this. REM Reboot OOBESYSTEM Pass FOR %%d IN (c: d: e: f: g: h: i: j: k: l: m: n: o: p: q: r: s: t: u: v: w: x: y: z:) DO IF EXIST %%d\OOBEAudit.xml SET DVDroot=%%d Echo. sysprep.exe /oobe /reboot /unattend:%DVDroot%\OOBEAudit.xml REM To Generalize erase above line and use this REM sysprep.exe /generalize /oobe /shutdown /unattend:%DVDroot%\OOBEAudit.xml OOBEAudit.xml all it contains is <settings pass="oobeSystem"> Do you have WAIK help files? unattend and waik.chm are real handy http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=2458#QuickInfoContainer -
FirstLogonCommands failing
maxXPsoft replied to leozack's topic in Unattended Windows 7/Server 2008R2
sample in 2nd post here -
FirstLogonCommands failing
maxXPsoft replied to leozack's topic in Unattended Windows 7/Server 2008R2
I run dxsetup-apr2011-x64.exe at setupcomplete and it actually comes up and I can see it cause I run it manually. I have tried countless times to get scripts to show but they don't. I've tried shift F10 but there are no other cmd windows I can tab to. Might be able to compile the .cmd to exe like with bat2exe and use Title to show progress but I haven't done it. MS left us short on this for some reason -
FirstLogonCommands failing
maxXPsoft replied to leozack's topic in Unattended Windows 7/Server 2008R2
Thats crashing to me. After so long I speak in short terms. Log option will perhaps tell you what happened So in reality it is trying to modify and load the user profile at this point and perhaps why it is not working Commands in the Setupcomplete.cmd file are executed with local system privilege. -
FirstLogonCommands failing
maxXPsoft replied to leozack's topic in Unattended Windows 7/Server 2008R2
/log C:\net4.htm You just add the log and try again. Then the log should tell you whats going on. perhaps why it crashed. worth a shot if you want it installed -
FirstLogonCommands failing
maxXPsoft replied to leozack's topic in Unattended Windows 7/Server 2008R2
then run it in setupcomplete I don't know because I have no application requiring .Net 4 so I just don't install it perhaps log the operation to see what going on? -
FirstLogonCommands failing
maxXPsoft replied to leozack's topic in Unattended Windows 7/Server 2008R2
some need reboot to apply and that is why I run them in cleanup which reboots my PC If you go apply them in Explorer they instantly take effect. Can't force that with a reg file that I know of. I was recently missing the 'Always show icons, never thumbnails' which doesn't allow thumbnails to show in pic folders I done this and had to reboot but it is a policy [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "DisableThumbnails"=dword:00000000