I want to hide:
KB940157: Windows Search 4.0
From MU.
A time ago I read how to do it, but I dont know it anymore + I cant find the topic anymore.
So could anyone tell me. :p
Thanks in advance!

Code: Select all
; Prevents the prompt to install Windows Search 4 when typing in the address bar.
HKCU,"Software\Microsoft\Internet Explorer\Main\WindowsSearch","ShowPrompt",0x10001,0
5eraph wrote:For Windows Desktop Search specifically, HJW found a solution. For other updates, beats has posted a more general solution.
Code: Select all
[dosnet_files]
d1,brows.exe
[txtsetup_files]
brows.exe = 100,,,,,,,20,0,0,browserchoice.exe
Code: Select all
;KB976002
HKLM,"%SP4UPDATES%\KB976002-v5","Description",0x0,"%HOTFIX% (KB976002-v5)"
HKLM,"%SP4UPDATES%\KB976002-v5","InstalledDate",0x0,"%VERSION%"
HKLM,"%SP4UPDATES%\KB976002-v5","InstalledBy",0x0,"%NAME%"
HKLM,"%SP4UPDATES%\KB976002-v5","Type",0x0,"Update"
HKLM,"%SP4UPDATES%\KB976002-v5\Filelist",,0x10
HKLM,"%SP4UPDATES%\KB976002-v5\Filelist\0","FileName",0x0,"browserchoice.exe"
HKLM,"%SP4UPDATES%\KB976002-v5\Filelist\0","Version",0x0,"6.1.7600.16526"
HKLM,"%SP4UPDATES%\KB976002-v5\Filelist\0","BuildDate",0x0,"Thu Feb 11 04:41:35 2010"
HKLM,"%SP4UPDATES%\KB976002-v5\Filelist\0","BuildCheckSum",0x0,"4df82"
HKLM,"%SP4UPDATES%\KB976002-v5\Filelist\0","Location",0x0,"%11%"
HKLM,"%HFREGPATH%\KB976002-v5","Installed",0x10001,01,00,00,00
HKLM,"%HFREGPATH%\KB976002-v5","Comments",0x0,"%HOTFIX% (KB976002-v5)"
HKLM,"%HFREGPATH%\KB976002-v5","Backup Dir",0x0
HKLM,"%HFREGPATH%\KB976002-v5","Fix Description",0x0,"%HOTFIX% (KB976002-v5)"
HKLM,"%HFREGPATH%\KB976002-v5","Installed By",0x0
HKLM,"%HFREGPATH%\KB976002-v5","Installed On",0x0
HKLM,"%HFREGPATH%\KB976002-v5","Service Pack",0x10001,04,00,00,00
HKLM,"%HFREGPATH%\KB976002-v5","Valid",0x10001,01,00,00,00
HKLM,"%HFREGPATH%\KB976002-v5\File 1","Flags",0x0
HKLM,"%HFREGPATH%\KB976002-v5\File 1","New File",0x0
HKLM,"%HFREGPATH%\KB976002-v5\File 1","New Link Date",0x0
HKLM,"%HFREGPATH%\KB976002-v5\File 1","Old Link Date",0x0
HKLM,"%HFREGPATH%\KB976002-v5","Installed",0x10001,1
Code: Select all
brows.exe = 100,,,,,,,[color=white]20[/color],0,0,browserchoice.exe
Code: Select all
brows.exe = 100,,,,,,,[color=white]2[/color],0,0,browserchoice.exe
Raoul90 wrote:Any ideas on the follownig two updates:
KB976002 (browerschoice)
KB979569 (.NET2)
The first once popups even if firefox is installed.
The last one is allready installed on the systems, but just keeps popping up.
5eraph wrote:Try changing...
...to...Code: Select all
brows.exe = 100,,,,,,,[color=white]20[/color],0,0,browserchoice.exe
Code: Select all
brows.exe = 100,,,,,,,[color=white]2[/color],0,0,browserchoice.exe