Jump to content

Vadikan

Member
  • Posts

    333
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Vadikan

  1. Are you sure you need the double %%? I think they'll result in D:\%USERNAME%\. Try @ECHO OFF&SETLOCAL ENABLEEXTENSIONS SET DRIVE=D: REM ~ SET USF=Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders REM ~ SET MYDOC=%DRIVE%\%%USERNAME%%\My Documents ECHO %USERNAME% ECHO %DRIVE%\%%USERNAME%%\ ECHO %DRIVE%\%USERNAME%\ PAUSE
  2. @Yzöwl Cool! That's for the post-installation phase. winnt.sif is shorter, but it works only during install. Can you explain this line please SET MYDOC=%DRIVE%\%%USERNAME%%\My DocumentsWhat's the %USERNAME% for? I love quick edit feature
  3. @costi The solution above moves My Documents folder, not Documents and Settings. In order to move the entire Documents and Settings you'd better use [GuiUnattended] ProfilesDir="D:\Documents and Settings\" I never tried to backup and restore the junction points, can't help you.
  4. You cannot slipstream MUI packs into the source, but they can be added to the CD for unattended installation. See muisetup.hlp for the switches. MUI can be installed from cmdlines.txt, and such approach results in the localized interface at the first logon. Installing MUI at first logon localizes the interface after reboot.
  5. You got to download it. Start with clicking on pathman in my previous post Added. I think it's packed in MSI, just install the MSI and you'll find pathman in system32. Drop pathman.exe into your OEM folders and enjoy
  6. @costi If the code scares you, open regedit, locate the keys, make the changes manually, and then export the keys. That way you won't depend on someone else's code. Nothing against The Black Cloud's post, though.
  7. Are you trying to add %systemdrive%\perl\bin to the PATH permanently? May I suggest pathman? It works for me all the time. pathman /as %systemdrive%\perl\binif I remember the switches correctly.
  8. IIRC, the /i switch defines the language installed andt the /d switch defines the default language. If you don't spefcify the default language, then the OS language (EN, apparently) will stay default. Therefore, MUISETUP.EXE /i 0411 /r /s as The Black Cloud said.
  9. I think Zxian answered the question better than it was asked (at least in the thread title): if you want to have a recovery partition, use the system image, as it's faster to deploy. However, having a recovery partition on the same drive is kind of risky. What if the HDD dies? You loose not only your data, but also the recovery image. Another HDD or optical media is a better backup option, IMHO.
  10. The discussion about hiding console windows never ends Every time somebody brings up the subject I see new solutions. I think we need a page in uA guide with as much solutions as possible, so everybody can choose the "best" one I forgot to give a credit to the author of the hidcon utility. This is Oleg from http://unattended.solta.ru/
  11. @Nucleus Have a look at this thread http://www.msfn.org/board/index.php?showtopic=49184
  12. @twizt3d What's the point? Added: Never mind, he's a cross-poster...
  13. @secowu Search is your best friend. Try txtsetup* in the thread titles.
  14. @MHz Oh, yeah, I do Thanks for pointing out. I admit I've never paid much attention to it.
  15. What you are adding are not commands, but command line applications. I think "help" just lists the Windows Command line Interpreter (cmd.exe) commands. Feel the difference?
  16. You cannot slipstream Office into the XP source. XP is an operating system, and Office is not the component of this operating system, and therefore cannot be slipstreamed. You can place Office on the same medium with XP and install the former after the latter. Please, read the unattended guide to find out how...
  17. @ccc Your guess is correct. The thread you're reading was not sticky at the time the quoted post was made
  18. Minimizing apps to tray is not on the top of the MS's priorities list I use Windows PowerPro. Minimizing to tray is just 0.01% of it's abilities, and can be assigned the way you want. I have it with right click on Minimize [_] button. And here's what I set to the middle mouse click on window caption The configuration of PowerPro is not pretty straight forward, but it takes just under 2mb of memory.
  19. @spacesurfer You're correct, the thread shoudn't have been moved. There's a way with third party utilities. Google.com and the query "minimize to tray" "outlook express"will pleasantly surprise you As you see, perhaps, the thread shoudn't have been created LOL Unfortunately, there's no way w/o third party utilities.
  20. @Rico.JohnnY Thanks. Actually, the "normal" method (delete isshortcut value) is not normal at all. For example, hotkeys assigned to the shortcuts won't work. Launching shortcuts from TotalCommander won't work either.
  21. OEM path specified in the answer file won't work for the CD/DVD based installations. The $OEM$ folder must be located in the root of the CD (or to be exact on the same level with i386). When the first log on occurs. The batch files are typically copied to HDD via the OEM folders.
  22. Re: Regional settings Here's my answer to the similar question.
  23. Is this a tray (notification area) popup? Off the top of my head... What about [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "EnableBalloonTips"=dword:00000000
  24. @MHz I see. The problem with the offline version is you can't give a link to the specific article... Anyway, the question has been answered
×
×
  • Create New...