Search UandiStar

3

How to enable RUN ? if any viruses diabled your RUN heres the method to enable/disable RUN

  • Ravva Vamsi
  • Share

  • If you are a computer user then you might also have heard about viruses. There are few viruses which do havoc on prey computer and changes its behavior drastically. I also use computer and many time got some strange response from computer  for example when tried to hit “win+R” it shown a message stating that “Run has been disabled by administrator”. So i made a simple trick to solve this Problem.








    Most of the viruses are now disabling the RUN command in Windows
    This is achieving through the registry open the regedit.exe in your WINDOWS folder
     then navigate to the following,
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoRun"=dword:1
    Then change the DWORD value as 0 to enable , 1 to disable.
    You can also do it  through REG file( ie , file with extension .reg ) its code will be as like below.
    Copy the below registry script and save it as a .reg file ( eg : dxm.reg )
    REGEDIT4
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
    "NoRun"=dword:0
    ;  0 to enable


    If you have any problem with the above methods the follow the below  it  will definitely work.
    Save the below script as a bat file (eg: dxm.bat) and execute it ……Enjoy !!!!!!



    ECHO REGEDIT4 > Enable-Run.REG
    echo. >> Enable-Run.reg
    echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] >> Enable-Run.reg
    echo "NoRun"=dword:0 >> Enable-Run.reg
    start /w regedit /s Enable-Run.reg

    After running this file , a registry file is created with name "
    Enable-Run
    ", now just run this file and restart your computer , Now ur problem is solved!!!
    I am waiting For Ur Comments!!!

    3 Responses to “How to enable RUN ? if any viruses diabled your RUN heres the method to enable/disable RUN”

    Anonymous said...
    November 4, 2010 at 12:05 PM

    super U&I STAR


    Ravva Vamsi said...
    November 4, 2010 at 3:09 PM

    ThanQ for Compliment, Sir Please write Your Name Before you comment


    Anonymous said...
    November 14, 2011 at 10:42 AM

    nice post!


    Post a Comment

    Add your valuable comment here, ask any questions about this post,
    Share your opinions here.
    Dont write any Phone numbers in comment...


    Subscribe