how to block ur USB

Discussion in 'Ethical hacking' started by VISHAL SINGH, Dec 3, 2010.

  1. VISHAL SINGH

    VISHAL SINGH New Member

    Joined:
    Dec 3, 2010
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    student
    Location:
    sonipat
    Home Page:
    http://www.sujapur.webs.com
    Hello friend my self vishal singh an ethical hacker .so now i tell u how u block USB port if u want u do'nt share ur data with ur friend's so u do them ..
    i tell u this by using c progrmm ,so we start trick-
    firstly u open c compiler and type code...:crazy:
    Code:

    Code:
    #include<stdio.h>
    void main()
    {
        system("reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR \/v Start \/t REG_DWORD \/d 4 \/f");
    }
    
     
  2. livinmanavalan

    livinmanavalan Banned

    Joined:
    Dec 6, 2010
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    A usb can be block? :crazy: i think it will be very useful to protect our computer from viruses without the help of antiviruses.
     
  3. thanzeel

    thanzeel New Member

    Joined:
    Dec 6, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    how deactivate this usb block "c" programe

    i ran this just but how deactivate this "c" programe pls tell me
     
  4. Nibbles

    Nibbles New Member

    Joined:
    Dec 6, 2010
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Currently: Programming for Timberhorn
    Location:
    Humptulips, Washington...no joke..
    Home Page:
    http://www.hackbytes.com
    You can also simply make a batch file to do the same thing, like so:

    1) Open Notepad
    Code:
    @echo off
    reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR \/v Start \/t REG_DWORD \/d 4 \/f
    PAUSE
    2) Paste the code in notepad
    3) Save as... usbBlock.bat

    NOTE** Change *.txt file type to 'All Files'

    Pause to see if the operation carried out successfully.

    All the best.
     
  5. VISHAL SINGH

    VISHAL SINGH New Member

    Joined:
    Dec 3, 2010
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    student
    Location:
    sonipat
    Home Page:
    http://www.sujapur.webs.com
    i have many idea friends to unblock ur usb port, currently i posted an article u watch them ....
     
  6. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    The Article you posted is same as the opening post. At least I did not see any difference. Also for submitting articles please read the Article Guidelines in the FAQ as well.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice