Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Disabling Security Center Alerts

Reply
Thread Tools Display Modes

Disabling Security Center Alerts

 
 
Dilip
Guest
Posts: n/a

 
      06-21-2008

Is it possible to disable the Security Center Alerts on Vista (no
icon, no notifications) via command line or by script?

Turning off UAC by modifying a certain registry entry turned out to be
easy (using the reg.exe command line utility), however I can't find a
way to do the same for the Security Center Alerts. I am willing to
write some scripting code if that is what it takes.

Does anyone know?
 
Reply With Quote
 
 
 
 
t-4-2
Guest
Posts: n/a

 
      06-21-2008

Dilip;754414 Wrote:
> Is it possible to disable the Security Center Alerts on Vista (n
> icon, no notifications) via command line or by script
>
> Turning off UAC by modifying a certain registry entry turned out to b
> easy (using the reg.exe command line utility), however I can't find
> way to do the same for the Security Center Alerts. I am willing t
> write some scripting code if that is what it takes
>
> Does anyone know

Hello Dilip
Forgive me if I appear to be condescending.
In the hands of experienced and competent users, turning off Securit
Center is not a big deal. They know how to take care of the computer'
security
Conversely, in the hands of inexperienced and unknowledgeable users
the integrity of the computer is in dire danger.
You do not belong to the former if you had to ask this question
That, sir, is probably why you have yet to get anyone to answer you
question
It's like going through the metal detectors, getting baggages checke
in the airport. It's annoying, but neccessary for security
I apologize if I have offended you

--
t-4-2
 
Reply With Quote
 
Dave-UK
Guest
Posts: n/a

 
      06-21-2008


"Dilip" <> wrote in message news:83cb4b3b-05cc-45ee-970e-...
>
> Is it possible to disable the Security Center Alerts on Vista (no
> icon, no notifications) via command line or by script?
>
> Turning off UAC by modifying a certain registry entry turned out to be
> easy (using the reg.exe command line utility), however I can't find a
> way to do the same for the Security Center Alerts. I am willing to
> write some scripting code if that is what it takes.
>
> Does anyone know?


You'll find the info here:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Svc
and then under your unique-numbered key.
The three states are 0, 1 or 2.

 
Reply With Quote
 
Dilip
Guest
Posts: n/a

 
      06-21-2008
On Jun 21, 4:46 pm, "Dave-UK" <1...@2.com> wrote:
> "Dilip" <rdil...@lycos.com> wrote in messagenews:83cb4b3b-05cc-45ee-970e-...
>
> > Is it possible to disable the Security Center Alerts on Vista (no
> > icon, no notifications) via command line or by script?

>
> > Turning off UAC by modifying a certain registry entry turned out to be
> > easy (using the reg.exe command line utility), however I can't find a
> > way to do the same for the Security Center Alerts. I am willing to
> > write some scripting code if that is what it takes.

>
> > Does anyone know?

>
> You'll find the info here:
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Svc
> and then under your unique-numbered key.
> The three states are 0, 1 or 2.


Thanks Dave. I knew this key but there was a reason why I asked this
question. Initially that hive underneath Svc is empty. The unique-
numbered key is generated the first time I try to make any
modification to the security center settings. What this means is I
cannot write any general purpose utility to turn this on/off ahead of
time, right? because I don't know what algorithm Vista is using to
generate that key.
 
Reply With Quote
 
Dave-UK
Guest
Posts: n/a

 
      06-22-2008


"Dilip" <> wrote in message news:594ab5dc-5ee1-4f09-bb17-...
> On Jun 21, 4:46 pm, "Dave-UK" <1...@2.com> wrote:
>> "Dilip" <rdil...@lycos.com> wrote in messagenews:83cb4b3b-05cc-45ee-970e-...
>>
>> > Is it possible to disable the Security Center Alerts on Vista (no
>> > icon, no notifications) via command line or by script?

>>
>> > Turning off UAC by modifying a certain registry entry turned out to be
>> > easy (using the reg.exe command line utility), however I can't find a
>> > way to do the same for the Security Center Alerts. I am willing to
>> > write some scripting code if that is what it takes.

>>
>> > Does anyone know?

>>
>> You'll find the info here:
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Svc
>> and then under your unique-numbered key.
>> The three states are 0, 1 or 2.

>
> Thanks Dave. I knew this key but there was a reason why I asked this
> question. Initially that hive underneath Svc is empty. The unique-
> numbered key is generated the first time I try to make any
> modification to the security center settings. What this means is I
> cannot write any general purpose utility to turn this on/off ahead of
> time, right? because I don't know what algorithm Vista is using to
> generate that key.


The 36 digit number is the user number, already generated in HKEY_Users.
You need to identify the user and read the number from there.
I have only one number as I am the only user of my machine,
I don't know about multiple accounts.




 
Reply With Quote
 
Dilip
Guest
Posts: n/a

 
      06-22-2008
On Jun 22, 3:48 am, "Dave-UK" <1...@2.com> wrote:
> "Dilip" <rdil...@lycos.com> wrote in messagenews:594ab5dc-5ee1-4f09-bb17-...
> > On Jun 21, 4:46 pm, "Dave-UK" <1...@2.com> wrote:
> >> "Dilip" <rdil...@lycos.com> wrote in messagenews:83cb4b3b-05cc-45ee-970e-...

>
> >> > Is it possible to disable the Security Center Alerts on Vista (no
> >> > icon, no notifications) via command line or by script?

>
> >> > Turning off UAC by modifying a certain registry entry turned out to be
> >> > easy (using the reg.exe command line utility), however I can't find a
> >> > way to do the same for the Security Center Alerts. I am willing to
> >> > write some scripting code if that is what it takes.

>
> >> > Does anyone know?

>
> >> You'll find the info here:
> >> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center\Svc
> >> and then under your unique-numbered key.
> >> The three states are 0, 1 or 2.

>
> > Thanks Dave. I knew this key but there was a reason why I asked this
> > question. Initially that hive underneath Svc is empty. The unique-
> > numbered key is generated the first time I try to make any
> > modification to the security center settings. What this means is I
> > cannot write any general purpose utility to turn this on/off ahead of
> > time, right? because I don't know what algorithm Vista is using to
> > generate that key.

>
> The 36 digit number is the user number, already generated in HKEY_Users.
> You need to identify the user and read the number from there.
> I have only one number as I am the only user of my machine,
> I don't know about multiple accounts.


Beautiful!!! I can check this only on Monday since I don't have a
Vista machine handy but what hive under HKEY_Users is this user number
found? I know I can figure this out tomorrow but I am trying to get
myself prepared with as much as I can possibly learn from you (;-)) so
that all I will have to do tomorrow is to crank out an app that can
turn off the alerts. That way I can probably meet the Tuesday release
deadline.

BTW, I noticed that under the Svc\user-generated-number, there are
actually 2 string values: EnableNotifications and
EnableNotificationsRef. EnableNotifications is what is used to
trigger the 3 different options (icon - no/notifications - no, icon -
yes/notifications - no, icon - yes/notifications - yes). The latter
key is used to bump the count by 1 everytime a change is made to the
security center options.

Have I got that right?

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Selectively tune how Security Center Alerts Me Timothy J. Trace Windows Vista Security 1 11-05-2007 06:26 PM
windows security alerts Conor D Windows Vista Security 0 08-09-2007 07:38 PM
Security Alerts Lynz1222 Windows Vista Security 2 07-17-2007 05:14 AM
disabling WIn Defender and security center Daniel Windows Vista General Discussion 2 10-25-2006 03:06 PM
UAC and Security Alerts Ernie Windows Vista Security 3 06-10-2006 11:55 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59