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. Or in Cleanup.cmd I simply add this regsvr32 /u /s zipfldr.dll regsvr32 /u /s cabview.dll
  2. I think i recognize that ip, Starband ? I'm not sure what you're trying to do but I import a reg file and mine is setup. Check "ProxyServer" under this key [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] I save and import the whole key. But mine is a workstation on a LAN so not sure that would help you if you're directly connected.
  3. Beetaazz That Administrator account exists behind the scenes. Reboot into safe mode you'll find it as a logon option. Its a backdoor into your PC if you don't set a password on that account. 1 thing I don't like that Mikeysoft done that way.
  4. You got less than 40 posts and allready forgot forum rules. I been here about a year and remember them, at first I didn't and like to got banned but I've learned over that time. 1. I done said I was going to try this new thing next time. 2. read carefully, I said i don't create partitions although you can do that if you so choose, the system does it Automatic - DUHHHHH 3. I've written an entire application to do this unattended since coming here and was doing it floppy disk method for several year's before finding MSFN 4. I don't think i'm dumb, but have serious doubts about people that call names ????????????????????????????????????????????100% credit >> wyattXP cause he first mentioned that here. I'm just careful with partitions cause one of those hard drives contains years of work although backed up about once a month means I lose 1 month of work.
  5. Take a look at my links below. You can Add it to right click My Computer. Not sure if possible as you suggested though as a reg tweak. I just haven't done it. Its the "Pin To thing"
  6. That's a dll call and mean's you'd have to hack the dll. Better yet just leave it as is. I mean what in that list do you just absolutely positively need somewhere else? Nuttin
  7. lol no there are option's there to create partition on selected, guess you never looked long enough. take a look at http://www.maxxpsoft.com/media/4delete.JPG once done you come back to seeing unpartitoned space http://www.maxxpsoft.com/media/7pressenter.JPG Your not actually creating partition unless you choose to. System does it in seconds Been there too many time's and have the pic's and T-shirt
  8. As RyanVM said Just open it. If I change and add or remove some Fonts i have to fix the reg so it's easier for me to just add this to end of my Cleanup.cmd. REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Runonce /V RegisterFonts /D "%SystemRoot%\explorer.exe /e,/root,%systemroot%\Fonts" EDIT: I cleaned it up, don't need to SET KEY= You see I'm adding to the HKEY_CURRENT_USER Runonce, that work's and all it does is open a window to the Fonts folder in explorer. You simply close it. Not worth trying to kill it cause first you'd need a sleep or wait so the window will open first. Probably take a vbs file to get the process running the Fonts folder to kill it and not explorer.exe that's running desktop. I'm sure theres a way using a long .vbs but is it worth messing with? Not to me
  9. Well actually you don't have to re-create with my method, just delete it, come back to that screen and choose it to install to. Then asks what File system. But I will try all 3 next go around just to see the difference. I have that 120Gb in 2 partitions so I choose the 2nd for my trial's. As I mentioned before, VMWare give's me trouble with my driver's so i just install to partition 2.
  10. prathapml So you're saying you need all 3? I've been using what I have all along and it stops, let me pick partition, you do know at that screen you can delete any partition http://www.maxxpsoft.com/media/4delete.JPG < that was before my new 120 gig, and then after a couple steps back to original and then choose setup on that brand new blank. It then asks what File system
  11. Yes mainly in VMWare it worked sometime's and then sometime's not, on real CD burn it's less but if you get used to CODING it right then no problem's anywhere
  12. pdmcmahon your stuff Any Questions, ask an Admin
  13. Another one REM Next is SP2 DEL "%AllUsersProfile%\Desktop\File a bug.lnk"
  14. Still proper etiquette in reg file's should have the comments on different lines like Lolly pointed out. Another thing is add a blank line between them and at another at end of file. I've personally seen instances where it don't import correctly if not. Fast PC or Slow could be it but i haven't pin pointed it yet. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter] "Start"=dword:00000003 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc] "Start"=dword:00000003 Don't think that's your problem but who know's. export a reg from regedit and you'll see the blank line's.
  15. yes I know that but are you using the "WScript.exe part in the RunoncEX, it's telling the system to run the vbs with WScript.exe. I been there where sometimes it worked sometimes not, after adding that it KNOW's.
  16. Just a NOTE!!! [Data] AutoPartition=0 [unattended] Repartition=No Will ask about which partition and ask what file system. If in VM just do the opposite, save's time.
  17. add it to Runonce in cleanup.cmd = works for me %SystemRoot%\explorer.exe /e,/root,%systemroot%\Fonts
  18. http://www.msfn.org/board/index.php?showtopic=27133 DOUBLE POSTS DON't HELP
  19. UnattendMode = ProvideDefault in preinstallation scenarios where the OEM or administrator wants to give the person setting up the computer the option to change the predefined default answers (especially network options). battleangel3222 is right Read Deploy.chm That may be just one problem
  20. Perhap's you need something like this in runoncEX REG ADD %KEY%\iAdd /V Inum /D "WScript.exe %systemdrive%\Install\AVG\avg.vbs" /f
  21. Does anyone have a good method for catching error's in .cmd files and sending to a text file or pause it? As I've read there can be like 256 or so errorlevel's Thought I seen something here once before but can't find it for nothing.
  22. AaronXP Posted this how to run a second runoncEX after first finishes, just REG ADD %KEY%\005 /VE /D "Launching RunOnceEx 2" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\apps\RunOnceEx2.cmd" /f rundll32.exe iernonce.dll,RunOnceExProcess EXIT I'm not sure where it's posted but I believe it's something about dual Runonce Aaron, I meant to try it and never have either once i got my screen size to work it stretches all the way down but not quite.
  23. Ok simple you say It will be on my already slipstreamed CD. Did you slipstream SP2 onto it? = /integrate If yes then it creates the DOTNETFX folder adjacent to the I386 As RyanVM and I say it's older version unless you have a diff version of SP2 than us. I simply delete that folder and add the newer 2.0 as above to my runoncEX. You can however use the old 1.1 and do the same thing as i mentioned above. You decide cause it's not really that hard. That other thread was about compressing it and if you have the space WTF???
  24. 1. RD %systemdrive%\OfficeTemp\ /S /Q in Cleanup.cmd 2. DEL "%USERPROFILE%\Desktop\Alcohol 120%.lnk" < make sure name is right 3. User.cmd > http://unattended.msfn.org/xp/index.htm 4. Extract it then > REG ADD %KEY%\iAdd /V Inum /D "%systemdrive%\Install\AdobeReader\AR6.msi /qb" /f 5. REG ADD %KEY%\iAdd /V Inum /D "REGEDIT /S %systemdrive%\Install\WinDVD6\WinDVD_6.reg" /f
×
×
  • Create New...