Jump to content

kenneth11zz

Member
  • Posts

    108
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by kenneth11zz

  1. Hi,

    I search all over the web and this forum but still haven't find a solution to this problem. After I upgraded from IE6 to IE7 on Windows XP SP2, when I browse a shared drive on the network (LAN) the first time, it pause or hangs for at least 20 seconds before Windows Explorer responses. After that I can browse the shared drive with no delay. I can reproduce this on all three home computers that I have. If I uninstalled IE7 and revert back to IE6, I don't experience this anymore.

    I even tried doing a new install of Windows XP SP2. It didn't help.

    Anyone experience this when you upgrade to IE7? How to resolve this?

    -Kenneth

  2. Ok, i've found WPI. It's a great and huge program. Same objective as my launcher, it's true.

    I keep mine for my personal use because it is very ligther than WPI. I think my launcher is more simple to configure, but less powerfull.

    I love yours more than others because of its simplicity and light. Please continue updating this aswsome tool. :thumbup:whistle::w00t: B) I found the others a bit more bloat and difficult to configure. That's why I need use them.

    Kenneth

  3. Hi,

    I finally decided to upgrade to Windows XP SP2 and transfer all my unatended scripts from SP1 to SP2. Everything works smoothly except the RunOnceEx.cmd. Its works fine in SP1.

    I even tried to run RunOnceEx.cmd on a SP2 machine, I get an error message "Error: Invalid Parameter". Has this being change in SP2? Any helps is really appreciated.

    Here is a copy of the RunOnceEx.cmd

    cmdow @ /HID
    @Echo Off

    SET PP=%systemdrive%\Install\Programs\

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Programs" /f



    REM ------------------------------------------------------------------
    REM InstallING WINDOW COMPONENTS

    REG ADD %KEY%\110 /VE /D ".NET Framework v1.1 SP1" /f
    REG ADD %KEY%\110 /V 1 /D "%systemdrive%\Install\Programs\netfx11sp1.exe" /f

    REG ADD %KEY%\120 /VE /D "Notepad2" /f
    REG ADD %KEY%\120 /V 1 /D "xcopy /y "%systemdrive%\Install\Programs\Notepad.exe" "%systemroot%" /f
    REG ADD %KEY%\120 /V 2 /D "xcopy /y "%systemdrive%\Install\Programs\Notepad.exe" "%systemroot%\system32" /f
    REG ADD %KEY%\120 /V 3 /D "REGEDIT /S %systemdrive%\Install\Programs\Notepad.reg" /f

    REG ADD %KEY%\125 /VE /D "Windows Media Player 10" /f
    REG ADD %KEY%\125 /V 1 /D "%systemdrive%\Install\Programs\MP10.cmd" /f
    REG ADD %KEY%\125 /V 2 /D "%systemdrive%\Install\Programs\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N\"" /f
    REG ADD %KEY%\125 /V 3 /D "REGEDIT /S %systemdrive%\Install\Programs\MP10Setup.reg" /f

    REM REG ADD %KEY%\140 /VE /D "Windows SP1 Hotfixes 2005.02" /f
    REM REG ADD %KEY%\140 /V 1 /D "%systemdrive%\Install\Scripts\Hotfixes_SP2.cmd" /f


    REM ------------------------------------------------------------------
    REM APPLICATIONS


    REG ADD %KEY%\310 /VE /D "Acrobat Reader 7.03" /f
    REG ADD %KEY%\310 /V 1 /D "%systemdrive%\Install\Programs\acroread703.exe" /f
    REG ADD %KEY%\310 /V 2 /D "REGEDIT /S %systemdrive%\Install\Programs\Acrobat_Reader_7.0.reg" /f

    REM ------------------------------------------------------------------
    REM IMPORTING REGISTRY TWEAKS

    REG ADD %KEY%\800 /VE /D "Importing Registry Tweaks" /f
    REG ADD %KEY%\800 /V 1 /D "REGEDIT /S %systemdrive%\Install\Scripts\T12.Tweaks_XP_SP2.reg" /f

    REM Disable search in zip files
    REM Disable show zip files as folders in Windows Explorer
    REG ADD %KEY%\810 /VE /D "Disable Zip Search and Display Feature" /f
    REG ADD %KEY%\810 /V 1 /D "regsvr32 /u /s %windir%\system32\zipfldr.dll" /f
    REG ADD %KEY%\810 /V 2 /D "regsvr32 /u /s %windir%\system32\cabview.dll" /f

    REM REG ADD %KEY%\820 /VE /D "Change display resolution" /f
    REM REG ADD %KEY%\820 /V 1 /D "1365VidChng.exe 1024x768x32@85 -q" /f


    REM ------------------------------------------------------------------
    REM CLEANUP AND SHUTDOWN

    REG ADD %KEY%\900 /VE /D "CLEANUP AND SHUTDOWN" /f
    REG ADD %KEY%\900 /V 1 /D "%systemdrive%\Install\scripts\cleanup.cmd" /f
    REG ADD %KEY%\900 /V 2 /D "%systemdrive%\Install\scripts\shutdown.cmd" /f

    EXIT

    HERE IS A COPY OF WINNT.SIF

    ;Save this file to the I386 folder.
    ;
    ;SetupMgrTag
    [Data]
       AutoPartition=0
       MsDosInitiated="0"
       UnattendedInstall="Yes"

    [Unattended]
       AutoActivate=No
      ;CrashDumpSetting="0"
      ;DisableDynamicUpdates=Yes
       DriverSigningPolicy="Ignore"
      ;FileSystem=LeaveAlone
      ;Hibernation=No
       NoWaitAfterTextMode=1
       NoWaitAfterGUIMode=1
    OemSigningPolicy=Ignore
    OemSkipEula=Yes
       OemFilesPath="..\$OEM$" ;Location of $OEM$ folder
       OemPreinstall=Yes  ;Checks if the cmdlines.txt file exist in the $OEM$ folder or not.
      ;OemPnPDriversPath="path1;path2;path3 ...etc."
       Repartition=No
       TargetPath=\WINDOWS
       UnattendMode=FullUnattended
       UnattendSwitch="Yes"  ;Skip the Welcome Setup Screen
       WaitForReboot="No"

    [SystemFileProtection]
       SFCQuota=0
      ;SFCDisable=2

    [GuiUnattended]
       AdminPassword=*  ;Default Adminstrator
       EncryptedAdminPassword=No;Default Adminstrator
       OEMSkipRegional=1
       TimeZone=4
       OemSkipWelcome=1
      ;AutoLogon=No
      ;AutoLogonCount=1
      ;ProfilesDir="%systemdrive%\Documents and Settings\"

    [UserData]
      ;ProductID=xxxx-xxxx-xxxx-xxxx-xxxxx
       FullName="Blue"
       OrgName="Home"
       ComputerName=BLUEE

    ;[Display]
      ;BitsPerPel=16
      ;Xresolution=1024
      ;YResolution=768
      ;Vrefresh=70

    ;[Regional Settings]
      ;LanguageGroup=15,7,8,10,1

    [Identification]
      ;JoinWorkgroup="Home"

    [Networking]
       InstallDefaultComponents=Yes

    [TapiLocation]
       CountryCode=1
       Dialing=Tone
      ;AreaCode=415
      ;LongDistanceAccess="1"

    [Branding]
       BrandIEUsingUnattended=Yes


    [URL]
      Home_Page=about:blank

    [Components]
      ;MAIN
       Fax=off
       indexsrv_system=off
       msmsgs=off
       msnexplr=off

      ;ACCESSORIES
       Clipbook=off
       templates=off
       MousePoint=off

      ;GAMES
       Freecell=off
       Hearts=off
       Minesweeper=off
       Pinball=off
       Solitaire=off
       Spider=off
       ZoneGames=off

      ;OTHERS
       AutoUpdate=off
       Chat=off
       deskpaper=off
       Dialer=off
       FP_Extensions=off
       Fp_vdir_deploy=off
       HyperTrm=off
       media_clips=off
       OEAccess=off
       rec=off

    [Shell]
       DefaultStartPanelOff=No
       DefaultThemesOff=No
      ;CustomDefaultThemeFile="%systemroot%\Resources\Themes\Win2K Classic.Theme"


    [GuiRunOnce]

  4. Hi,

    I have a thinkpad T23 for more than 3 years now. In the last 3 months, I have being experiencing random freezing when starting Windows XP every time. I tried reinstalling Windows XP couples time but I still experience the same. It also happens each time when I reinstall Windows XP. It hangs in the driver stage when reinstalling Windows XP. It works fine in safe mode. Also I tried installing windows 2000 and getting the same result.

    Therefore, I suspect that there is faulted hardware part. How does one systematically find out which hardware that is causing the freeze? What diagnosis tool to use to trace it? I would like to disable the driver for that faulted hardware. Because my warranty is over and its too expensive for service. Any help would really appreciated.

    -Kenneth

  5. Can someone take a look why my runexoncex no longer executive any of the statements even thought it is imported into the registry? Its have being working for 3 months until I added some applications to it. That's all. The source to the applications is correct.

    CLS

    @echo off

    REM Save this file to the $OEM$ folder.

    REM REG.EXE can use the %systemdrive% environment variable.

    REM Execute during the GUI-mode of Windows XP Setup at the T-12 Minute stage. After reboot and first logon, RunOnceEx will start.

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REM ------------------------------------------------------------------

    REM INSTALLING WINDOW COMPONENTS

    REG ADD %KEY%\110 /VE /D ".NET Framework v1.1 SP1" /f

    REG ADD %KEY%\110 /V 1 /D "%systemdrive%\install\Applications\netfx1.1sp1.exe" /f

    REG ADD %KEY%\115 /VE /D "DirectX 9.0C" /f

    REG ADD %KEY%\115 /V 1 /D "%systemdrive%\install\Applications\directx90c\dxsetup.exe /silent" /f

    REG ADD %KEY%\120 /VE /D "Notepad2" /f

    REG ADD %KEY%\120 /V 1 /D "xcopy /y %systemdrive%\Install\Applications\Notepad.exe %systemroot%" /f

    REG ADD %KEY%\120 /V 2 /D "xcopy /y %systemdrive%\Install\Applications\Notepad.exe %systemroot%\system32" /f

    REG ADD %KEY%\120 /V 3 /D "REGEDIT /S %systemdrive%\install\Applications\Notepad.reg" /f

    REG ADD %KEY%\125 /VE /D "Windows Media Player 10.0" /f

    REG ADD %KEY%\125 /V 1 /D "%systemdrive%\install\Applications\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f

    REG ADD %KEY%\125 /V 2 /D "%systemdrive%\install\applications\wmcsetup.exe /Q:A /R:N" /f

    REM ------------------------------------------------------------------

    REM INSTALLING APPLICATIONS

    REM Edit the registration #

    REG ADD %KEY%\300 /VE /D "Acdsee Powerpack 7.0.62" /f

    REG ADD %KEY%\300 /V 1 /D "%systemdrive%\install\Applications\ACDSee_PowerPack_v7.0.62.msi /QN USERNAME=ORIGINAL ALLUSERS=1 SLL_LICENSENUMBER=* REBOOT=REALLYSUPPRESS ADDLOCAL=ACDSee,ImageEncodingDecodingPlugIns,ACDPhotoEditor,CommandExtensionPlugIns,FotoSlate,PaneEx

    tension,ArchivePlugIns" /f

    REG ADD %KEY%\390 /VE /D "WinRAR 4.2" /f

    REG ADD %KEY%\390 /V 1 /D "%systemdrive%\install\Applications\winrar\WRAR342.exe /s /W" /f

    REG ADD %KEY%\390 /V 2 /D "REGEDIT /S %systemdrive%\install\Applications\winrar\wrar342.reg" /f

    REG ADD %KEY%\390 /V 3 /D "XCOPY /y %systemdrive%\install\Applications\winrar\*.key %ProgramFiles%\winrar\" /f

    REM ------------------------------------------------------------------

    REM INSTALLING CODECS, DRIVERS, PLUGINS

    REM Repackaged for silent install.

    REG ADD %KEY%\505 /VE /D "Adobe Reader 7.0" /f

    REG ADD %KEY%\505 /V 1 /D "%systemdrive%\install\Applications\Acrobat_Reader_7.0.exe" /f

    REG ADD %KEY%\505 /V 2 /D "REGEDIT /S "%systemdrive%\install\Applications\Acrobat_Reader_7.0.reg" /f

    REG ADD %KEY%\510 /VE /D "FlashPlayer 7.0 for Mozilla" /f

    REG ADD %KEY%\510 /V 1 /D "%systemdrive%\install\Applications\flashplayer7.0.19Moz.exe /s /v/qn" /f

    REM Install without Yahoo Toolbar

    REG ADD %KEY%\515 /VE /D "ShockWave 10.1.1.11 and Flash Player 7.0.19 for IE" /f

    REG ADD %KEY%\515 /V 1 /D "%systemdrive%\install\Applications\Shockwave_10.1.0.11_Flash_Player_7.0.19_IE.msi /qn" /f

    REM Install without mplayer classic.

    REG ADD %KEY%\520 /VE /D "QuickTime Alternative 1.39" /f

    REG ADD %KEY%\520 /V 1 /D "%systemdrive%\install\Applications\quicktimealt139.exe /VERYSILENT /COMPONENTS=qt,qt\codec,qt\directshow,qt\plugins,qt\browser" /f

    REM Install without mplayer classic.

    REG ADD %KEY%\530 /VE /D "Real Alternative 1.29" /f

    REG ADD %KEY%\530 /V 1 /D "%systemdrive%\install\Applications\realalt129.exe /VERYSILENT /COMPONENTS=real,real\codec,real\directshow,real\browser" /f

    REM Prevents the coffeecup in systray.

    REG ADD %KEY%\540 /VE /D "Sun Java JRE 1.5.0-01" /f

    REG ADD %KEY%\540 /V 1 /D "%systemdrive%\install\Applications\JRE5.0.01.msi /qn REBOOT=ReallySuppress SYSTRAY=0 WEBSTARTICON=0 ADDLOCAL=jrecore IEXPLORER=1 MOZILLA=1 JAVAUPDATE=0" /f

    REG ADD %KEY%\540 /V 2 /D "%systemdrive%\install\Applications\JRE.cmd" /f

    REM ------------------------------------------------------------------

    REM IMPORTING REGISTRY TWEAKS

    REG ADD %KEY%\800 /VE /D "Importing Registry Tweaks" /f

    REG ADD %KEY%\800 /V 1 /D "REGEDIT /S %systemdrive%\install\scripts\RegTweaks_SP1_HKLM.reg" /f

    REM Disable search in zip files

    REM Disable show zip files as folders in Windows Explorer

    REG ADD %KEY%\810 /VE /D "Disable Zip Search and Display Feature" /f

    REG ADD %KEY%\810 /V 1 /D "regsvr32 /u /s %windir%\system32\zipfldr.dll" /f

    REG ADD %KEY%\810 /V 2 /D "regsvr32 /u /s %windir%\system32\cabview.dll" /f

    REM REG ADD %KEY%\820 /VE /D "Change display resolution" /f

    REM REG ADD %KEY%\820 /V 1 /D "1365VidChng.exe 1024x768x32@85 -q" /f

    REM ------------------------------------------------------------------

    REM CLEANUP AND SHUTDOWN

    REG ADD %KEY%\900 /VE /D "CLEANUP AND SHUTDOWN" /f

    REG ADD %KEY%\900 /V 1 /D "%systemdrive%\install\scripts\cleanup.cmd" /f

    EXIT

  6. Hi,

    Anyone know if there are switches for not installing the video and archive plugins? Below is the silent swithes that installs the full version.

    REG ADD %KEY%\300 /VE /D "Acdsee Powerpack 7.0.62" /f
    REG ADD %KEY%\300 /V 1 /D "%systemdrive%\install\Applications\ACDSee_PowerPack_v7.0.62.msi /QN USERNAME=ORIGINAL ALLUSERS=1 INSTALL=FULL SLL_LICENSENUMBER=* REBOOT=REALLYSUPPRESS" /f

    -Kenneth

  7. Afterdawn, thanks for sharing the script. Here is another one that I found. Not sure if there is any advantages, comparing yours.

    ECHO Installing Hotfixes Type 1

    CD "%systemdrive%\install\hotfixes\hotfixes1"

    for %%i in (*.exe) do start /wait %%i /z /n /o /q

    ECHO.

    ECHO Installing Hotfixes Type 2

    CD "%systemdrive%\install\hotfixes\hotfixes2"

    for %%i in (*.exe) do start /wait %%i /Q:A /R:N

    ECHO.

    ECHO Installing Hotfixes Type 3

    CD "%systemdrive%\install\hotfixes\Hotfixes3"

    for %%i in (*.exe) do start /wait %%i /passive /norestart /quiet

    ECHO.

    ECHO Installing Other Hotfixes, Patches and Extras

    CD "%systemdrive%\install\hotfixes\Hotfixes"

    start /wait "" "Windows-KB890830-ENU.exe /q"

    ECHO.

    START /wait "" "%systemdrive%\install\hotfixes\qchain.exe"

    EXIT

  8. Can someone verify if this are the correct switches? How do you use the /integrate to slipstream to an unattended cd?

    Type 1 Hotfixes: /N /O /Q /Z

    -u Unattended mode

    -f Force other programs to close when the computer shuts down

    -n Do not back up files for uninstall

    -o Overwrite OEM files without prompting

    -z Do not restart when installation is complate

    -q Quiet mode (no user interation)

    -l List installed Windows hotfixes

    Type 2 Hotfixes: /Q:A /R:N

    /Q Quiet modes for package

    /T:<full path> Specifies temporary working folder

    /C Extract files only to the folder when used also with /T

    /C:<cmd> Override install command defined by author

    Type 3 Hotfixes: /passive /norestart /quiet

    /quiet Quiet mode (no user interaction or display)

    /passive Unattended mode (progress bar only)

    /uinstall Uninstall the package

    /norestart Do not restart when installation is complate

    /forcestart Restart after installation

    /l Lists installed Windows hotfixes or update packages

    /o Overwrite OEM files without prompting

    /n Do not backup files needed for uninstall

    /f Force other programs to close when computer shuts down

    Type 4 Hotfixes: /integrate

    or

    Type 4 Hotfixes: /passive /norestart /quiet

    /quiet Quiet mode (no user interaction or display)

    /passive Unattended mode (progress bar only)

    /uinstall Uninstall the package

    /norestart Do not restart when installation is complate

    /forcestart Restart after installation

    /l Lists installed Windows hotfixes or update packages

    /o Overwrite OEM files without prompting

    /n Do not backup files needed for uninstall

    /f Force other programs to close when computer shuts down

    /integrate:<fullpath> Integrate this sofwtare update into (fullpath)

  9. Anyone notice that this registry setting doesn't work?

    ;Disable Windows Picture and Fax Viewer

    [-HKEY_CLASSES_ROOT\SystemFileAssociations\image\ShellEx\ContextMenuHandlers\ShellImagePreview]

    The Windows Picture and Fax Viewer still pops up when I click on a picture to view it.

    Also for this registry setting:

    ;Alphabetically sort Start Menu

    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu]

    [-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2]

    The item's in the Start Menu is only alaphetically sorted after Windows is formatted. As I install more applications, the Start Menu no longer sorts it automatically anymore. What gives?

    Alphabetically sort Start Menu, you need to apply it each time you install or modify any items in the Start Menu. That means, whenever you see menu items is out of oder you need to re-apply the tweak. Therefore, its best to create a batch file called tweak.bat and tweak file called tweak.reg and put it in the Startup floder.

    -Kenneth

×
×
  • Create New...