Help with cmd school network hacking

Discussion in 'Ethical hacking' started by xray2403, Aug 23, 2012.

  1. xray2403

    xray2403 New Member

    Joined:
    Aug 19, 2012
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0
    Hello,

    I have a problem; i can't get in schools cmd, i've tried several options (notepad and save it as a .bat file; nothing works) does somebody know how i can get on cmd ?

    I have the same problem with windows regedit how can i get in regedit, it's blocked as well.

    Please help me

    Thanks
     
  2. deepak_sam

    deepak_sam New Member

    Joined:
    Aug 20, 2012
    Messages:
    16
    Likes Received:
    1
    Trophy Points:
    0
    Copy the below command into a notepad, Save it as .vbs and execute it.

    Set WshShell = WScript.CreateObject("WScript.Shell")
    With WScript.CreateObject("WScript.Shell")

    On Error Resume Next

    .RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
    .RegDelete "HKCU\Software\Policies\Microsoft\Windows\System\DisableCMD"
    .RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr"
    .RegDelete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\DisableTaskMgr"

    End With

    Mybox = MsgBox(jobfunc & enab & vbCR & "Finished!", 4096, t)
     
  3. xray2403

    xray2403 New Member

    Joined:
    Aug 19, 2012
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    0

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