The only way to protect the PC from being reinfected is to use the disallowrun registry key. Originally written for Windows 2000 kernel, this setting seems to work on Windows XP and other Microsoft Windows OS (later than Win2K).
Edit the Local Policy (not applicable to WinXP Home)
- Open the gpedit.msc from the Command Prompt or the Start > Run.
- Expand User Configuration > Administrative Templates > System
- In the right-pane, double-click Don't run specified Windows applications
- Click Enable, then click on the Show button
- Click the Add button and type in the executable name that you want to block
- For example, to block ckvo.exe, type in ckvo.exe, not the full path of the file
- Click OK button 3 times and exit the Group Policy Object Editor
- Restart your PC to effect the changed policy
- Open the Registry Editor
- Go to HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
- On the right-pane, right-click and create a new DWORD value called DisallowRun
- Double-click on the newly-created DWORD and give it the value 1
- Next, create a new subkey called DisallowRun under HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
- For any program you wish to block, create a new String value, and give it a name 1. Subsequent string names, use 2, 3, 4 in a sequential manner
- Double-click on the 1 string and type in the name of the executable you wish to block
- Exit Registry Editor and restart the PC to effect the change.
Cheers!
No comments:
Post a Comment