Jump to content

maxXPsoft

Developer
  • Posts

    3,080
  • Joined

  • Last visited

  • Days Won

    1
  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by maxXPsoft

  1. 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>
  2. 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
  3. 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.
  4. 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
  5. \Had to choose Seven_UA folder but here is again Get the .wimrightclick - Install.zip
  6. 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?
  7. Dism does that itself. If you watch it process a group you will see it adding to boot-critical
  8. 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
  9. I use an autoit to close that Personalization window and it does that prior to desk loading cause I hear it.
  10. Updated to work with Windows 8 Developer Preview I have 'Se7en_UA.exe 6.6.1: December 26, 2011, 12:58:16 PM ' Added some preliminary things for Windows 8 and tested an install Jump2reg 2.91: December 26, 2011 'Fix to work on Win 8
  11. 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
  12. @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
  13. \services\ might do them with a admin cmd prompt NET STOP DPS NET STOP iphlpsvc NET STOP RemoteRegistry NET STOP TrkWks then apply the reg or fire up Se7en_UA and use the Service Disabler SELECT the 'Set Service Also' and It will Disable the Service Now.
  14. did you check permissions on that key or parent? what key is it? applying a driver will write keys also
  15. 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
  16. 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.
  17. 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
  18. sample in 2nd post here
  19. 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
  20. 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.
  21. /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
  22. 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?
  23. 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
×
×
  • Create New...