Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#177182 - 28/08/2003 08:29 reg setting to turn off activex warnings?
RobotCaleb
pooh-bah

Registered: 15/01/2002
Posts: 1866
Loc: Austin
ive been tasked with the job of writing something that will grab current setting for activex warnings, change it, and then change it back when the program is done executing. where in the registry are these saved?
specifically the message that says "An ActiveX control on this page might be unsafe to interact with other parts of the page. Do you want to allow this interaction?"

Top
#177183 - 28/08/2003 12:11 Re: reg setting to turn off activex warnings? [Re: RobotCaleb]
tman
carpal tunnel

Registered: 24/12/2001
Posts: 5528
Dunno. But if it's in the registry then use RegMon.
May I ask what you're intending to do with it? Turning off the warning sounds very suspicious

Top
#177184 - 28/08/2003 12:13 Re: reg setting to turn off activex warnings? [Re: tman]
peter
carpal tunnel

Registered: 13/07/2000
Posts: 4174
Loc: Cambridge, England
May I ask what you're intending to do with it? Turning off the warning sounds very suspicious
Dude, if his program is running at high enough privilege to modify the registry, j00 are already 0wn3d.

Peter

Top
#177185 - 28/08/2003 12:21 Re: reg setting to turn off activex warnings? [Re: peter]
andym
carpal tunnel

Registered: 17/01/2002
Posts: 3995
Loc: Manchester UK
Doesn't he work for the military? I'd be careful what you say...
_________________________
Cheers,

Andy M

Top
#177186 - 28/08/2003 12:53 Re: reg setting to turn off activex warnings? [Re: tman]
RobotCaleb
pooh-bah

Registered: 15/01/2002
Posts: 1866
Loc: Austin
heh. i was waiting for the "well, i could tell you but its not ethical" speeches
weve a java script that needs to write to the disk every so often. wed prefer to not have it ask for permission each time. all this could be avoided if theyd give us a server to play with, but its all gotta be client side, and its all gotta be web based. boo-urns

Top