Page 1 of 3 123 LastLast
Results 1 to 12 of 35

Thread: Registry Porblem

  1. #1
    wasipk is offline Senior Member+
    Last Online
    28th January 2011 @ 10:02 AM
    Join Date
    18 Oct 2007
    Age
    35
    Posts
    717
    Threads
    57
    Credits
    945
    Thanked: 1

    Default Registry Porblem

    main jab system par Alt+ctrl+del karta ho to ek message ata hai or Task manger open nahi hota or run main ja kar regedit karat ho to wo nahi hota ...
    Attached Images Attached Images  

  2. #2
    Niqash's Avatar
    Niqash is offline Advance Member
    Last Online
    12th August 2021 @ 10:35 AM
    Join Date
    30 Jun 2008
    Posts
    4,569
    Threads
    160
    Credits
    58
    Thanked
    4

    Default

    Notepad Open karin aur di howe value ko copy paste karin Notepad main
    aur esy Regtool.vbs ke name see safe ker lein aur save ki howe location per ja ker es per double click karin aur check kerin aap ke registry Enable ho chuki ho ge

    '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

  3. #3
    wasipk is offline Senior Member+
    Last Online
    28th January 2011 @ 10:02 AM
    Join Date
    18 Oct 2007
    Age
    35
    Posts
    717
    Threads
    57
    Credits
    945
    Thanked: 1

    Default

    bhai jan jay main kar choka ho yeh file maray pass save hai but nahi hoa kuch be..

  4. #4
    ITKING's Avatar
    ITKING is offline Senior Member+
    Last Online
    27th January 2012 @ 10:10 PM
    Join Date
    12 Sep 2006
    Location
    Riyadh, KSA
    Posts
    3,564
    Threads
    94
    Credits
    970
    Thanked
    142

  5. #5
    wasipk is offline Senior Member+
    Last Online
    28th January 2011 @ 10:02 AM
    Join Date
    18 Oct 2007
    Age
    35
    Posts
    717
    Threads
    57
    Credits
    945
    Thanked: 1

    Default

    sir as ki koi samaj nahi aa rahi kia karo ...

  6. #6
    ITKING's Avatar
    ITKING is offline Senior Member+
    Last Online
    27th January 2012 @ 10:10 PM
    Join Date
    12 Sep 2006
    Location
    Riyadh, KSA
    Posts
    3,564
    Threads
    94
    Credits
    970
    Thanked
    142

  7. #7
    ITKING's Avatar
    ITKING is offline Senior Member+
    Last Online
    27th January 2012 @ 10:10 PM
    Join Date
    12 Sep 2006
    Location
    Riyadh, KSA
    Posts
    3,564
    Threads
    94
    Credits
    970
    Thanked
    142

    Default

    i think ub hona chaye

  8. #8
    Niqash's Avatar
    Niqash is offline Advance Member
    Last Online
    12th August 2021 @ 10:35 AM
    Join Date
    30 Jun 2008
    Posts
    4,569
    Threads
    160
    Credits
    58
    Thanked
    4

    Default

    Brother Use This Tool agr kuch na baney tu
    waisey bhi es Thread main SIR aagaye hain tu aap ka Problem Solve ho jaye ga ab
    Attached Images Attached Images  
    Attached Files Attached Files

  9. #9
    wasipk is offline Senior Member+
    Last Online
    28th January 2011 @ 10:02 AM
    Join Date
    18 Oct 2007
    Age
    35
    Posts
    717
    Threads
    57
    Credits
    945
    Thanked: 1

    Default

    Quote Niqash said: View Post
    Brother Use This Tool agr kuch na baney tu
    waisey bhi es Thread main SIR aagaye hain tu aap ka Problem Solve ho jaye ga ab
    bhai jan as say to saraf Task Manger theek ho gaa hai ab woh theek chal raha hai..

    But run main ja kar regedit karat ho to wo nahi hota kia karo ..

  10. #10
    Niqash's Avatar
    Niqash is offline Advance Member
    Last Online
    12th August 2021 @ 10:35 AM
    Join Date
    30 Jun 2008
    Posts
    4,569
    Threads
    160
    Credits
    58
    Thanked
    4

    Default

    us ke liye oper di howe value ko dobara see notepad main copy ker key karin theek ho jaye ga

  11. #11
    Niqash's Avatar
    Niqash is offline Advance Member
    Last Online
    12th August 2021 @ 10:35 AM
    Join Date
    30 Jun 2008
    Posts
    4,569
    Threads
    160
    Credits
    58
    Thanked
    4

    Default

    Simply navigate to the C:\Windows and locate regedit.exe
    Once located rename regedit.exe to some other name (e.g. new_reg.exe) and double click the file to run.

  12. #12
    wasipk is offline Senior Member+
    Last Online
    28th January 2011 @ 10:02 AM
    Join Date
    18 Oct 2007
    Age
    35
    Posts
    717
    Threads
    57
    Credits
    945
    Thanked: 1

    Default

    Quote Niqash said: View Post
    us ke liye oper di howe value ko dobara see notepad main copy ker key karin theek ho jaye ga
    as taray ki file bana jati hai but koi fark nahi para

    Regedit open nahi ho rahi..
    Attached Images Attached Images  

Page 1 of 3 123 LastLast

Similar Threads

  1. How To Remove Registry Entry Of a Software from Registry
    By HEEERAN in forum Tips and Tricks
    Replies: 15
    Last Post: 1st August 2018, 10:57 PM
  2. Replies: 28
    Last Post: 2nd April 2016, 05:53 PM
  3. n73 fm porblem
    By goregeous in forum Mobile phones problems and Help Zone
    Replies: 12
    Last Post: 15th November 2011, 04:18 PM
  4. Net porblem
    By wasipk in forum Ask an Expert
    Replies: 6
    Last Post: 8th September 2009, 01:31 PM
  5. Usb Porblem
    By wasipk in forum Ask an Expert
    Replies: 23
    Last Post: 21st August 2008, 11:06 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
  •