/build/static/layout/Breadcrumb_cap_w.png

Google Toolbar for Internet Explorer

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 3.3k  |  Created: 01/24/2007

Average Rating: 0
Toolbar for Internet Explorer has 2 inventory records, 3 Questions, 0 Blogs and 8 links. Please help add to this by sharing more!

Deployment Tips (2)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
1
Note
vbs script:
copy all from below here into a *.vbs files:

' (c) 2006 Plamdi.com. This file silently uninstalls the Google Toolbar.
Option Explicit:On Error Resume Next
Dim WshShell,a,i:i=0:Set WshShell=WScript.CreateObject("WScript.Shell")
a=WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2318C2B1-4965-11d4-9B18-009027A5CD4F}\UninstallString")
If a<>"" Then WshShell.Run(a&" /S"),1,True:i=1
WshShell=Nothing:Wscript.Quit(i)
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Command Line
'This file silently uninstalls the Google, Yahoo!, Ask, and AOL Toolbars. This also removes Weather Channel Desktop.

'Option Explicit
Set Shell=WScript.CreateObject("Shell.Application")
Shell.MinimizeAll
On Error Resume Next
Dim WshShell,a,i
i=0
Set WshShell=WScript.CreateObject("WScript.Shell")
Set Shell=WScript.CreateObject("Shell.Application")
'Begin Script
'This Removes the Google ToolBar
a=WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{2318C2B1-4965-11d4-9B18-009027A5CD4F}\UninstallString")
If a<>"" Then
WshShell.Run(a&" /S"),1,True
i=i+1
end if
'This Removes the Yahoo Toolbar
a=WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Yahoo! Companion\UninstallString")
If a<>"" Then
WshShell.Run(""""&a&""" /S"),1,True
i=i+1
end if
'This Removes the bundled Ask ToolBar
a=WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AskPBar Uninstall\UninstallString")
If a<>"" Then
WshShell.Run(a),1,False
i=i+1
Wscript.sleep 3000 'pause for 3 seconds
WshShell.SendKeys "{TAB}"
WshShell.SendKeys "%Y"
Wscript.sleep 1000
WshShell.SendKeys "{ENTER}"
end if
'This Removes the Weather Channel Desktop
a=WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\The Weather Channel Desktop\uninstallstring")
If a<>"" Then
WshShell.Run(""""&a&""" /S"),1,False
i=i+1
Wscript.sleep 5000 'pause for 5 seconds
WshShell.SendKeys "{DOWN}"
WshShell.SendKeys "{DOWN}"
WshShell.SendKeys "{DOWN}"
WshShell.SendKeys "{ENTER}"
Wscript.sleep 2000
WshShell.AppActivate "Parature Header - Microsoft Internet Explorer"
WshShell.SendKeys "%F"
WshShell.SendKeys "C"
end if
'This Removes the AOL Toolbar
a=WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AOL Toolbar\Uninstallstring")
If a<>"" Then
WshShell.Run(a&" /S"),1,True
i=i+1
end if
'This removes the Ask Toolbar
a=WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ask Toolbar for Internet Explorer_is1\uninstallString")
If a<>"" Then
WshShell.Run(a&" /SILENT"),1,True
i=i+1
end if
Wscript.sleep 15000
'This Ends the Script
WshShell=Nothing:Wscript.Quit(i)
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (2)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Toolbar for Internet Explorer

Version

4.0.0.002

Uninstall String

MsiExec.exe /I{DBEA1034-5882-4A88-8033-81C4EF0CFA29} MsiExec.exe /X{DBEA1034-5882-4A88-8033-81C4EF0CFA29}

Questions & Answers (3)

Questions & Answers related to Google Toolbar for Internet Explorer

2
ANSWERS
6
ANSWERS
39
ANSWERED

Blogs (0)

Blog posts related to Google Toolbar for Internet Explorer

Reviews (0)

Reviews related to Google Toolbar for Internet Explorer

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ