Spybot Logo
Go Back   Safer-Networking Forums > Software > Spybot-S&D
Register ProjectsBlogs FAQ Search Today's Posts Mark Forums Read Home Support Download Donate

Reply
 
Thread Tools Display Modes
Old 2005-10-22, 02:23   #1
Dittohead
Junior Member
 
Join Date: Oct 2005
Location: la la land
Posts: 1
Default Removing the "legal stuff" prompt

I'm working on a script that installs and runs CCleaner and SpyBot silently but it seems that I still have to give input to spybot for the "legal stuff" box that shows up on first run.

Quote:
Originally Posted by SpyBot First run "legal stuff" dialog box
If you remove ad robots with this program, you may not be allowed to continue using their host programs. Read their license agreements for further information.
Since I'll be deploying this to a good number of computers I've the experience and understanding of the what the application does. Is there anyway to remove this dialog box via a commandline switch?

Thanks for he help!
Dittohead is offline   Reply With Quote
Old 2005-10-24, 16:27   #2
PepiMK
Member of Team Spybot
 
PepiMK's Avatar
 
Join Date: Oct 2005
Location: Planet Earth
Posts: 3,156
Blog Entries: 15
Rated LASSHes: 9,186
Default

Not sure what kind your good number of computers is, but our Intranet Update Server documentation shows a way - it's possible through a central configuration file that has this option disabled, for example.
__________________
Just remember, love is life, and hate is living death.
Treat your life for what it's worth, and live for every breath
(Black Sabbath: A National Acrobat)
PepiMK is offline   Reply With Quote
Old 2005-12-01, 05:05   #3
masonje
Junior Member
 
Join Date: Dec 2005
Posts: 1
Default

Has any one figured this out? I'm trying to setup an auto setup and run, but that "Legal stuff" message keeps getting in my way. Is it a registry setting? INI? I created an MSI out of SB and creating an MST would be quite easy to make the changes to the MSI. I'm using AutoIT to run much of the setup, but the way SB runs it's a different kind of window and AutoIT can't read the screens like it should.
masonje is offline   Reply With Quote
Old 2007-01-26, 21:53   #4
VertigoRay
Junior Member
 
VertigoRay's Avatar
 
Join Date: Jan 2007
Location: Denton, TX
Posts: 2
Default

When setting up the scheduled task, use /taskbarhide switch to prevent that message frfom popping up. My entire run field in scheduled task is:

C:\PROGRA~1\SPYBOT~1\SpybotSD.exe /taskbarhide /allhives /autoupdate /autocheck /autofix /autoimmunize /autoclose

This should help you with the rest of your command line questions:
http://www.safer-networking.org/en/faq/30.html

I know this is an old post, but I've benn looking for a fix for this same issue and figured I would document it appropriately.

Last edited by VertigoRay; 2007-01-26 at 21:57.
VertigoRay is offline   Reply With Quote
Old 2007-12-04, 20:17   #5
thenamelessthing
Junior Member
 
Join Date: Dec 2007
Posts: 7
Default

I tried to create a portable version of spybot 1.5 on my usb stick.

I tried to create a batch file who start spybot with these switch

/taskbarhide /allhives /autoupdate /autocheck /autofix /autoimmunize /autoclose

But when I run spybot for the first time on a computer the "Legal stuff" message box always appear. It is possible to disable this message box? or in wich registry key is used when I check the "don't show again" ?
thenamelessthing is offline   Reply With Quote
Old 2007-12-05, 09:28   #6
Stianoh
Junior Member
 
Join Date: Dec 2007
Posts: 1
Default

i have the same problem.. cant find anything in the registry
Stianoh is offline   Reply With Quote
Old 2007-12-05, 09:54   #7
PepiMK
Member of Team Spybot
 
PepiMK's Avatar
 
Join Date: Oct 2005
Location: Planet Earth
Posts: 3,156
Blog Entries: 15
Rated LASSHes: 9,186
Default

C:\Documents and Settings\All Users\Application Data\Spybot - Search & Destroy\Configuration.ini, section [Main], entry Legals=1

Yep, that's on the local computer...

For a usb stick version, search the forum for Portable.ini...

Keep in mind though that message is intentionally shown on computers where it hasn't been accepted
__________________
Just remember, love is life, and hate is living death.
Treat your life for what it's worth, and live for every breath
(Black Sabbath: A National Acrobat)
PepiMK is offline   Reply With Quote
Old 2007-12-11, 21:07   #8
thenamelessthing
Junior Member
 
Join Date: Dec 2007
Posts: 7
Question

Hi! Here is the step I have try.

#1. I have installed Spybot on a clean computer and I run it once.
#2. I copied the spybot directory on my usb stick and the configuration.ini created in the all users/spybot directory.

#3. I exported the safer-networking registry key (HKCU and the HKLM) into 2 .reg files. I put these file on my usb stick too.

#4. On a second computer (where spybot is not installed) I import the 2 .reg and I put the configuration.ini (in that file Legals=1) into the same path (documents and settings/all users/application data/spybot/...)

#5. When I launch spybotsd.exe in command line with these switch /autoimmune /autocheck /autofix etc The Legal stuff always prompt!! Do you know where It disable this box? it is in a hidden registry key? Or in another file?

Thanks
thenamelessthing is offline   Reply With Quote
Old 2007-12-11, 21:27   #9
md usa spybot fan
Spybot Advisor Team
 
md usa spybot fan's Avatar
 
Join Date: Oct 2005
Posts: 5,879
Default

Quote:
Originally Posted by thenamelessthing View Post
#4. On a second computer (where spybot is not installed) I import the 2 .reg and I put the configuration.ini (in that file Legals=1) into the same path (documents and settings/all users/application data/spybot/...)
It is not "documents and settings/all users/application data/spybot/...".

The Configuration.ini file is normally stored in one of the following folders:
  • Windows 95 or 98:
    C:\Windows\Application Data\Spybot - Search & Destroy
  • Windows ME:
    C:\Windows\All Users\Application Data\Spybot - Search & Destroy
  • Windows NT, 2000 or XP:
    C:\Documents and Settings\All Users\Application Data\Spybot - Search & Destroy
  • Vista:
    C:\ProgramData\Spybot - Search & Destroy
__________________

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.
md usa spybot fan is offline   Reply With Quote
Old 2007-12-11, 22:00   #10
thenamelessthing
Junior Member
 
Join Date: Dec 2007
Posts: 7
Default

Sorry i know... I only write the wrong directory in my topic.

It's in the good directory.

Any idea?
thenamelessthing is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 17:24.


Copyright © 2000-2010 Safer-Networking Limited. All rights reserved.