PC Review


Reply
 
 
=?Utf-8?B?bWdwaw==?=
Guest
Posts: n/a
 
      13th Feb 2005
when I try to open control panel I get an error message that says that my
current security settings prohibit running activex.

I need help in solving this.

thanks,
 
Reply With Quote
 
 
 
 
Mistoffolees
Guest
Posts: n/a
 
      13th Feb 2005

mgpk wrote:
> when I try to open control panel I get an error message that says that my
> current security settings prohibit running activex.
>
> I need help in solving this.
>
> thanks,



Active-X settings can be changed under Properties of
Internet Explorer. Go to the Security Tab and make the
changes there. Be aware, however, thet some malware,
spyware or adware rely on an enabled Active-X setting.

 
Reply With Quote
 
=?Utf-8?B?bWdwaw==?=
Guest
Posts: n/a
 
      13th Feb 2005
Is there a site that indicates what the security settings should be in order
to not get the message I have noted below?

thanks,

"Mistoffolees" wrote:

>
> mgpk wrote:
> > when I try to open control panel I get an error message that says that my
> > current security settings prohibit running activex.
> >
> > I need help in solving this.
> >
> > thanks,

>
>
> Active-X settings can be changed under Properties of
> Internet Explorer. Go to the Security Tab and make the
> changes there. Be aware, however, thet some malware,
> spyware or adware rely on an enabled Active-X setting.
>
>

 
Reply With Quote
 
George Hester
Guest
Posts: n/a
 
      13th Feb 2005
The folowing is a vbs file call it MyComputer.vbs

set shell = createobject("wscript.shell")
'=====
'Changing this under the HKLM makes it effective for all users
'at next logon...
'=====
HKLM_MyComputer_key = _
"HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion" _
&"\Internet Settings\Zones\0\"
valuename = "Flags"
shell.RegWrite HKLM_MyComputer_key & valuename, 1, "REG_DWORD"
'=====
'Changing this under the HKCU makes it effective for this user
'immediately and at every logon...
'=====
HKCU_MyComputer_key = _
"HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion" _
&"\Internet Settings\Zones\0\"
valuename = "Flags"
shell.RegWrite HKCU_MyComputer_key & valuename, 1, "REG_DWORD"

msgbox _
"The 'My Computer' security zone " _
& "is now visible in the IE security dialog."

wscript.quit


Now you execute this in the command prompt by:

cscript MyComputer.vbs

and then say OK.

You will find when you go to right-click IE icon on desktop | Properties | Security you will see MyComputer on the far
right. Select that then Custom Level... | enable everything if you trust your computer.

For ActiveX in the Internet Security Zone you should have disabled all ActiveX whcich are not signed or unsafe and the
rest you can enable. Note this does not protect you from malicious ActiveX on the web but believe me nothing in that
area can so it is kind of superflous.

--
George Hester
_________________________________
"mgpk" <(E-Mail Removed)> wrote in message news:54F09A98-1A81-4562-B446-(E-Mail Removed)...
> Is there a site that indicates what the security settings should be in order
> to not get the message I have noted below?
>
> thanks,
>
> "Mistoffolees" wrote:
>
> >
> > mgpk wrote:
> > > when I try to open control panel I get an error message that says that my
> > > current security settings prohibit running activex.
> > >
> > > I need help in solving this.
> > >
> > > thanks,

> >
> >
> > Active-X settings can be changed under Properties of
> > Internet Explorer. Go to the Security Tab and make the
> > changes there. Be aware, however, thet some malware,
> > spyware or adware rely on an enabled Active-X setting.
> >
> >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create an ActiveX in C# using other ActiveX created in VC++ =?Utf-8?B?TW9uaWth?= Microsoft Dot NET Framework 0 13th Jul 2007 06:54 AM
publish activeX combobox and other activeX control =?Utf-8?B?aXJlbmUgYw==?= Microsoft Excel Programming 0 19th Mar 2007 07:19 AM
activex settings prohibit running ActiveX controls Bob Hartung Windows XP Help 3 21st Jul 2005 05:49 AM
Q for Steve Lebans: RTF editing: To ActiveX or not to ActiveX? =?Utf-8?B?QnJhaW5sb3JkIE1lc29tb3JwaA==?= Microsoft Access Form Coding 1 19th Apr 2004 09:38 PM
activex in activex event handling S.Kartikeyan Microsoft C# .NET 2 26th Dec 2003 05:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:18 PM.