Results 1 to 4 of 4

Thread: virus and registry problem

  1. #1
    Usman Khalid's Avatar
    Usman Khalid is offline Junior Member
    Last Online
    19th September 2014 @ 01:46 PM
    Join Date
    18 Dec 2006
    Age
    38
    Posts
    28
    Threads
    13
    Credits
    0
    Thanked
    0

    Default virus and registry problem

    A.A
    dear friends
    due w32 virus my ther some problem i alos install nortron anirvirus
    problems:
    when we write regedit in run then message display me your registry disable from the adminstarotr and after this message windows is shutting dow.
    dear plz help i have face many time of this problems.
    and

  2. #2
    Join Date
    12 May 2006
    Location
    Pakistan
    Age
    38
    Posts
    2,919
    Threads
    65
    Credits
    960
    Thanked
    0

    Default

    Usman bahi where U R trying to open registry ?? In campus or at home???

    If u want to do it in campus then i am affraid U cant do so .. as We the students are not allowed .
    Hope U understand ...
    .......

  3. #3
    Usman Khalid's Avatar
    Usman Khalid is offline Junior Member
    Last Online
    19th September 2014 @ 01:46 PM
    Join Date
    18 Dec 2006
    Age
    38
    Posts
    28
    Threads
    13
    Credits
    0
    Thanked
    0

    Default

    no in my home

  4. #4
    Exe.Troy's Avatar
    Exe.Troy is offline Senior Member+
    Last Online
    4th April 2016 @ 07:09 PM
    Join Date
    20 Feb 2006
    Posts
    146
    Threads
    5
    Credits
    0
    Thanked
    0

    Default

    Dear,
    may koch scrip day raha hon..app ye sub Copy karky..Notepad may paste karo..or phir..Save AS .VBS kar do..Example. Regtool.vbs or phir Double click karky Run kar do..app kay system pr Registry Editor Enable hojay ga..Shukriya


    'Enable/Disable Registry Editing tools
    '© Doug Knox - rev 12/06/99

    Option Explicit

    'Declare variables
    Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
    Dim enab, disab, jobfunc, itemtype

    Set WSHShell = WScript.CreateObject("WScript.Shell")
    p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Po licies\System\"
    p = p & "DisableRegistryTools"
    itemtype = "REG_DWORD"
    mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
    enab = "ENABLED"
    disab = "DISABLED"
    jobfunc = "Registry Editing Tools are now "

    'This section tries to read the registry key value. If not present an
    'error is generated. Normal error return should be 0 if value is
    'present
    t = "Confirmation"
    Err.Clear
    On Error Resume Next
    n = WSHShell.RegRead (p)
    On Error Goto 0
    errnum = Err.Number

    if errnum <> 0 then
    'Create the registry key value for DisableRegistryTools with value 0
    WSHShell.RegWrite p, 0, itemtype
    End If

    'If the key is present, or was created, it is toggled
    'Confirmations can be disabled by commenting out
    'the two MyBox lines below

    If n = 0 Then
    n = 1
    WSHShell.RegWrite p, n, itemtype
    Mybox = MsgBox(jobfunc & disab & vbCR & mustboot, 4096, t)
    ElseIf n = 1 then
    n = 0
    WSHShell.RegWrite p, n, itemtype
    Mybox = MsgBox(jobfunc & enab & vbCR & mustboot, 4096, t)
    End If
    Why Read “IMPOSABLE” Just Read It " I M POSABLE"

Similar Threads

  1. Replies: 28
    Last Post: 2nd April 2016, 05:53 PM
  2. Virus ki wajah se kharab registry ko theek kare
    By Sahil_Jaan in forum Software Reviews
    Replies: 12
    Last Post: 19th February 2013, 10:30 AM
  3. registry problem
    By simsim in forum Ask an Expert
    Replies: 0
    Last Post: 13th December 2012, 10:02 PM
  4. Registry problem
    By babar1988 in forum Solved Problems (IT)
    Replies: 6
    Last Post: 9th November 2011, 12:14 AM
  5. HELP! System ke registry se virus kese nikalte hain.
    By eidraza in forum Ask an Expert
    Replies: 2
    Last Post: 23rd December 2009, 09:18 AM

Bookmarks

Posting Permissions

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