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 ran VistaUA APP Installer in AuditUser pass That was so cool. : Have to change some settings in xml around though because then it shut down. When I restarted it came up like you had bought a new computer from the OEMs like Dell or HP and it was ready to do the finishing up stuff. I'm still messing with the settings and stuff since I added Auditsystem / AuditUser passes. Thats not in release version right now because we are still Beta this additions
  2. you need quotes around them paths will be long name REG ADD "HKCU\Control Panel\Desktop" /v WallPaper /t REG_SZ /d "%userprofile%\AppData\Roaming\Microsoft\Windows DreamScene\DreamScene.jpg" /f REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\MotionDesktop" /v FilePath /t REG_SZ /d "%systemroot%\Web\Windows DreamScene\rockystream.mpg" /f notice that Windows DreamScene has a space in it Edited my first post. The DreamScene.jpg and the Img001.jpg are just still shots of the dream. You can pause it to grab screenshot. EDIT: Just right click the Desktop and a Pause Dream Scene will be in that Context menu I just got through doing complete Install and Dream was playing and seen it.
  3. ahh I see, you know your method better than me, and I don't use setx lookin back now when I use that set I leave the batch open while it does SetDriversRoot.cmd
  4. thats just a cmd with SynchronousCommand, if it was in a batch file then you will need double % in all places on the variable %%d at the time when this is executing hit shift F10 and type SET and you should see your variable applied as Appsroot=D:\ or whatever drive you have the txt on I've added to my VistaUA because of your Auditsys/user xmls but am still debugging trying to figure out exactly what can do and can't
  5. amit you're not setting your variable <CommandLine>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\amit.txt SETX AppsRoot %i:\ -m"</CommandLine> translates to cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\amit.txt SETX AppsRoot %i:\ -m" %i:\ -m" whats the -m for, I don't think it belongs there EDIT: maybe thats something with Setx which is totally unecessary just use
  6. :lol: :lol: If you have a lets say an original Dell Disk with proper key and bios as mentioned then to create your backup customized Dell Dvd then all you would need is to have the following Folder structure on your disk sources\$OEM$\$$\SYSTEM32\OEM drop the Dell.xrm-ms in that folder and add your key to the xml and bing bada boom, its activated otherwise copy the whole $OEM$ from your original Dell Disk to your sources folder and plug in your key in the xml thats funny Neo, all this stuff was already covered in Unattend forum, just dig deep
  7. How about checking displaying the current state of the tweaks when the program started. For example, if UAC is already disabled when VistaTweaker open up it would show the Disable UAC box already has a check mark in the box. yep not much good if it can't read/write and also disable the same. gives one a sense of where they are in case they have trouble to disable certain things instead of trashing the whole thing. there are so many keys in the reg(270,000 + ) and with Vistas registry virtualization it becomes harder. I use more than 4 different methods to extract/write info myself I'd suggest you start doing that right away instead of waiting, then it becomes second hand to add both a read and a write at the same time and to tick the checkboxes. Trust me. I been there and catching up is no fun. took me several weeks
  8. RunSynchronous commands run in the system context in the specialize pass. Which means registry settings should be HKLM RunSynchronous commands run in the user context in the auditUser configuration pass Which means registry settings should be HKCU Although ive recently added that to my App those can be a bit complicated
  9. OEMs can still be used but without that configsetroot. ditched that long ago. Check out Firegeier guide or either my VistaUA application and decide what or how you want to do it. To answer your ? Not all of the folders are used anymore but yes some can still be used, people need to read the chms. $oems$ are placed in the sources folder of the dvd image like some of the actual OEMs place it there like Dell
  10. So far simplest way is to use VLite. Each image can be separately extracted using imagex /export then imagex /append to add what you want together look at your Waik.chm
  11. Each and every one so your 8.5 will become way too big so whats the use, some time back they created an 11in1 XP DVD and was able to keep the size down since they used common files. Eventually someone will do that unless you're the one.
  12. Fire is that undocumented? I don't see it anywhere in the chms except maybe Oobe.xml
  13. Bandwidth Limit Exceeded The server is temporarily unable to service your request due to the site owner reaching his/her bandwidth limit. Please try again later. Just got back around to take a look and looks like I'll have to wait a bit. BTW I know you probably have seen the Regtweak collection here at MSFN a lot do work with Vista. This does read if it is already applied don't it?
  14. think i'd use something else then, mine about 3.5-4 depends on how much Nero and all i add since original image not Vlited is 2.52 GB
  15. may still could be method I only have 26 and heres list KB929327.CAB KB932925.CAB KB932926.CAB KB933246.CAB Windows6.0-KB890830-V1.26.exe Windows6.0-KB905866-v4-x86.msu Windows6.0-KB915597-x86.exe Windows6.0-KB925528-x86.msu Windows6.0-KB925902-x86.msu Windows6.0-KB928089-x86.msu Windows6.0-KB928439-x86.msu Windows6.0-KB929399-x86.msu Windows6.0-KB929427-x86.msu Windows6.0-KB929451-x86.msu Windows6.0-KB929615-x86.msu Windows6.0-KB929685-x86.msu Windows6.0-KB929735-x86.msu Windows6.0-KB929761-x86.msu Windows6.0-KB929762-x86.msu Windows6.0-KB929763-x86.msu Windows6.0-KB929777-v2-x86.msu Windows6.0-KB930163-x86.msu Windows6.0-KB930857-x86.msu Windows6.0-KB930955-x86.msu Windows6.0-KB931573-x86.msu Windows6.0-KB932246-x86.msu
  16. try my app VistaUA, it will do everything for you and its great for Noobs or more advanced if you want.
  17. oops, dang msfn locked up for about 10 minutes and it doubled on me, maybe too many users
  18. Yes and theres another au3 in \int folder those lines are different from what I do. That uses /n: and the Drivers.xml /l: perhaps FireGeier can compare
  19. still interested in this and I'm with FireGeier thinking it must be related to a method. I believe I use something different than FireGeier's sp00f can you send me that au3 so i can compare to my method?
  20. well bring it on, I've done my own for XP with about 400 I never released but gave a beta out to a few I'll test it and I do know the reg and stuff pretty good but have been busy with Vista Unattended. Might try my Jump2Reg which works in Vista but you may have to disable UAC right now since I haven't had time to correct it because of the Vista UA stuff I've tested about all of them
  21. UPDATE I wanna know how you 2 are getting the double entry, I d/l all the Vista Hotfixes available by WUD and Injected and I don't have that second entry. I also don't get any errors at all opening Tonycrews xml file here
  22. an image that previous updates were applied too? solved far from it can we or how do we remove the components that are unneccessary with our coding or examples?
  23. wish you had expanded those entries so we can see whats in theredang, that throws a wrench in the gears, I don't see it in mine but I haven't added any new updates for awhile. I'll open WUD and grab everything and see if I see this.
×
×
  • Create New...