
kenneth11zz
Content Type
Profiles
Forums
Events
Posts posted by kenneth11zz
-
-
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
-
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.
B) I found the others a bit more bloat and difficult to configure. That's why I need use them.
Kenneth
-
There're quite a few SendTo entries installed by default under HKCR/HKCU/HKLM; also other apps e.g. Office will add its own Sendto.DLL.
Search in the registry and you'll see.
There must be an easier and alternative method where you simply remove the "Send To" command from the context menu without deleting each applicatin's "send to".
-Kenneth
-
Hi,
What's the registry key to remove or hide the "Send To" command from the context menu? Every time when I scroll through the context menu, it slows down my system when it highlight it.
-Kenneth
-
Thanks Cyberloner for your confirmation. I tested in the Windows XP SP2 English and works fine.
-Kenneth
-
Hi,
Is the patched SFC_OS.DL_ for Windows XP, Windows XP SP1 or Windows SP2?
-Kenneth
-
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
EXITHERE 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] -
Regmon. This show the read/writes in realtime.
Thanks alot, Mhz. Just what I needed.
-Kenneth
-
Hi,
A few months back, I saw someone mention there is a registry editor that shows the changes in the registry in real time. Meaning, it shows which registry is change without doing a manual comparision of the registry to find out the changes. I did a search and couldn't find it anymore. Anyone happen to know one that meets this requirement?
-Kenneth
-
@erik,
That makes lots of sense. In that case, I'll install all my hotfixes during T-12 except for the WMP hotfix that will install after wmp10 is installed.
-Kenneth
-
So can someone tell me if there is any difference if I'm installing the hotfixes from the cmdlinel.txt during T12 or the runonceex.cmd when first log into Windows XP?
-Kenneth
-
if your using xp sp2 hotfixes, slipstream them using integrate will save time & confusion
Yeah I would love to upgrade to the SP2 but I still have some older programs that wouldn't with SP2. So I have to stick to SP1 for now.
-Kenneth
-
Hi,
Are there any advantages of installing the hotfixes from the cmdline.txt or runoncex.cmd?
-Kenneth
-
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
-
too loong to be read at all... check the "" <--
that is maybe the primary cause of troubles with runonceex
I didn't find any missing "". Even if that's the case, it should at least executes the rest. In my case, it didn't execute or install any of the applications.
-Kenneth
-
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
-
I'm going to test it out next week. Thank you so much for contributing back to the msfn community.
-Kenneth
-
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
-
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 1CD "%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
-
Thank you Cartoonite for the script. This definitely will make my life much easier. I used nLite to do the integration but notice for some reason it only integrated 8 out of the 14. That was the reason that I posted this topic.
My next dolist is to learn how to integrate the drivers. Do you happen to know some threads? I did a quick search and didn't find it much.
-Kenneth
-
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)
-
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
-
just make the folder structure as shown in the batch above, on the root of the CD
place the patches of the appropriate type in the correct folder
call the batch from runonceex
Thanks. Does this method accepts long filename? Or do i have to rename each hotfixes to the 8 DOS character limitation?
-Kenneth
-
Great !!!
Qchain.exe is outdated since windows xp sp1 say Microsoft.
Would someone be kind enough to explain me the procedure of installing hotfixes for Windows XP SP1? For example, where do you place the hotfixes? What files do I need to modify? etc... I have reading various methods and not sure which is one the proper one. Any help would greatly appreciated.
-Kenneth
Help: Slow network browsing on LAN after installing IE7
in Windows XP
Posted
I reinstall without the phishing filter as you suggested but still experiencing the same problem. I thought the phishing filter apply when you do web browsing.
This is very frustrating. It seem I'm the only one who experience this.
Kenneth