Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. k3y3n1n

    Laptop turns on-- but doesnt

    can you get it to display on external monitor? dcataldo
  2. k3y3n1n

    building new pc (issues)

    If you know that memory is good and that CPU is in secure try looking at your cables that connector the power button from the tower to MB you might have them in wrong pins.. dcataldo
  3. k3y3n1n

    Laptop turns on-- but doesnt

    When plugging your laptop into an external monitor try holding down the FN(function key) and hitting one of keys to toggle to external monitor. Also when you turn on your laptop if you hold it at an angle you should see some type of image. If so that means your backlight blow out. If you...
  4. k3y3n1n

    mics and teamspeak

    Hey max did you try shutting off hot mic (open mic) and use push to talk and see if that works. Also try looking at your options to make sure that TS is looking for your mic and not something else.
  5. k3y3n1n

    mics and teamspeak

    There’s an option in TS to use push to talk or open mic. I forgot where it is exactly(been so long) but just go through the tabs and you will see the option. FYI ventrilo is better, has better quality and its cheaper in my option.
  6. k3y3n1n

    Uninstalling software Forcefully and Silently

    C:\WINDOWS\IsUnInstAct.exe -f"C:\Program Files\ACT\Uninst6.isu" -c"C:\Program Files\ACT\UNINSTAL.DLL" -a -x
  7. k3y3n1n

    Uninstalling software Forcefully and Silently

    Ok guys after trying so hard with my vbs and sendkeys the ans was in front of my face the whole time. I found it by mistake but hey I don’t care it works lol. Here the line to uninstall it silently forcefully and delete all files.. I thank everyone for their help and participation.
  8. k3y3n1n

    Uninstalling software Forcefully and Silently

    Markdmac were would I throw that command after each send key command for example: Set oShell = CreateObject("Wscript.Shell") oShell.AppActivate ("Confirm File Deletion") oShell.SendKeys "{ENTER}", True <-------(and is this Right) WSCRIPT.SLEEP 1000<-(I would change this to oshell.sleep 1000)...
  9. k3y3n1n

    Uninstalling software Forcefully and Silently

    Ok so I tried a different approach since I am having a hard time finding the right switches to run it silently and forcefully I am trying to use Send Keys in my vbs but for some reason they work and sometimes they don’t work i don’t know here is my updated code some please help...
  10. k3y3n1n

    Uninstalling software Forcefully and Silently

    Thats the first thing I did and no help menu came up it just ran the exe.
  11. k3y3n1n

    Uninstalling software Forcefully and Silently

    Thank you for your help
  12. k3y3n1n

    Uninstalling software Forcefully and Silently

    See I want to push this out through group policy as a log on script so I really don’t want the users seeing it getting uninstalled. When I go to the uninstall file this is target: "C:\WINDOWS\IsUnInstAct.exe -f"C:\Program Files\ACT\Uninst6.isu" -c"C:\Program Files\ACT\UNINSTAL.DLL" I don’t...
  13. k3y3n1n

    Uninstalling software Forcefully and Silently

    I made vbs to uninstall act v6 from my computer. The vbs works but I have to click next and Yes to all. I need help on making it by pass that and automatically uninstall everything with out prompting me. --------------------------------------------------------- Set WshShell = Nothing Set...
  14. k3y3n1n

    Uninstalling software Forcefully and Silently

    Yes I notice after I posted it, that it was for Visual basic form not vb scripting so sorry about that. So would you know any other sites that can help me on this? Also I really appreciate you commenting on my question and the unattended site is a nice reference. Thank you
  15. k3y3n1n

    Uninstalling software Forcefully and Silently

    I made vbs to uninstall act v6 from my computer. The vbs works but I have to click next and Yes to all. I need help on making it by pass that and automatically uninstall everything with out prompting me. --------------------------------------------------------- Set WshShell = Nothing Set...

Part and Inventory Search

Back
Top