Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: A program that disconnects you from the internet.  (Read 7093 times)

0 Members and 1 Guest are viewing this topic.

squall_01



    Prodigy

    Thanked: 80
    Re: A program that disconnects you from the internet.
    « Reply #15 on: June 17, 2009, 06:21:55 PM »
    cause then we become liable an start getting more of these kinds of question.  Admin gets fined and banned an such of that.  Also, its just me personally for the time as well.
    Windows 7 RC Tester.  Working on it.  Your monitor says etchasketch on the side!

    If I fall who is there to pick me up now.  I stand alone but I stand as the gaurdian for whom I wish to protect.  The sound of my blade utters my name as you fall.  For I shall not move.  For those that forsake the very people are wosres

    2x3i5x



      Expert
    • Thanked: 134
    • Computer: Specs
    • Experience: Familiar
    • OS: Windows 10
    Re: A program that disconnects you from the internet.
    « Reply #16 on: June 17, 2009, 06:28:19 PM »
    well, just take it easy and I think it won't be like that. I don't think anybody wants things to go south like that.  :)

    Aegis



      Expert

      Thanked: 67
      • Yes
      • Yes
      • Brian's Mess Of A Web Page
    • Experience: Experienced
    • OS: Windows 10
    Re: A program that disconnects you from the internet.
    « Reply #17 on: June 17, 2009, 08:32:49 PM »
    No, and I don't see how disconnecting a dialup connection is harmful.


    "For you, a thousand times over." - "The Kite Runner"

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: A program that disconnects you from the internet.
    « Reply #18 on: June 17, 2009, 09:11:10 PM »
    ipconfig /release in a batch file.
    I was trying to dereference Null Pointers before it was cool.

    shrshr429

      Topic Starter


      Beginner

      Re: A program that disconnects you from the internet.
      « Reply #19 on: June 17, 2009, 10:01:30 PM »
      Thank you BC thats all i need to know, everyone is making this into a big argument.

      2x3i5x



        Expert
      • Thanked: 134
      • Computer: Specs
      • Experience: Familiar
      • OS: Windows 10
      Re: A program that disconnects you from the internet.
      « Reply #20 on: June 17, 2009, 11:23:46 PM »
      were just giving ideas which are all fine, if you wanted to use it but all the other guys were just flaming on it for no apparent reason.

      squall_01



        Prodigy

        Thanked: 80
        Re: A program that disconnects you from the internet.
        « Reply #21 on: June 18, 2009, 05:22:44 AM »
        read the topic of it a few times, what is the purpose of a hacker to gain control an cause as much trouble for the user.  I was thinking this more on the line of a keylogger and such.
        Windows 7 RC Tester.  Working on it.  Your monitor says etchasketch on the side!

        If I fall who is there to pick me up now.  I stand alone but I stand as the gaurdian for whom I wish to protect.  The sound of my blade utters my name as you fall.  For I shall not move.  For those that forsake the very people are wosres

        Aegis



          Expert

          Thanked: 67
          • Yes
          • Yes
          • Brian's Mess Of A Web Page
        • Experience: Experienced
        • OS: Windows 10
        Re: A program that disconnects you from the internet.
        « Reply #22 on: June 18, 2009, 05:28:21 AM »
        A person can't maintain control of another's computer if it's disconnected from the Internet.  Trouble?  That's possible, I suppose...it didn't seem likely in this case.


        "For you, a thousand times over." - "The Kite Runner"

        Rob Pomeroy



          Prodigy

        • Systems Architect
        • Thanked: 124
          • Me
        • Experience: Expert
        • OS: Other
        Re: A program that disconnects you from the internet.
        « Reply #23 on: June 18, 2009, 05:59:00 AM »
        ipconfig /release in a batch file.

        I don't think that would be as clean as using rasdial (command line).  I doubt it would drop the line.

        For dialup connections, the command would be as follows:
        rasdial connection_name /disconnect
        Do rasdial /? for more options.
        Only able to visit the forums sporadically, sorry.

        Geek & Dummy - honest news, reviews and howtos

        Aegis



          Expert

          Thanked: 67
          • Yes
          • Yes
          • Brian's Mess Of A Web Page
        • Experience: Experienced
        • OS: Windows 10
        Re: A program that disconnects you from the internet.
        « Reply #24 on: June 18, 2009, 06:47:55 AM »
        Just to clarify, Rob -- are you recommending the rasdial in place of the ipconfig command?  Should the batch file contain both?


        "For you, a thousand times over." - "The Kite Runner"

        shrshr429

          Topic Starter


          Beginner

          Re: A program that disconnects you from the internet.
          « Reply #25 on: June 18, 2009, 08:38:03 AM »
          I tried the ipconfig /release it worked on my connection, but i have a modem not dialup, should i replace ipconfig /release with rasdial connection_name /disconnect?

          BC_Programmer


            Mastermind
          • Typing is no substitute for thinking.
          • Thanked: 1140
            • Yes
            • Yes
            • BC-Programming.com
          • Certifications: List
          • Computer: Specs
          • Experience: Beginner
          • OS: Windows 11
          Re: A program that disconnects you from the internet.
          « Reply #26 on: June 18, 2009, 08:57:02 AM »
          I don't know- are you using a modem to connect to the internet (IE, is a telephone cable going into your PC?) If so then rasdial would probably work better. IF you have a modem hooked to the phone line that connects to your network card then ipconfig should work fine.
          I was trying to dereference Null Pointers before it was cool.

          shrshr429

            Topic Starter


            Beginner

            Re: A program that disconnects you from the internet.
            « Reply #27 on: June 18, 2009, 08:58:55 AM »
            I am hooked to a modem and the telephone cable is going to the modem so ipconfig works fine for me, my grandma uses the phone line directly to her computer, so im guessing she'd use resdial

            Rob Pomeroy



              Prodigy

            • Systems Architect
            • Thanked: 124
              • Me
            • Experience: Expert
            • OS: Other
            Re: A program that disconnects you from the internet.
            « Reply #28 on: June 20, 2009, 06:22:14 AM »
            Correct.
            Only able to visit the forums sporadically, sorry.

            Geek & Dummy - honest news, reviews and howtos