Networking Forums

Networking Forums > Computer Networking > Windows Networking > What registry entries can apps read/write to?

Reply
Thread Tools Display Modes

What registry entries can apps read/write to?

 
 
Jan
Guest
Posts: n/a

 
      06-02-2005, 06:13 PM
Hi



I am in the process of updating an old app so that it can be used on
networks. The original app is a 'try before you buy' style app that allows
the user 21 days of full functionality before requiring to be licensed. This
was achieved by reading/writing to keys in the registry. However, several
people have suggested that the app will not be able to write to just any
keys as the network OS would prevent it.



Would I be able to write to any of these?
HKEY_LOCAL_MACHINE\software\Licenses*\<myGUId>\<pr oduct name>
or
HKEY_CURRENT_USER\software\<product name>*\<myGUId>\
or
HKEY_LOCAL_MACHINE\software\<product name>*\<myGUId>\

Or is somewhere else best?

J


 
Reply With Quote
 
 
 
 
Jan
Guest
Posts: n/a

 
      06-02-2005, 06:28 PM
Further to my original post:

I should add that the registry keys are written to by my app when it is
running.

The end users are students in colleges and who would not have any admin
rights and normally cannot run exe files or install software ect.

Thanks again for any help given
J

"Jan" <(E-Mail Removed)> wrote in message
news:d7ni8s$aos$(E-Mail Removed)...
> Hi
>
>
>
> I am in the process of updating an old app so that it can be used on
> networks. The original app is a 'try before you buy' style app that allows
> the user 21 days of full functionality before requiring to be licensed.
> This was achieved by reading/writing to keys in the registry. However,
> several people have suggested that the app will not be able to write to
> just any keys as the network OS would prevent it.
>
>
>
> Would I be able to write to any of these?
> HKEY_LOCAL_MACHINE\software\Licenses*\<myGUId>\<pr oduct name>
> or
> HKEY_CURRENT_USER\software\<product name>*\<myGUId>\
> or
> HKEY_LOCAL_MACHINE\software\<product name>*\<myGUId>\
>
> Or is somewhere else best?
>
> J
>
>



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      06-02-2005, 06:29 PM
It depends on the access level of the user who is logged in when the thing
is "run".


--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


"Jan" <(E-Mail Removed)> wrote in message
news:d7ni8s$aos$(E-Mail Removed)...
> Hi
>
>
>
> I am in the process of updating an old app so that it can be used on
> networks. The original app is a 'try before you buy' style app that allows
> the user 21 days of full functionality before requiring to be licensed.

This
> was achieved by reading/writing to keys in the registry. However, several
> people have suggested that the app will not be able to write to just any
> keys as the network OS would prevent it.
>
>
>
> Would I be able to write to any of these?
> HKEY_LOCAL_MACHINE\software\Licenses*\<myGUId>\<pr oduct name>
> or
> HKEY_CURRENT_USER\software\<product name>*\<myGUId>\
> or
> HKEY_LOCAL_MACHINE\software\<product name>*\<myGUId>\
>
> Or is somewhere else best?
>
> J
>
>



 
Reply With Quote
 
Jan
Guest
Posts: n/a

 
      06-02-2005, 07:47 PM
Hi

Hmmm so is it possible to have the situation where no reg keys are available
to write to? Surely these days most software uses the registry for
something? Is there a 'safe bet' for any particular key?

Thanks
J


"Phillip Windell" <@.> wrote in message
news:(E-Mail Removed)...
> It depends on the access level of the user who is logged in when the thing
> is "run".
>
>
> --
>
> Phillip Windell [MCP, MVP, CCNA]
> www.wandtv.com
>
>
> "Jan" <(E-Mail Removed)> wrote in message
> news:d7ni8s$aos$(E-Mail Removed)...
>> Hi
>>
>>
>>
>> I am in the process of updating an old app so that it can be used on
>> networks. The original app is a 'try before you buy' style app that
>> allows
>> the user 21 days of full functionality before requiring to be licensed.

> This
>> was achieved by reading/writing to keys in the registry. However,
>> several
>> people have suggested that the app will not be able to write to just any
>> keys as the network OS would prevent it.
>>
>>
>>
>> Would I be able to write to any of these?
>> HKEY_LOCAL_MACHINE\software\Licenses*\<myGUId>\<pr oduct name>
>> or
>> HKEY_CURRENT_USER\software\<product name>*\<myGUId>\
>> or
>> HKEY_LOCAL_MACHINE\software\<product name>*\<myGUId>\
>>
>> Or is somewhere else best?
>>
>> J
>>
>>

>
>



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      06-03-2005, 01:57 PM
Users can write to thier own "Current User Keys".

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com

"Jan" <(E-Mail Removed)> wrote in message
news:d7nnnl$dnn$(E-Mail Removed)...
> Hi
>
> Hmmm so is it possible to have the situation where no reg keys are

available
> to write to? Surely these days most software uses the registry for
> something? Is there a 'safe bet' for any particular key?
>
> Thanks
> J
>
>
> "Phillip Windell" <@.> wrote in message
> news:(E-Mail Removed)...
> > It depends on the access level of the user who is logged in when the

thing
> > is "run".
> >
> >
> > --
> >
> > Phillip Windell [MCP, MVP, CCNA]
> > www.wandtv.com
> >
> >
> > "Jan" <(E-Mail Removed)> wrote in message
> > news:d7ni8s$aos$(E-Mail Removed)...
> >> Hi
> >>
> >>
> >>
> >> I am in the process of updating an old app so that it can be used on
> >> networks. The original app is a 'try before you buy' style app that
> >> allows
> >> the user 21 days of full functionality before requiring to be licensed.

> > This
> >> was achieved by reading/writing to keys in the registry. However,
> >> several
> >> people have suggested that the app will not be able to write to just

any
> >> keys as the network OS would prevent it.
> >>
> >>
> >>
> >> Would I be able to write to any of these?
> >> HKEY_LOCAL_MACHINE\software\Licenses*\<myGUId>\<pr oduct name>
> >> or
> >> HKEY_CURRENT_USER\software\<product name>*\<myGUId>\
> >> or
> >> HKEY_LOCAL_MACHINE\software\<product name>*\<myGUId>\
> >>
> >> Or is somewhere else best?
> >>
> >> J
> >>
> >>

> >
> >

>
>



 
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
Registering DLL/Registry Entries MichaelFaulkner Windows Networking 1 06-26-2007 05:50 PM
manually remove NIC entries in registry and redetect NICs Thane Campbell Windows Networking 1 04-12-2007 04:57 PM
Missing Registry Entries, network connection and Driver file prope Joel Sprague Windows Networking 2 08-23-2006 05:27 PM
registry entries dae Wireless Networks 1 02-19-2005 01:11 AM
55Mb/sec read but only 1mb/sec write via gigabit =?Utf-8?B?Y2hhcmxpZS1lcA==?= Windows Networking 0 04-15-2004 01:01 AM



1 2 3 4 5 6 7 8 9 10 11