Jump to content

T D

Member
  • Posts

    942
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by T D

  1. Also, if u nLited ur install more than once, u may get missing file errors.
  2. T D

    my own background

    Or REG ADD "HKCU\Control Panel\Desktop" /v "Wallpaper" /d "%Path_to_image%\image.jpg" /f If u want a variable, ie %systemroot% or something. In a batch file.
  3. .net framework 1.1 works fine in svcpack but .net 2.0 and asp patch can't. Workaround and FULL .net 1.1, sp1, asp, .net 2, asp here --> http://www.msfn.org/board/index.php?showtopic=75109 WMP10: http://unattended.msfn.org/files/beginner/MP10Setup.exe Put it in svcpack.inf. It doesn't need switches.
  4. Integrating and slipstreaming are EXACTLY the same. By definition. But if we have spare time... *ahem* we can see that "WindowsXP-KBxxxxx-ENU.EXE /Integrate:%XPCD%" doesn't directly overwrite the files. But nLite does. Other than that exception, they are the same.
  5. Thnx mazin, why M$ didn't document this... updated cmd file above.
  6. Create covers/labels: this is nero lite, cd cover designer has been left out.
  7. I just put HKLM because well, it's temp files! And dirs inside temp, because of the /s switch, the files inside them get deleted but the folders themselves don't. It's not too much of a problem that even though after about a year, %temp% will slow ur pc down a bit because of a lot of folders. But once a yr, surely u can find time to delete files in %temp% I tried deleting dirs with rd but it doesn't work with wildcards Here's an idea for emptying IE cache and cookies. Edited post above.
  8. CMDOW @ /HID REG ADD "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Run" /v "Empty Temp Folders" /d ".\deltemp.cmd" /f attrib -r -a -s -h /S /D "%TEMP%" cd %temp% del /F /S /Q *.* rd /s /q "%temp%\" attrib -r -a -s -h /S /D "%SYSTEMROOT%\Temp" cd %systemroot%\temp del /f /s /q *.* rd /s /q "%SystemRoot%\Temp\" attrib -r -a -s -h /S /D "%TEMP%\Temporary Internet Files" cd %temp%\Temporary Internet Files del /f /s /q *.* rd /s /f /q "%temp%\Temporary Internet Files\" cd\ del *.tmp /s /f /q del index.dat /s /f /q Put all of this in a batch file into any directory, yes any and it will work. Will also work unattendedly. It will add a startup entry to the current batch file, but it has to be called deltemp.cmd. Or you can change the deltemp.cmd to something else in the REG ADD entry and rename the file accordingly. @andromeda You can use something similar to deltree.exe with "rd.exe" and the switch /Q /S But deltree is easier for typing purposes
  9. You can't. It's integrated into rightclick>properties>customize It's not as a standalone exe. And there isn't any switches to call it. But you could make an Autoit script and put it into %systemroot% that simulates rightclick>properties>customize on folders.
  10. Successful in booting from FlashDrive_OT_USB2 by some unknown manufacturer w/1Gb @allen2 Soz, but u heard wrong, the only limitation is you can only format a drive w/it, you can't upgrade. From a Hdd, don't use the Hp tool as it's only designed for pen drives. Check on the net if you can use boot.ini and bootcfg.exe to boot i386\winnt.exe Or a floppy disk trick: make a ms-dos startup disk via my computer>right click floppy drive>format>check box "create msdos startup disk">wait forever >boot from that floppy. You'll get to a dos prompt like in win9x where you can choose to reboot into ms-dos mode. cd\ to ur hdd and run i386\winnt.exe and see if it works.
  11. Go And Google It. http://uawiki.org/doku.php?id=silent_apps:...vg_free_edition Can you google pls before asking in the forum because all switches are already on the net if there are any for that proggie. Thx.
  12. GFGI. http://www.ryanvm.net/forum/viewtopic.php?t=2446 Uses windows installer switches, ie /qn /qb /passive etc. Also leaves a msi in %temp% when open if you want to create a mst transforms.
  13. @ckislam can I ask what the -ira switch does? I only use -ms and it's fine.
  14. You'll have to google where the registration info is stored. e.g. it might be in an ini file, somewhere in the registry, then you can set it up to reg it silently. Google for where reg info is stored.
  15. GLOG UTFG FGI GYIF GIYF Like said, go to keys HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run and HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run, look for values you don't want, like "Java Updater Scheduler" or something, and make a reg file that will delete the corresponding entries.
  16. Arrr... it's still in alpha testing...
  17. @taj, that's what I mean, you might get problems w/bootability and accessing the drive w/less than 1Gb w/out the generic (or not, but in this case generic) drivers installed. What filesystem is the disk? Ntfs, fat/16/32 or what?
  18. T D

    WinLogon.exe

    Ur right kpoch. You don't just rename it. Surely BIODIGITZMAN, you've noticed that logonui.exe and logonui.ex_, that there's a 1mb difference between them!! ANd logonui.exe doesn't always have to be the file that hosts your logon screen! First, apply your favourite logon screen. In the key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon], there is a value called "UIHost". In that string, there is a path that leads to an exe. Copy that exe to your desktop and rename it to logonui.exe. Open a cmd prompt and cd\ top your desktop. Download modifype here and drop it into your windows\system32 folder. In the cmd prompt, once it's at your desktop, run "modifype logonui.exe -c". (This mods the checksum so win setup doesn't try to stop file copying) Then, in the cmd prompt, type "makecab logonui.exe". There will be a new file on ur desktop called logonui.ex_. Replace the one in windowssrc\I386 with the new, modded one. Your logon screen has changed
  19. Me want. Me will ruddy Google it. http://www.deviantart.com/deviation/27363349/ Try and google for stuff b4 asking because your answer might just be on the net
  20. Sometimes disks under 1Gb aren't read (read it on a webpage somewhere). Is your bios configured properly? Because for me, across multiple reboots, I have to set my Usb stick as the first boot device.
  21. T-13, svcpack.inf, T-12, cmdlines.txt (registering components), T-9 can't remember. T-xx is where xx is how much time is left for windows setup to finish. So when it sez "39 mins remaining" it's T-39. You install the SPTD layer via svcpack.inf and it will reboot, then you can install alcohol or daemon tools silently. Download this http://myweb.tiscali.co.uk/earlybus/TD_SPTD_Addon.cab Integrate in nLite or RVM and instal alcohol/daemon tools silently via guirunonce or runonceex
  22. XPize it first. The pics will come up. Those pics aren't controlled by the theme. An obvious Star wars fan
  23. Usb Mass Storage device drivers aren't installed yet. Does your stick use generic drivers or did you have to manually install it in windows?
  24. That works Stoic but only for that file There might be a regtweak as well.
×
×
  • Create New...