Facebook Twitter Instagram
    • Privacy Policy
    • Facebook Page
    • Channel
    • Twitter
    • Sitemap
    Facebook Twitter Instagram
    TechulkTechulk
    • Menu
      • Blogging
      • Android
      • Apps
      • Rooting/Flashing
      • Games
    • How-To
    • Troubleshooting
    • Reviews
    • News
      • Latest
      • Trending
      • Around The Web
    • Affiliate Disclosure
    TechulkTechulk
    Home»How-To»How to enable registry on windows?
    How-To

    How to enable registry on windows?

    Suryanshu BakshiBy Suryanshu BakshiFebruary 21, 2015Updated:February 23, 2018No Comments3 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr WhatsApp Email
    Share
    Facebook Twitter LinkedIn WhatsApp Pinterest Email
    Mostly those laptops which are given by the companies to their employs have their USB ports blocked or other things too for security purpose. Recently my friend tried copying some data on his laptop but the USB ports were blocked so we finally decided to unblock them, but when we tried to unblock them from Registry or “Regedit” it was also blocked too. So we finally came up with this method to unblock Registry for enabling USB ports. 

     

    Contents

    • NOTE- THIS METHOD IS FOR EDUCATIONAL PURPOSE ONLY WE ARE NOT RESPONSIBLE FOR ANY UNAUTHORIZED USE OF THIS METHOD.
    • => ENABLING REGISTRY BY GROUP POLICY EDITOR
    • => ENABLE REGISTRY USING VISUAL BASIC SCRIPT
    • => ENABLING REGISTRY BY CMD COMMAND

    NOTE- THIS METHOD IS FOR EDUCATIONAL PURPOSE ONLY WE ARE NOT RESPONSIBLE FOR ANY UNAUTHORIZED USE OF THIS METHOD.

    => ENABLING REGISTRY BY GROUP POLICY EDITOR

    STEP 1- Press window key+R and type gpedit.msc

     

    STEP 2- Browse to
    User Configuration -> Administrative Templates -> System.

    STEP 3- Double Click on “Prevent Access to registry editing tools” a popup will appear click on Disable and press Ok.

     

    Now you can access Registry or “Regedit” after restarting your laptop/pc.

     

    => ENABLE REGISTRY USING VISUAL BASIC SCRIPT

    STEP 1- Open notepad and copy the following lines

    Option Explicit
    Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
    Dim enab, disab, jobfunc, itemtype
    Set WSHShell = WScript.CreateObject(“WScript.Shell”)
    p = “HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem”
    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 “
    t = “Confirmation”
    Err.Clear
    On Error Resume Next
    n = WSHShell.RegRead (p)
    On Error Goto 0
    errnum = Err.Number
    if errnum <> 0 then
    WSHShell.RegWrite p, 0, itemtype
    End If
    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

    Save the file by name “*.vbs”.

    STEP 2- Open the file this will enable the Registry or “Regedit”.

    After rebooting you will be able to access Registry.

     

    => ENABLING REGISTRY BY CMD COMMAND

    STEP 1- Open notepad and paste the following code.

    reg add “HKCUSoftwareMicrosoftWindowsCurrentVersionPoliciesSystem” /t Reg_dword /v DisableRegistryTools /f /d 0

    STEP 2- Save file as enableregistry.bat and run file as administrator this will enable Registry.

    Restart your laptop/PC to open Registry or “Regedit”.

    For unblocking USB port through registry click here -> enable USB port on locked laptop/PC.

    If the problem still persist tell us we will provide best solution ASAP.
    Stay tuned @tecHulk.

    windows
    Share. Facebook Twitter Pinterest LinkedIn Tumblr WhatsApp Email
    Suryanshu Bakshi
    • Facebook
    • Instagram

    He is a geek, casual gamer and a gadget enthusiastic. He has significant knowledge in the field of smartphones along with skills in HTML, Digital Marketing and Photography.

    Related Posts

    Canva Pro: Your Ultimate Online Design Tool (2024)

    December 10, 2024

    A Beginner’s Guide to Understanding Roku and How It Works

    April 24, 2023

    Does Panda Express take Apple pay

    March 10, 2023

    Does Safeway take Apple Pay?

    March 1, 2023

    Does Wingstop Take Apple Pay

    February 21, 2023

    Does Home Depot Take Apple Pay?

    February 17, 2023
    Add A Comment

    Leave A Reply Cancel Reply

    This site uses Akismet to reduce spam. Learn how your comment data is processed.

    – Ads –
    Recent Comments
    • Shravan Das on What is CAMRIP, DVDRIP, HDTS, HDTV & other releases?
    • Gumby on What is CAMRIP, DVDRIP, HDTS, HDTV & other releases?
    • ajay kumar on Kerala vision broadband Review & Plans
    • Ravindran on Change Jio fiber login password | Easy Guide 2020
    – Ads –
    Facebook Twitter YouTube Instagram
    • Privacy Policy
    • Facebook Page
    • Channel
    • Twitter
    • Sitemap
    © 2025 Techulk

    Type above and press Enter to search. Press Esc to cancel.