October 21, 200619 yr I know all about runonceex.cmd etc, but what I been wondering is, how do you make a screen such as this go away,I really don't want it popping up because I already know what programs I am installing and on a long list of programs, that window can quite clog up your screen, especially when using a startup resolution of 1024x768.So any remedies?
October 21, 200619 yr I can't answer your question, but how did you make windows install things in that way?I didn't realise you could do things like that.
October 21, 200619 yr Author http://unattended.msfn.org/unattended.xp/and especially this section,http://unattended.msfn.org/unattended.xp/view/web/31/you threadhijacker you:LOL:
October 22, 200619 yr Author Hello Takeshi,thnx for your answer but it doesn't seem to be working for me, could you show me what you mean for below example,cmdow @ /HID@Echo OffFOR %%i IN (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 %%i:\CD.txt SET CDROM=%%i:SET PP=%cdrom%\Software\SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Programs" /fREG ADD %KEY%\000 /VE /D "Autoit v3" /fREG ADD %KEY%\000 /V 1 /D "%PP%Autoit\auto3.exe" /fREG ADD %KEY%\001 /VE /D ".Net FrameWork 2.0" /fREG ADD %KEY%\002 /V 1 /D "%PP%NetFrameWork\dotfix.exe" /fREG ADD %KEY%\003 /VE /D "Monitor Drivers" /fREG ADD %KEY%\003 /V 1 /D "%PP%Monitor\Monitor.exe" /f
October 22, 200619 yr Remove:REG ADD %KEY% /V TITLE /D "Installing Programs" /f and all theREG ADD %KEY%\000 /VE /D entries.
October 22, 200619 yr Author ok that works now, it didn't work at first but that was mainly due to a fuxorupzord windows, thnx for helping me out Takeshi Edited October 22, 200619 yr by Draconian
October 23, 200619 yr Just for the record: another option would be to set the "Flags" DWORD value in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx to "0x00000080". This would disable the status dialog completely. Other values are possible, for instance to create an execution and/or error log file. See Syntax for the RunOnceEx Registry Key for details. Edited October 23, 200619 yr by Ctrl-X
Create an account or sign in to comment