Results 1 to 8 of 8

Thread: Get Rid of Hint

  1. #1
    Junior Member
    Join Date
    Aug 2008
    Posts
    4

    Default Get Rid of Hint

    I've used SS&D for years and very much appreciated. However when you add an annoyance like HINT OF THE DAY, please provide a simple radio button/check box to remove it.

    I'm not adept at registry tweaks. Can someone give me step-by-step regedit instructions to make this change:

    [HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks]
    "DisableHintOfTheDay"=dword:00000001


    Thanks
    Wil

  2. #2
    Senior Member
    Join Date
    Jan 2008
    Posts
    586

    Smile

    doffod,

    Editing the registry is not something you should entertain lightly unless you both know how to do it, and more importantly fully understand what the risk is if you make a mistake, that your computer could become unusable.

    Given your statment that "I'm not adept at registry tweaks", and that under normal circumstance most users would probably only view this screen perhaps once a week after a scan, I would have thought the risk was not justifiable for such a small "annoyance".

  3. #3
    Spybot Advisor Team [Retired] md usa spybot fan's Avatar
    Join Date
    Oct 2005
    Posts
    5,859

    Default

    doffod:

    To disable the hint of the day:
    • Download the attached DisableHintOfTheDay.zip file. The DisableHintOfTheDay.zip contains a batch program (DisableHintOfTheDay.bat) to add the registry tweak to
    • Extract the DisableHintOfTheDay.zip to a known location.
    • Execute the DisableHintOfTheDay.bat program by double clicking on the file.

    Besides adding the DisableHintOfTheDay tweak, the program will:
    • Create a backup .reg file (DisableHintOfTheDay.reg) of the following registry key if it existed before adding the DisableHintOfTheDay tweak:
      • [HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks]
    • Create .txt files (Tweaks_Before.txt and Tweaks_After.txt) with the before and after images of that same registry key.

    Getting an answer is one thing, learning is another.


    Microsoft Windows XP Home Edition running on a 2.40GHz IntelŪ PentiumŪ 4 Processor with 512 MB of RAM and a 533 MHz System Bus.

  4. #4
    Junior Member
    Join Date
    Aug 2008
    Posts
    4

    Default Thx Spybot Fan

    Thanks for your quick and effective response. I have to say that I have so may up-front defenses against malware, that it has been two yrs since SS&D has had need to detect anything. However the many subsidiary elements, hosts file protection and other features therein contained, make it a worthy assurance bulwark.


    I won't go into a rant on the needlessly muddled, sadly designed "registry", which looks to any observant objective eye as the workings of either a demented soul and/or a deliberate obfuscation to the maintenance of windows. Thanks for your help.

    Wil

  5. #5
    Junior Member
    Join Date
    Aug 2008
    Posts
    4

    Default Woops - No File

    this comes up as a php not a zip

    Could you just send a text of the batch file and Ill run it

    I've done plenty of registry adjustments over the years. But the string in the in the [HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\] line has some kind of weird "default" line in place. I'm just not sure how to add another line without erasing or changing that default line. I've spent two hours on this and I'm just about ready to erase SS&D, --- no I'm ready now. never mind. Dont do anything.

  6. #6
    Senior Member
    Join Date
    Jul 2006
    Location
    Croatia
    Posts
    735

    Default

    Quote Originally Posted by doffod View Post
    this comes up as a php not a zip
    1.Click on "DisableHintOfTheDay.zip" attachment.
    2.When you click it, it will say that you are opening something like this:
    "hxxp:\\forums.spybot.info\attachment.php?attachmentid=0&d=0"
    3.Open the attachment. Repeat the step 2 again.
    4.When it asks for DisableHintOfTheDay.zip, Save it.

  7. #7
    Spybot Advisor Team [Retired] md usa spybot fan's Avatar
    Join Date
    Oct 2005
    Posts
    5,859

    Default

    doffod:

    Use Tom.K's instructions or right click on the DisableHintOfTheDay.zip file and do a "Save As" or "Save Target As" depending on the browser you are using.

    If I attach it as a txt file it will not execute and must be renamed to a bat file. The way most people have Windows Explorer setup does not show common file extensions such as txt and bat which makes the instructions to rename the file difficult.

    If you find easier to just create your own .bat file, I have included a copy of the content of the DisableHintOfTheDay.bat file.


    The content of DisableHintOfTheDay.bat is:

    Code:
    ECHO DisableHintOfTheDay
    
    If exist DisableHintOfTheDay.reg goto Skip1
    
    REG EXPORT "HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks" DisableHintOfTheDay.reg
    
    :Skip1
    
    REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks" > Tweaks_Before.txt
    
    REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks" /v DisableHintOfTheDay /t REG_DWORD /d 1 /f
    
    REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks" > Tweaks_After.txt
    
    Exit

    Getting an answer is one thing, learning is another.


    Microsoft Windows XP Home Edition running on a 2.40GHz IntelŪ PentiumŪ 4 Processor with 512 MB of RAM and a 533 MHz System Bus.

  8. #8
    Junior Member
    Join Date
    Sep 2008
    Posts
    1

    Default

    Quote Originally Posted by md usa spybot fan View Post
    doffod:

    To disable the hint of the day:
    • Download the attached DisableHintOfTheDay.zip file. The DisableHintOfTheDay.zip contains a batch program (DisableHintOfTheDay.bat) to add the registry tweak to
    • Extract the DisableHintOfTheDay.zip to a known location.
    • Execute the DisableHintOfTheDay.bat program by double clicking on the file.

    Besides adding the DisableHintOfTheDay tweak, the program will:
    • Create a backup .reg file (DisableHintOfTheDay.reg) of the following registry key if it existed before adding the DisableHintOfTheDay tweak:
      • [HKEY_LOCAL_MACHINE\SOFTWARE\Safer Networking Limited\Tweaks]
    • Create .txt files (Tweaks_Before.txt and Tweaks_After.txt) with the before and after images of that same registry key.
    That worked - Thanks! I think it even updated my Ad Aware!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •