Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > change Registry with asp

Reply
Thread Tools

change Registry with asp

 
 
nikou_70@yahoo.com
Guest
Posts: n/a
 
      02-07-2006
I have a message in (LegalNoticeText) in winlogin in registry ,when
user( in our network) log to windows can see massage that I put in
LegalNoticeText , every day I should change this message(it's message
of the day) I write a html form that I could input massage in it ,I
want to change the value of the LegalNoticeText with text box in this
form, or if you have any other way that I can change the value of the
LegalNoticeText?( user allow WScript run is there any way with that?)
Thanks for your help,

 
Reply With Quote
 
 
 
 
Ray Costanzo [MVP]
Guest
Posts: n/a
 
      02-07-2006
ASP is NOT the right technology for this by any means.

1. ASP runs on the server, not on the client machine where that setting is
stored.

2. You would not want to open up the security holes that you'd need to
allow client-side scripting in a Web page to access the registry.

3. Ordinary users should not have the rights to change this data in the
registry.

Talk to your domain admin about using policies to control these messages.

Ray at work

<> wrote in message
news: oups.com...
>I have a message in (LegalNoticeText) in winlogin in registry ,when
> user( in our network) log to windows can see massage that I put in
> LegalNoticeText , every day I should change this message(it's message
> of the day) I write a html form that I could input massage in it ,I
> want to change the value of the LegalNoticeText with text box in this
> form, or if you have any other way that I can change the value of the
> LegalNoticeText?( user allow WScript run is there any way with that?)
> Thanks for your help,
>



 
Reply With Quote
 
 
 
 
Patrice
Guest
Posts: n/a
 
      02-07-2006
If you want to do that from a web site (this is your company intranet ?) why
don't you just display the message of the day on the welcome page of this
site ?

Else it's too late anyway as the user is already logged plus you'll have to
enable this on your coporate station as it won't work by default for
security reasons.

Even though another option could be to use poledit, IMO this is not the
appropriate place for such a message. You could instead have a login script
that launch whatever you want (either ie on a web site or a whetever
application you want) to display this message of the day...

My personal preference would be to have this available on the intranet
site...

--
Patrice

<> a écrit dans le message de
news: oups.com...
> I have a message in (LegalNoticeText) in winlogin in registry ,when
> user( in our network) log to windows can see massage that I put in
> LegalNoticeText , every day I should change this message(it's message
> of the day) I write a html form that I could input massage in it ,I
> want to change the value of the LegalNoticeText with text box in this
> form, or if you have any other way that I can change the value of the
> LegalNoticeText?( user allow WScript run is there any way with that?)
> Thanks for your help,
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

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
What is Windows registry (Registry Keys) Omar Abid Computer Support 0 03-28-2008 04:22 PM
Help:win95 registry vs. winxp registry wege Computer Support 3 06-09-2006 06:28 PM
How to read a registry key from Windows registry ? Leny Java 3 02-01-2005 07:54 AM
Interpretation of registry log of tweakui produced registry alteration vincemoon@rcn.com ASP .Net 0 01-10-2005 02:53 AM
Reading registry key throws "Requested registry access is not allowed." HK ASP .Net 1 04-01-2004 04:44 PM



Advertisments
 



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