Jump to content

KNARZ

Member
  • Posts

    91
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by KNARZ

  1. i have a question... how can i change xp that on "ctrl alt del" the dialog appears where i can choose: logoff, change password, taskmgr and so on... the dialog from win2k and 2k3 i want insted of taskmgr that this dialog appears on ctrl alt del i didn't find any within the search function
  2. im not that good in cmd commands so please help.. how to create that if no computername matches that than will run something generell? e.g. maybe the name of the PC is 'HELLO' gut in cmd only :PC1 :PC2 are in the cmd - how to do that HELLO get's something generell witch is in the CMD (i know i can create OEM before with $$\System32\ - but the timestamp wouldn't be in present)
  3. I use: Xplode in T-12 and T-9 and finaly RunOnceExec
  4. Registration doesn't work =) you will ask for registration if you open TU the first time
  5. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes] take a look
  6. MCE is WXP professional... i make an unattended dvd with MCE - MCE becomes MCE with the last reboot of Installtion.... up till there it's WXP Pro. all works fine for me
  7. hm... i registerd but don't find any download... http://oem.microsoft.com/script/contentpage.aspx?pageid=XXX links don't work... i chose "Partner"
  8. BOOTCFG /RAW /SOS /A /ID 1 cmd... bootcfg /? helps =)
  9. thx, but... doesn't matter winnt.sif guirunonce = gui... not while installation - it run after windows is installed... i wanted to run the exe at t-12 and t-9 1.0.6.3 = same crap...
  10. OrgName="Buffel & Båg" try this
  11. i can give you: Iis=off SonicDVDandCDBurning=off (found my myself - MCE 2005) Wms=off Wms_admin_asp=off Wms_admin_mmc=off Wms_isapi=off there you will finde some more... http://board.windows-unattended.de/index.p...nter&f=3&t=1133 e.g. FileAndPrint = LPDSVC = AccessTop =
  12. Edit: SETUPP.INI Change Pid=XXXXX000 or Pid=XXXXXOEM to Pid=XXXXX270 no key needed =) (VOL) (del the entry with your pkey in winnt.sif) (if this post is not allowed, sorry delete it)
  13. Repartition i always read repairation...
  14. i already tried... if windows is installed...my comp. files WORKS if windows is in windows-setup the comp. files DON'T WORK echo in each line --> effect, none
  15. AutoPartiton doesn't work... and i don't know why.. can someone help me? i always get the screen to chose the partition (i test under vmware) the interessting part of my winnt.sif ______
  16. you want batches...okay 1. Batch (T-12) CMDOW @ /HID @ECHO OFF START /WAIT BOOTCFG /RAW "/bootlogo /noguiboot" /A /ID 1 START /WAIT LABEL SYSTEM START /WAIT SUBST H: "%USERPROFILE%\EIGENE DATEIEN" EXIT 2. Batch (RunOnce @ T-9) CMDOW @ /HID @ECHO OFF FOR %%C IN (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) DO IF EXIST %%C\WIN51 SET CDROM=%%C FOR %%M IN (%SYSTEMROOT%\EHOME\) DO IF EXIST %%M\EHSHELL.EXE SET REGMCE=REG SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installation der letzten Komponenten - %DATE%" /F %REGMCE% ADD %KEY%\010 /VE /D "WXP HOTFIX - KB885523" /F %REGMCE% ADD %KEY%\010 /V 1 /D "%CDROM%\$OEM$\PROGS\EXE\KB885523.EXE /Q /N /Z" /F %REGMCE% ADD %KEY%\015 /VE /D "MCE HOTFIX - KB888316" /F %REGMCE% ADD %KEY%\015 /V 1 /D "%CDROM%\I386\SVCPACK\KB888316.EXE /Q /N /Z" /F %REGMCE% ADD %KEY%\020 /VE /D "UPDATEROLLUP 1 - KB873369" /F %REGMCE% ADD %KEY%\020 /V 1 /D "%CDROM%\I386\SVCPACK\MC05UPD1.EXE /Q /N /Z" /F REG ADD %KEY%\022 /VE /D "Autologin - KNARZ" /F REG ADD %KEY%\022 /V 1 /D "REGEDIT /S %CDROM%\$OEM$\$$\TEMP\LOGIN.REG" /F REG ADD %KEY%\025 /VE /D "TuneUp Utilities 2004" /F REG ADD %KEY%\025 /V 1 /D "%CDROM%\$oem$\progs\msi\tuneup.msi ALLUSERS=1 INSTALLDIR=%ProgramFiles%\System\TuneUp /passive" /F REG ADD %KEY%\030 /VE /D "Microsoft Office 2003 Professional" /F REG ADD %KEY%\030 /V 1 /D "%CDROM%\$OEM$\OFFICE11\SETUP.EXE TRANSFORMS=KNARZ.MST /QB-" /F REG ADD %KEY%\035 /VE /D "Temp-Ordner leeren" /F REG ADD %KEY%\035 /V 1 /D "%CDROM%\$OEM$\$$\TEMP\TUNEUP.VBS" /F REG ADD %KEY%\036 /V 1 /D "%CDROM%\$OEM$\$$\TEMP\CLEAN.CMD" /F EXIT ____________________________ 3. BATCH (T-9 Secound Xlpode install) CMDOW @ /HID @ECHO OFF FOR %%C IN (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) DO IF EXIST %%C\WIN51 SET CDROM=%%C %CDROM%\$OEM$\PROGS\XPLODE\XPLODE.EXE /XML:"#XPLODE#\XPLODE2.XML" EXIT ____________________________ 4. Batch (Cleanup under Runonce) CMDOW @ /HID @ECHO OFF RD /S /Q "%PROGRAMFILES%\COMPLUS APPLICATIONS" RD /S /Q "%PROGRAMFILES%\MICROSOFT FRONTPAGE" RD /S /Q "%PROGRAMFILES%\MEDIA PLAYER CLASSIC" RD /S /Q "%PROGRAMFILES%\MOVIE MAKER" RD /S /Q "%PROGRAMFILES%\MSN GAMING ZONE" RD /S /Q "%PROGRAMFILES%\NETMEETING" RD /S /Q "%PROGRAMFILES%\ONLINE-DIENSTE" RD /S /Q "%PROGRAMFILES%\XEROX" START /WAIT RD %TEMP% /S /Q START /WAIT MD %TEMP% /S /Q EXIT __________________________ FOR QBFC: i only use the content... without the following commands... CMDOW @ /HID @ECHO OFF EXIT if echo or not...makes no difference... --------------- using: qbfc; load cmd -> delete lines -> compile... copy cmd lines -> paste in qbfc -> compile... write in qbvd -> compile... nothing worked during installtion... best way would be to let the cmds, cmds... with cmds all works fine.. but i hate this popup window... grrrr...
  17. yes... the batches are working... (everytime) the compiled exe of the batch files (if they work) - WORK! gg (after a 2. or 3. try of compiling) the EXE work in WINdows... NOT while installtion so in commandlines setupparms etc. the exe doesn't work... *?* !
  18. I dont understand that crap...in windows the exe works fine... while installtion nothing happen... ****
  19. wtf? äh... whats the differenz between 64kb or 144kb 64 = Ie 144 = qbfc always... i found something interessting: *EDIT*... Programm is buggy.. under my system it doesn't work very good.. i converted it in virtual maschine and than it works... wtf? **** it...
  20. yesterday i got the same idea... but i only used the command line... ...i will have a try later import cmd and run... okay
  21. whats with the textmode folder? isn't that the easiest way?
  22. thats the reason hm... okay i have spaces between the lines... i will try witch echo oder cls ... maybe that works... whitch version do you use?
  23. RunOnce is running but only the last applications of about 30 or 40.
×
×
  • Create New...