Jump to content

Bâshrat the Sneaky

Member
  • Posts

    5,580
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Posts posted by Bâshrat the Sneaky

  1. OK, eventually I have to admit it's better to leave IE there... I'm getting trouble upgrading diskeeper... (which is probably only one of many...)

    ==> IE should NOT be removed

    I've heard you'd get trouble viewing clips online if you don't have WMP installed

    ==> WMP should NOT be removed

    No one says you could get trouble by removing OE.

    ==> OE can SAFELY be removed

    if you don't agree with above, reply why

    thank you all for figuring this out!

  2. EDIT: which means I also won't have to install the hotfixes for those programs !!! ????

    Wrong, you would still need to install hotfixes for Internet Explorer, because even if you delete the Internet Explorer directory, Windows Explorer still has its own integrated Internet Explorer browser, and there's no way to get rid of that! :)

    that's why I've put the ??? at the end...

  3. I had to be very general with the choices since there are thousands of countries. But I want you guys to be more specific and tell us where you are from. What country, maybe what city. This may win you some friends....

    I am from Santo Domingo, Dominican Republic.... Born and raised...

    Let's see who wins this poll!! lol  :rolleyes:

    Since when is that? :) Didn't know that :D I thought there were about 120-160 countries... Well... stupid me I guess :D

    I'm from Hasselt, Belgium, Europe

  4. I wrote one for adding a Language Pack to Nero:

    Set WshShell = WScript.CreateObject ("WScript.Shell")
    WshShell.Run (".\NBR6302nld.exe")
    WScript.Sleep 5000
    WshShell.SendKeys "~"
    WScript.Sleep 1000
    WshShell.SendKeys "{TAB}"
    WScript.Sleep 500
    WshShell.SendKeys "{UP}"
    WScript.Sleep 1000
    WshShell.SendKeys "~"
    WScript.Sleep 1000
    WshShell.SendKeys "~"
    WScript.Quit

  5. Somewhere in this topic someone asked how he could silent install a Nero Language Pack. The only answer (for as far I have seen) was copying certain files and edit a registry key. I've made a VBscript, which is alot easier...

    Just download your desired language pack and place this in the same directory:(you don't have to extract it, but it's possible if you'd like that)

    Set WshShell = WScript.CreateObject ("WScript.Shell")
    WshShell.Run (".\NAME_OF_YOUR_LANGUAGEPACK.EXE")
    WScript.Sleep 5000
    WshShell.SendKeys "~"
    WScript.Sleep 1000
    WshShell.SendKeys "{TAB}"
    WScript.Sleep 500
    WshShell.SendKeys "{UP}"
    WScript.Sleep 500
    WshShell.SendKeys "~"
    WScript.Sleep 500
    WshShell.SendKeys "~"
    WScript.Quit

    Save this with the filename you wish, but don't forget the vbs-extension!

    hope it's useful for someone...

×
×
  • Create New...