CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10
  1. #1
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,867

    Whose PC is it anyway?

    This morning I booted up my PC (Windows XP) to find a messagebox on my desktop, telling me that a newer version of Flash is available.

    There are two things I don't want on my PC - one is Flash; the other is anything made by Norton. I've lost count of the number of times I've uninstalled Flash from my system - but each time I uninstall it I can guarantee that within days (sometimes within minutes) it will silently and sneakily re-install itself.

    It infuriates me that there's a company out there which thinks it has a god given right to install its products onto my PC - no matter how many times I say that I don't want them.

    Back when Flash was owned by Macromedia, someone advised me to add a line to my "hosts" file which had the effect of stopping anything being downloaded from Macromedia's web site. However, since Flash was take over by Adobe, this no longer seems to work.

    As far as I'm concerned, Flash is nothing more than a virus. I don't care how many people think it's the bees knees. I just don't want it - period. Does anyone know of a way to stop this dam* software from persistently installing itself without my knowledge or consent.
    "A problem well stated is a problem half solved.” - Charles F. Kettering

  2. #2
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Whose PC is it anyway?

    If anything can be installed on your machine without explicit permission from you, then it means exactly one thing... YOU do not have your properly secured.

    Proper security has been viable since XP SP2 - or you could upgrade to a current OS such as Vista (remember XP was scheduled to go out of support last year, but microsoft extended it). Windows 7 goes even further on providing security.

    Forget about the "legitimate" peices of software that like to install themselve, if Flash can do it, then so can any type of malware. It would not be suprising to find that every piece of information on your machine has been uploaded to the internet.
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  3. #3
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,867

    Re: Whose PC is it anyway?

    I am running SP2 with Windows Firewall enabled and my broadband router also supposedly has a built-in firewall which is also enabled. Clearly they aren't much good if executable programs can install themselves without my permission.
    "A problem well stated is a problem half solved.” - Charles F. Kettering

  4. #4
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Whose PC is it anyway?

    Quote Originally Posted by John E View Post
    I am running SP2 with Windows Firewall enabled and my broadband router also supposedly has a built-in firewall which is also enabled. Clearly they aren't much good if executable programs can install themselves without my permission.
    That shows a very bassic lack of understanding about security, and even what a firewall is.

    A firewall looks at who ORIGINATES a connection and what the TARGET is. If neither is blocked it allows the connection. Once the connection is established it cares little (SSPI wil do a bit) WHAT is transfered, and it cares nothing at all about what is done with the information.


    When you go to a site (e.g. in the browser), YOU have ESTABLISHED the connection, and the server is responding. Firewalls do NOT care (again
    neglecting SSPI) about RESPONSES.

    So neither of your firewalls have ANYTHING to do with the scenario we are discussin.
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  5. #5
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,867

    Re: Whose PC is it anyway?

    So where can I find out how to block this s/ware from installing itself?
    "A problem well stated is a problem half solved.” - Charles F. Kettering

  6. #6
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Whose PC is it anyway?

    Quote Originally Posted by John E View Post
    So where can I find out how to block this s/ware from installing itself?
    For starter, do NOT use an admisistrator account. ONLY use a "Limited USer" account for you regular day to day tasks.

    Then start ACL'ing down all of the directories to only allow exactly what you need them to be.
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  7. #7
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,867

    Re: Whose PC is it anyway?

    I discovered that one of my Internet Security options ("Download signed ActiveX controls") had gotten set back to "enable" instead of "prompt". Resetting it seems to have fixed the problem for the time being.
    "A problem well stated is a problem half solved.” - Charles F. Kettering

  8. #8
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: Whose PC is it anyway?

    Many sites use Flash to bring forth content... CodeGuru included, for most of the adverts shown on the forum and site...

    Flash is a reputable signed ActiveX control, and the settings on your system allowed it to autoinstall ... This had nothing to do with Adobe forcing you to use there program but rather the sites that you visit requiring the use of it to present there content to you..

    Gremmy....
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  9. #9
    John E is offline Elite Member Power Poster
    Join Date
    Apr 2001
    Location
    Manchester, England
    Posts
    4,867

    Re: Whose PC is it anyway?

    Maybe I'm just unlucky but under Windows XP, Internet Explorer has always suffered from intermittent lockups (around 1-2 per day, on my system) whenever I have Flash enabled. Having said that, I do have Flash enabled on a separate (Win2K) partition, which is useful for those rare occasions when I actually need it.

    Without Flash I can still see the adverts - they just aren't animated.
    "A problem well stated is a problem half solved.” - Charles F. Kettering

  10. #10
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Whose PC is it anyway?

    Virtual PC. For when all your PC belong in a SANDBOX, and ARE
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

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

Featured