Jump to content

Aaron

Patron
  • Posts

    5,640
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by Aaron

  1. http://www.cexx.org/rpc.htm Don't follow anybody's advice about deleting/disabling this service, its not recommended.
  2. It might work if you have one batch file that calls out to your other batch files
  3. Welcome to MSFN!
  4. Is it this that you're talking about? http://www.microsoft.com/downloads/details...&DisplayLang=en
  5. My Drivers folder didn't get deleted either, I assume its in use by Windows. You're familiar with the RunOnce registry key, so you can create a cmd file to wipe the Drivers folder on the next reboot.
  6. State the full stop error (they're all in CAPS, including the number codes) and the name of the file causing it (if there is one)
  7. uses 6667
  8. You like to broadcast that you have activated Longhorn don't you? Nothing to be proud of anyway.
  9. Its there by default. If you used this registry tweak: ;Disable Welcome Screen and uses Classic Logon [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "LogonType"=dword:00000000 then you need to remove this.
  10. Only semi-nudity. Excludes chest and private parts.
  11. there must be a space inbetween > and C:\ You won't need the quotes if you specify a filename without spaces. examples: user.cmd > "c:\setup logs.log" user.cmd > c:\setup.log
  12. I'm out of ideas for a new poll, bring the ideas on people!
  13. I don't know why you want CD1 put back in... But here's what you can do: Once your batch has finished installing all your extras, put in a pause so that it asks you to press any key to continue (you could also include an ECHO message beforehand to ask to put in CD 2). Once the CD is in you press any key to continue the batch. The remaining commands in the batch file should have a direct path to the CD Drive this time(e.g. F:\Applications\setup.exe)
  14. Actually use this one, much better.
  15. This is the only command I know of, and because of the way it works, you may have to define multiple filenames for each start/copy/del process you perform. (to prevent overwriting). The > C:\file.txt works on any DOS command, as long as its on the end of the command, examples: start /wait blahblah\apps\zonealarm.exe /qn > c:\zonealarm.txt del %systemrooot%\system32\uxtheme.dll > c:\uxtheme.txt and so on. Let me know how it goes.
  16. gamehead, we're not talking about taking a screen capture. d'oh!
  17. Try Winbeta's IRC channel for Longhorn irc://irc.winbeta.org
  18. Yeah you can, compressed NAV 8.1 from 34MB to 20MB
  19. Yes its in there somewhere (sorry, been some time ago since I installed vmware.) Have preferred Virtual PC due to its speed, but might go back to Vmware for its snapshot feature.
  20. None at all, is your monitor set as "Default Monitor" instead of "Plug'n'Play" by any chance?
  21. Have you considered placing everything in one batch file? I had a similar problem where halfway through the nero installation, GuiRunOnce executed the last batch (reboot.cmd) and it aborted all my applications batch. So I merged the reboot batch into the end of the applications batch.
  22. VMWare supports ISO images as well. It should be in the preferences for the created OS in vmware
  23. Some registry keys require a reboot to take effect.
  24. Checked mine, Read Only is unchecked.
×
×
  • Create New...