How to Fix Spybot Search & Destroy Alert Dialog Box Overlapping Problem?

If you are a Spybot Search and Destroy (S&D) user, you might have noticed that in the dialog box which shows alerts about the spyware, the checkbox “Remember the decision” is overlapped by “Allow“, “Deny“, etc buttons as shown in following screenshot:

Spybot_S_D_Dialog_Box_Glitch.png

Actually its a coding glitch which can be fixed using following simple steps:

Advertisement

1. First disable the TeaTimer in Spybot S&D because we’ll have to edit this file.

  • Open Spybot S&D.
  • Select Advanced Mode from Mode Menu.
  • Go to: Tools -> Resident.
  • Uncheck the option saying Resident “TeaTimer” (Protection of over-all system settings) active.
  • Exit from Spybot S&D.

2. Now open teatimer.exe file present in Spybot S&D’s “Program files” folder in Resource Hacker and go to:

RCData -> TFORMREGISTRYWARNING -> 0

In right-side pane, look for following lines:

object cbRemember: TCheckBox
Left = 8
Top = 160
Width = 339
Height = 17
Anchors = [akLeft, akTop, akRight]
Caption = ‘&Remember this decision.’
TabOrder = 2
end

Increase the value 160, you can set it to 200. Actually it’ll modify the position of the checkbox in the dialog box.

PS: You can also do it in an easier manner! Just search for Decision and it’ll let you go to the same line.

Advertisement

3. Now compile the script and save the file.

4. Now activate the Teatimer again in Spybot S&D and the problem would be fixed.

Published in: Troubleshooting Guides, Windows XP

About the author: Vishal Gupta (also known as VG) has been awarded with Microsoft MVP (Most Valuable Professional) award. He holds Masters degree in Computer Applications (MCA). He has written several tech articles for popular newspapers and magazines and has also appeared in tech shows on various TV channels.

Comments

NOTE: Older comments have been removed to reduce database overhead. Be the first one to start the discussion.

Leave a Comment

Your email address will not be published. Required fields are marked *

NOTE: Your comment may not appear immediately. It'll become visible once we approve it.