Results 1 to 5 of 5

Thread: Enable/Disable Registry Editing tools_BY ARIF RAZA

  1. #1
    arifraza's Avatar
    arifraza is offline Advance Member
    Last Online
    15th May 2022 @ 04:16 PM
    Join Date
    27 Sep 2006
    Location
    ALLAH ki Banani hoi Zameen Per
    Gender
    Male
    Posts
    1,674
    Threads
    155
    Credits
    148
    Thanked
    118

    Default Enable/Disable Registry Editing tools_BY ARIF RAZA

    Enable/Disable Registry Editing tools

    Copy the following code,paste in any notepad and save as "regtools.vbs" file. Just double click it and you will get yor regedit enabled.(Be careful to copy the code exactly as presented here including everything.

    Code goes here.......



    '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
    [IMG]http://i919.***********.com/albums/ad33/arifraza/Denguevirus.jpg[/IMG]

  2. #2
    Rahi's Avatar
    Rahi is offline Senior Member+
    Last Online
    1st December 2016 @ 10:18 AM
    Join Date
    28 Dec 2008
    Location
    Karachi
    Age
    66
    Posts
    2,142
    Threads
    12
    Credits
    32
    Thanked
    109

    Default

    Umda Sharing Hay, Shukria.

    Name:  Duaaa.gif
Views: 113
Size:  46.3 KB

    Name:  Rahi-New.gif
Views: 107
Size:  13.2 KB

  3. #3
    Tauheeds is offline Senior Member+
    Last Online
    15th May 2013 @ 11:18 AM
    Join Date
    16 Jan 2013
    Age
    38
    Gender
    Male
    Posts
    35
    Threads
    4
    Credits
    830
    Thanked
    0

    Default

    Bhut hi ache.

  4. #4
    Umer Amir is offline Member
    Last Online
    12th February 2013 @ 08:47 PM
    Join Date
    24 Jan 2013
    Location
    Rawalpindi
    Gender
    Male
    Posts
    327
    Threads
    0
    Thanked
    44

    Default

    Good Sharing

  5. #5
    Umer Amir is offline Member
    Last Online
    12th February 2013 @ 08:47 PM
    Join Date
    24 Jan 2013
    Location
    Rawalpindi
    Gender
    Male
    Posts
    327
    Threads
    0
    Credits
    0
    Thanked
    44

    Default

    Umda Sharing

Similar Threads

  1. Registry Gear 2.1.0.131 Portable
    By IT_DOCTOR in forum English IT Zone
    Replies: 6
    Last Post: 1st February 2011, 11:46 PM
  2. Enable/Disable Registry Editing tools
    By M-Qasim in forum English IT Zone
    Replies: 19
    Last Post: 26th July 2009, 08:37 PM
  3. What is the Registry - Beginners Guide(1) :
    By wahidawan in forum General Discussion
    Replies: 3
    Last Post: 29th November 2008, 03:29 PM
  4. Default What is the Registry - Beginners Guide(2)
    By wahidawan in forum General Discussion
    Replies: 0
    Last Post: 25th November 2008, 04:07 PM

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
  •