Results 1 to 8 of 8

Thread: Blocking Limewire

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    At my computer
    Posts
    187

    Blocking Limewire

    I'm in charge of a computer that is used for projecting the songs for worship services. We're moving towards a passworded system, but right now it needs to be open because sometimes people use it for authentic uses during the week when someone with the password can't be there.

    Someone keeps installing Limewire on the computer. This is a processor/network hog which brings a happy collection of spyware with it. This degrades the proformance of the computer. Besides, the software has no business being on a church worship projection computer.

    So, aside from passwording, what is a way that I can keep Limewire off of the computer? Spyware scans and uninstalling it every week are taking up a lot of my time. I have used the hosts file to block Limewire's website, but now they are bringing it in on CD. I thought of writing a simple program to close the Limewire setup program if it tries to run, but I can't help but think there is a better way.

    Any ideas?
    - Visual Basic 6.0
    - Windows XP Home

  2. #2
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Blocking Limewire

    Originally posted by Allen Schoessler
    I'm in charge of a computer that is used for projecting the songs for worship services. We're moving towards a passworded system, but right now it needs to be open because sometimes people use it for authentic uses during the week when someone with the password can't be there.

    Someone keeps installing Limewire on the computer. This is a processor/network hog which brings a happy collection of spyware with it. This degrades the proformance of the computer. Besides, the software has no business being on a church worship projection computer.

    So, aside from passwording, what is a way that I can keep Limewire off of the computer? Spyware scans and uninstalling it every week are taking up a lot of my time. I have used the hosts file to block Limewire's website, but now they are bringing it in on CD. I thought of writing a simple program to close the Limewire setup program if it tries to run, but I can't help but think there is a better way.

    Any ideas?
    If you are using Windows 2000 or XP create a new user and make it a restricted user. Then password protect the master account (probably an administrator account) and set the new user as the default logon user.

    When whoever it is, who is installing Limeware, attempts to install, it, it will most probably fail miserably and even if he is smart enough to install it in the root profile directory, the damage it can cause would be limited.

    Another advantage to this, is the user can only screw up the profile not the computer. So if they do install spyware and adware and make a complete mess of it, just delete the profile directory and Windows will simply create a new one next time the user logs on. You could also keep a copy of the clean profile directory on a CD, and when ever you need to, just delete the current one and replace it with the old one (this will enable you to keep the initial configuration too).
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    At my computer
    Posts
    187
    That would work, except that the software that controls the projector (on/off/input funcions) gives errors and won't run under a limited account...
    - Visual Basic 6.0
    - Windows XP Home

  4. #4
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    This is often due to the fac that the restricted user does not have write permissions to the directory containing the application. If you look for your projector app in the Program Files directory, you should be able to change its permissions.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    At my computer
    Posts
    187
    That would make sense... It's installed under Program Files, which I believe is locked by default. I'll try that...
    - Visual Basic 6.0
    - Windows XP Home

  6. #6
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    Devices (like projectors) also have permissions and sometimes you may need to modify the permissions of the programs registry key under HKLM\ProgramName\
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  7. #7
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    You could also right-click on the icon, and select RUN AS and enter the administrator's account. You may have to install the app again under the restricted user account if you want to get to the bottom of the issue.

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    At my computer
    Posts
    187
    I like the Run As idea... I'll try that out and the other this weekend!

    Thanks guys,

    - Allen
    - Visual Basic 6.0
    - Windows XP Home

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width