Jump to content

spidercop

Member
  • Posts

    51
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

About spidercop

Contact Methods

  • Website URL
    http://

Profile Information

  • OS
    Windows 10 x64

spidercop's Achievements

0

Reputation

  1. use this uninstaller after al instals or make one make txt file past in en rename tho .vbs 'This file silently uninstalls the Google and Yahoo! Toolbars. 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=i+1 a=WshShell.RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Yahoo! Companion\UninstallString") If a<>"" Then WshShell.Run(""""&a&""" /S"),1,True:i=i+1 WshShell=Nothing:Wscript.Quit(i)
×
×
  • Create New...