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,
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]
\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!!!
-Posted by UandiStar.org
8 comments
Good post , i was searching for this trick from many days , thanks for vamsi and thanks a lot for vishnu for briging vamsi to indanam
Posted on Thursday, November 04, 2010
Dude good one , am using it hope it works
Posted on Thursday, November 04, 2010
my explorer is always shutting down , can u tell me the reason vamsi
Posted on Thursday, November 04, 2010
@swetha
thanks for u too , vamsi is author of u and i star dot org . i saw he has good talent in spreading tricks for safer and easier window exerience, so i got him in to indanam.
wait for more good posts , even i liked this post personally.
good going vamsi
Posted on Thursday, November 04, 2010
@ashish: thnx
Posted on Thursday, November 04, 2010
closing of explorer occurs is mainly due to conficker virus
this Virus can be removed by using MalwareBytes
this software can be available at http://www.malwarebytes.org/
Posted on Thursday, November 04, 2010
if explorer means Windows Explorer try this Trick
There are 3 step to repair windows explorer error
If you got windows explorer error then there is a 94% chance that your computer has registry problems. To repair windows explorer error you need to follow the steps below:
* Step 1 - Download a windows explorer error repair tool,install this error repair tool.
* Step 2 - Click the Repair All Button.It will scan you pc for Free.
* Step 3 - Then click the Repair All Button again and your done! It is very easy to repair windows explorer error.
Here are the url of windows explorer error repair tool:http://www.RepairErrorFast.com/ttfix-windows_explorer_error-zz0001
Source(s):
http://www.RepairErrorFast.com/ttfix-windows_explorer_error-zz0001
Posted on Thursday, November 04, 2010
thank you
Posted on Thursday, November 04, 2010
Post a Comment