Monday, February 20, 2012

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

If you are a computer user then you might also have heard aboutviruses. 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 disabledby administrator”. So i made a simpletrick 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!!!

www.filetrend.blogspot.com

No comments:

Search This Blog