
SOOPAFLY
MemberContent Type
Profiles
Forums
Events
Everything posted by SOOPAFLY
-
is there a registry entery to turn the view to icons and remove the arrange in groups. i used regshot to try and trace registry changes but no luck.
-
during the unattended stage i copy a vbs script that i'll show you in a minute to systemroot than in the registry tweaks i add the following key let's call it qlaunch [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] "qlaunch"="%systemroot%\qlaunch.vbs" this script will delete itself and the registry entery after execution set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "control.exe" Wscript.Sleep 5000 WshShell.AppActivate "Control Panel" Wscript.Sleep 1000 WshShell.SendKeys "^{TAB}" Wscript.Sleep 600 WshShell.SendKeys "^{TAB}" Wscript.Sleep 600 WshShell.SendKeys "{ENTER}" Wscript.Sleep 2000 WshShell.SendKeys "t" Wscript.Sleep 600 WshShell.SendKeys "t" Wscript.Sleep 600 WshShell.SendKeys "{ENTER}" Wscript.Sleep 2500 WshShell.AppActivate "Taskbar and Start Menu Properties" Wscript.Sleep 1000 WshShell.SendKeys "%q" Wscript.Sleep 600 WshShell.SendKeys "{ENTER}" Wscript.Sleep 5000 WshShell.AppActivate "Control Panel" Wscript.Sleep 1000 WshShell.SendKeys "{TAB}" Wscript.Sleep 600 WshShell.SendKeys "{TAB}" Wscript.Sleep 600 WshShell.SendKeys "{TAB}" Wscript.Sleep 600 WshShell.SendKeys "{ENTER}" Wscript.Sleep 2500 WshShell.SendKeys "%{F4}" Wscript.Sleep 1000 WshShell.RegDelete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\qlaunch" dim filesys, demofile set filesys = CreateObject ("Scripting.FileSystemObject") set demofile = filesys.CreateTextFile ("%systemroot%\qlaunch.vbs", true) set demofile = filesys.GetFile("%systemroot%\qlaunch.vbs") demofile.Delete
-
yes but what does this profile include ? my personal info my personal settings? maybe something else
-
what is this profile and what information does it contain? thanks in advance
-
download active registry monitor than run it after a clean windows installation make all your prefered settings than run it again than compare with the program the two registry scans and save all the added and changed registry enteries. and that's it you have a reg file containing all your preferences.
-
about the via 4in1 drivers 1.open notepad and pase the following: [installShield Silent] Version=v5.00.000 File=Response File [File Transfer] OverwriteReadOnly=NoToAll [DlgOrder] Dlg0=SdWelcome-0 Count=7 Dlg1=SdLicense-0 Dlg2=AskOptions-0 Dlg3=AskOptions-1 Dlg4=AskOptions-2 Dlg5=AskOptions-3 Dlg6=RebootDialog-0 [sdWelcome-0] Result=1 [sdLicense-0] Result=1 [AskOptions-0] Result=1 Sel-0=1 Sel-1=0 [AskOptions-1] Result=1 Sel-0=1 Sel-1=1 Sel-2=1 [AskOptions-2] Result=1 Sel-0=1 Sel-1=0 [AskOptions-3] Result=1 Sel-0=1 Sel-1=0 [RebootDialog-0] Result=0 Choice=0 name the file setup.iss and place it in the same folder as the via executable and execute the hyperion setup file from one of the batch files like so(for the example let's assume the file is called setup.exe and it's placed in the via4in1 folder) start /wait %systemdrive%\install\via4in1\setup.exe /s /a /s /f1"%systemdrive%\install\via4in1\setup.iss" as for the catalyst control panel i'm not sure cuse i have nvidia vga card but if the control panel executable is in the installshield format you can execute it with the -R switch in the end it will generate at the systemroot directory file called setup.iss as with the via4in1 and than u will have to put the setup.iss in the same directory as the ati control panel installation and use the same command format as with the via4in1 shown above and execute it from one of the batch files(i personally did it with nvidia control panel and it worked) HOPE I COULD HELP
-
i wanted to know if it;s possible to prevent the installation of outlook express adress book and to disable windows synchronization through unattended setup (i know about the components section in winnt.sif but i think it's not possible to disable these components with this method) thanks in advance
-
some problems in unattended winxp setup
SOOPAFLY replied to SOOPAFLY's topic in Unattended Windows 2000/XP/2003
here's a copy of my 2 batch files any suggestions are welcomed main_batch CLS @echo off COLOR 0a TITLE Main post setup unattended section ECHO. ECHO Main post setup unattended section will start now ECHO. ECHO Blocking User Input... start %systemdrive%\Install\Tools\block.exe ECHO. ECHO Copying Tools... CD "%systemdrive%\program files" MD scheduled CALL %systemdrive%\Install\Tools\cleanset.bat CopY "%systemdrive%\Install\Tools\cleanxp.bat" "%systemdrive%\program files\scheduled\" COPY "%systemdrive%\Install\Tools\cleanxp.job" "%systemroot%\Tasks\" COPY "%systemdrive%\Install\Tools\psshutdown.exe" "%systemroot%\" COPY "%systemdrive%\Install\Tools\PSKILL.EXE" "%systemroot%\ COPY "%systemdrive%\Install\Tools\Command Prompt.lnk" "%systemdrive%\Documents and Settings\All Users\Start Menu\" ECHO. ECHO Branding... COPY "%systemdrive%\Install\Brand\oeminfo.ini" "%systemroot%\system32\" COPY "%systemdrive%\Install\Brand\Oemlogo.bmp" "%systemroot%\system32\" ECHO. ECHO Removing Wallpapers... DEL "%systemroot%\Blue Lace 16.bmp" DEL "%systemroot%\Coffee Bean.bmp" DEL "%systemroot%\FeatherTexture.bmp" DEL "%systemroot%\Gone Fishing.bmp" DEL "%systemroot%\Greenstone.bmp" DEL "%systemroot%\Prairie Wind.bmp" DEL "%systemroot%\Rhododendron.bmp" DEL "%systemroot%\River Sumida.bmp" DEL "%systemroot%\Santa Fe Stucco.bmp" DEL "%systemroot%\Soap Bubbles.bmp" DEL "%systemroot%\Zapotec.bmp" DEL "%systemroot%\Web\Wallpaper\Crystal.jpg" DEL "%systemroot%\Web\Wallpaper\Friend.jpg" DEL "%systemroot%\Web\Wallpaper\Home.jpg" DEL "%systemroot%\Web\Wallpaper\Moon flower.jpg" DEL "%systemroot%\Web\Wallpaper\Peace.jpg" DEL "%systemroot%\Web\Wallpaper\Power.jpg" DEL "%systemroot%\Web\Wallpaper\Purple flower.jpg" DEL "%systemroot%\Web\Wallpaper\Radiance.jpg" DEL "%systemroot%\Web\Wallpaper\Ripple.jpg" DEL "%systemroot%\Web\Wallpaper\Stonehenge.jpg" DEL "%systemroot%\Web\Wallpaper\Vortec space.jpg" DEL "%systemroot%\Web\Wallpaper\Ascent.jpg" DEL "%systemroot%\Web\Wallpaper\Autumn.jpg" DEL "%systemroot%\Web\Wallpaper\Azul.jpg" DEL "%systemroot%\Web\Wallpaper\Follow.jpg" DEL "%systemroot%\Web\Wallpaper\Red moon desert.jpg" DEL "%systemroot%\Web\Wallpaper\Tulips.jpg" DEL "%systemroot%\Web\Wallpaper\Wind.jpg" ECHO. ECHO Removing useless shortcuts and directories... DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Update.lnk" /s /q /f DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk" /s /q /f DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk" /s /q /f DEL "%systemdrive%\Documents and Settings\Administrator\Start Menu\Programs\windows media player.lnk" /s /q /f DEL "%systemdrive%\Documents and Settings\Administrator\Start Menu\Programs\Remote Assistance.lnk" /s /q /f DEL "%systemdrive%\Documents and Settings\Administrator\Start Menu\Programs\Accessories\Tour windows xp.lnk" /s /q /f RD "%systemdrive%\Documents and Settings\Administrator\My Documents\My Music" /s /q RD "%systemdrive%\Documents and Settings\Administrator\My Documents\My Pictures" /s /q ATTRIB -S +H "%systemdrive%\Documents and Settings\Administrator\Favorites\Links" /s /d ECHO. ECHO Removing Screensavers... DEL "%systemroot%\system32\dllcache\scrnsave.scr" DEL "%systemroot%\system32\dllcache\ss3dfo.scr" DEL "%systemroot%\system32\dllcache\ssbezier.scr" DEL "%systemroot%\system32\dllcache\ssflwbox.scr" DEL "%systemroot%\system32\dllcache\ssmarque.scr" DEL "%systemroot%\system32\dllcache\ssmypics.scr" DEL "%systemroot%\system32\dllcache\ssmyst.scr" DEL "%systemroot%\system32\dllcache\sspipes.scr" DEL "%systemroot%\system32\dllcache\ssstars.scr" DEL "%systemroot%\system32\dllcache\sstext3d.scr" DEL "%systemroot%\system32\scrnsave.scr" DEL "%systemroot%\system32\ss3dfo.scr" DEL "%systemroot%\system32\ssbezier.scr" DEL "%systemroot%\system32\ssflwbox.scr" DEL "%systemroot%\system32\ssmarque.scr" DEL "%systemroot%\system32\ssmypics.scr" DEL "%systemroot%\system32\ssmyst.scr" DEL "%systemroot%\system32\sspipes.scr" DEL "%systemroot%\system32\ssstars.scr" DEL "%systemroot%\system32\sstext3d.scr" ECHO. ECHO Copying patched UXTheme.dll... REN %systemroot%\System32\dllcache\uxtheme.dll uxtheme.old COPY "%systemdrive%\Install\uxtheme\uxtheme.dll" "%systemroot%\System32\dllcache\" REN %systemroot%\System32\uxtheme.dll uxtheme.old COPY "%systemdrive%\Install\uxtheme\uxtheme.dll" "%systemroot%\System32\" ECHO. ECHO Installing DirectX 9.0b... ECHO Please wait... start /wait %systemdrive%\install\DirectX9b\dxsetup.exe /opk ECHO. ECHO Installing ASPI Layer 4.71... COPY "%systemdrive%\install\aspi 4.71\aspi32.sys" "%systemdrive%\windows\system32\drivers\" COPY "%systemdrive%\install\aspi 4.71\wowpost.exe" "%systemdrive%\windows\system\" COPY "%systemdrive%\install\aspi 4.71\winaspi.dll" "%systemdrive%\windows\system\" COPY "%systemdrive%\install\aspi 4.71\wnaspi32.dll" "%systemdrive%\windows\system32\" ECHO. ECHO Installing TweakUI 2.10 Powertoy COPY "%systemdrive%\install\PowerToys\TweakUI.exe" "%systemroot%\System32\" COPY "%systemdrive%\install\PowerToys\TweakUI 2.10 Powertoy.lnk" "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\" ECHO. ECHO Installing PowerCalc Powertoy... start /wait %systemdrive%\install\PowerToys\PowerCalc.msi /qb ECHO. ECHO Installing Microsoft JavaVM - Build 3810... ECHO Please wait... start /wait %systemdrive%\install\JavaVM\msjavwu.exe /c:"javatrig.exe /exe_install /l /qq" /q:a /r:n ECHO. ECHO Installing Via 4in1 drivers... start /wait %systemdrive%\install\via4in1\setup.exe /s /a /s /f1"%systemdrive%\install\via4in1\setup.iss" ECHO. ECHO Removing Startup Logo... ATTRIB -h -s %systemdrive%\boot.ini COPY "%systemdrive%\install\boot.ini" "%systemdrive%\" ATTRIB +h +s "%systemdrive%\boot.ini" ECHO. ECHO About to Remove Unnecessary Services... REGEDIT /S %systemdrive%\install\Services.reg ECHO. ECHO Applying Registry Tweaks... REGEDIT /S %systemdrive%\install\RegTweaks.reg ECHO. EXIT and the applications batch CLS @echo off COLOR 0a TITLE Unattended Applications setup ECHO. ECHO Starting Unattended Applications setup ECHO. ECHO Installing Nvidia Control Panel for Detenator 44.03... start /wait %systemdrive%\install\Applications\Nvidia\Setup.exe -s -f1"%systemdrive%\install\Applications\Nvidia\setup.iss" ECHO. ECHO Installing GlobeSpanVirata External Usb ADSL Modem... start /wait %systemdrive%\install\Applications\GlobeSpanVirata_usb_adsl\setup.exe /s ECHO. ECHO Installing Diskeeper 8.0.459 and setting scheduled task... start /wait %systemdrive%\install\Applications\Diskeeper8\Setup.msi /qb MD "%systemdrive%\Program Files\Executive Software\Diskeeper\Scheduler" COPY "%systemdrive%\install\Applications\Diskeeper8\DfrgUINetCtrlFile" "%systemdrive%\Program Files\Executive Software\Diskeeper\Scheduler\" ECHO. ECHO Installing Nero Burning ROM v5.5.10.50 and plugins... start /wait %systemdrive%\install\Applications\Nero5.5.10.50\nero551050.exe /silent /noreboot REGEDIT /S %systemdrive%\install\Applications\Nero5.5.10.50\register.reg start /wait %systemdrive%\install\Applications\Nero5.5.10.50\plugins.exe ATTRIB -H "%systemdrive%\Documents and Settings\Administrator\Application Data" /s /d MOVE "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Ahead Nero\Nero - Burning Rom.lnk" "%systemdrive%\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch\" ECHO. ECHO Installing Adobe Acrobat 4.05... start /wait %systemdrive%\install\Applications\Adobe_Acrobat4.05\ar405eng.exe /s /a /s /f1"%systemdrive%\install\Applications\Adobe_Acrobat4.05\setup.iss" RD /S /Q "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Adobe Acrobat 4.0" DEL "%systemdrive%\Documents and Settings\All Users\Desktop\Acrobat Reader 4.0.lnk" ECHO. ECHO Installing AcdSee 3.1... start /wait %systemdrive%\install\Applications\AcdSee3.1\AcdSee3.1.EXE /s ECHO. ECHO Installing RegCleaner 4.3 and setting scheduled task... start %systemdrive%\install\Applications\RegCleaner4.3\RegCleaner.exe call cscript %systemdrive%\install\Applications\RegCleaner4.3\regcleaner.vbs COPY "%systemdrive%\install\Applications\RegCleaner4.3\RegCleanr.job" "%systemroot%\Tasks\" MOVE "%systemdrive%\Documents and Settings\Administrator\Desktop\RegCleaner.lnk" "%systemdrive%\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch\" ECHO. ECHO Installing Winrar 3.20... start /wait %systemdrive%\install\Applications\WinRAR3.2\wrar320.exe /silent call cscript %systemdrive%\install\Applications\WinRAR3.2\winrar.vbs COPY "%systemdrive%\install\Applications\WinRAR3.2\registr.exe" "%systemdrive%\program files\winrar\" call "%systemdrive%\install\Applications\WinRAR3.2\reg.cmd" call cscript %systemdrive%\install\Applications\WinRAR3.2\enter.vbs ECHO. ECHO Installing Winamp Lite 2.91... start /wait %systemdrive%\install\Applications\Winamp2.91\winamp291.exe /S ECHO. ECHO Installing Video and Audio Codecs... start /wait %systemdrive%\install\Codecs\DivX505proCorp.exe start /wait %systemdrive%\install\Codecs\ac3filter_0_68b.exe /S start %systemdrive%\install\Codecs\xvid\XviD_Install.exe /S call cscript %systemdrive%\install\Codecs\xvid\enter.vbs start /wait rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %systemdrive%\install\Codecs\Lame3.92\LameACM.inf start /wait rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %systemdrive%\install\Codecs\mpeg4x\mpeg4fix.inf ECO. ECHO Installing Norton Internet Security 2003... ECHO Please wait... start /wait %systemdrive%\install\Applications\Symantec_Norton_Internet_Security_2003_6.0\NIS\NIS.msi /QN ECHO. ECHO Deleting Temp Installation Files and startup items... PSKill Block.exe RD "%systemdrive%\install" /s /q RD "%systemdrive%\drivers" /s /q RD "%systemdrive%\Nvidia" /s /q DEL %systemroot%\prefetch\*.* /s /q DEL "%systemroot%\Temp\*.*" /s /q DEL "%systemdrive%\Documents and Settings\Administrator\Local Settings\Temp\*.*" /s /q REGEDIT /s %systemdrive%\install\tools\startup_remove.reg ECHO. call %systemdrive%\install\defrag.cmd ECHO. ECHO Restarting the PC... psshutdown.exe -r -t 30 -f -m "Windows XP will now restart in 30 seconds" ECHO. EXIT -
ATTRIB -S +H "%systemdrive%\Documents and Settings\Administrator\Favorites\Links" /s /d path not found MOVE "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Ahead Nero\Nero - Burning Rom.lnk" "%systemdrive%\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch\" can't find the file MOVE "%systemdrive%\Documents and Settings\Administrator\Desktop\RegCleaner.lnk" "%systemdrive%\Documents and Settings\Administrator\Application Data\Microsoft\Internet Explorer\Quick Launch\" can't find the file strangly when i do it manually from virtual pc after the installation completes it works i also use seperate batch file to defrag c drive but ut doesn't work either CLS @echo off COLOR 0a TITLE First Time Boot and System Drive Defragmation ECHO. Diskeeper C /b EXIT