When your PC have been infected by a worm/virus/spyware, you will notice that certain restrictions have been set on your PC. Among the restriction commonly set by those malicious programmes are:
- Folder option missing ( you can’t view hidden files or folders )
- Error when running regedit.
- Error when running the Task Manager
- Run command not found.
- Search option also missing.
The guys at sergiwa.com have just the tool for you to remove all the restrictions mentioned above.
Download the tool – Remove Restrictions Tool – from their site. Do visit the site for other useful tools too. RRT above is FREE for personal usage.
Filed under: Freewares, Security, Spywares, Tips & Tricks, Viruses


















save this script with maddy.vbs and click it twice to open regeistry………..
‘Regedit Opener – bypasses Regedit opening to the last viewed key
‘regopen.vbs
‘This code may be freely distributed/modified
Option Explicit
On Error Resume Next
Dim WSHShell
Set WSHShell=Wscript.CreateObject(”Wscript.Shell”)
WSHShell.RegDelete “HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\LastKey”
WSHShell.Run “REGEDIT”
Set WSHShell = Nothing
this one to enable task manager………….
REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f
*********** copy the text into cmd prompt and click it***********
********** BY:- GIRISH ANAND **********
or
click the reg file enable tskmgr
or
* Click Start, Run, type gpedit.msc and click OK.
* Navigate to this branch:
User Configuration / Administrative Templates / System / Ctrl+Alt+Delete Options / Remove Task Manager
* Double-click the Remove Task Manager option.
* Set the policy to Not Configured.
to enable dos prompt or cmd
open notepad write START and then save it as .bat with no name and then click twice on .bat file on that location…….