<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Registry read from other machine in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045692#M23833</link>
    <description>"Laurie Comerford" &lt;LAURIE.COMERFORD&gt; wrote &lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt; For the average user on a network, my 'general purpose' &lt;BR /&gt;
&amp;gt;&amp;gt; terminology applies, as I would expect that the IT staff &lt;BR /&gt;
&amp;gt;&amp;gt; would not wish this user to have these rights and, for &lt;BR /&gt;
&amp;gt;&amp;gt; them, logging in with administrative rights would be &lt;BR /&gt;
&amp;gt;&amp;gt; 'bypassing system security'&lt;BR /&gt;
&lt;BR /&gt;
Laurie - What is the point to posting here, if doing that&lt;BR /&gt;
only serves to show that you don't have a clue?&lt;BR /&gt;
&lt;BR /&gt;
The application provides the credentials, not the user.&lt;BR /&gt;
&lt;BR /&gt;
If the application provides credentials with sufficient rights&lt;BR /&gt;
to access the network resource, the application can access&lt;BR /&gt;
the network resource, regardless of whether the user has &lt;BR /&gt;
sufficient rights or not.&lt;BR /&gt;
&lt;BR /&gt;
If the application provides no credentials, only then does&lt;BR /&gt;
the user's rights determine if the resource can be accessed.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2008&lt;BR /&gt;
Supporting AutoCAD 2000 through 2008&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
CADApps&lt;BR /&gt;
www.cadapps.com.au&lt;BR /&gt;
www.civil3Dtools.com&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:5694159@discussion.autodesk.com...&lt;BR /&gt;
Hi. Laurie is misinformed.&lt;BR /&gt;
&lt;BR /&gt;
There is no need to 'bypass system security', because&lt;BR /&gt;
when you use WMI to access a remote system (whether&lt;BR /&gt;
it is the registry or any other resource), you must provide&lt;BR /&gt;
credientals that identify you has having sufficient rights&lt;BR /&gt;
to access the remote system resource.&lt;BR /&gt;
&lt;BR /&gt;
IOW, you must provide credentials of an administrator&lt;BR /&gt;
or other user that has the required rights to do it.&lt;BR /&gt;
&lt;BR /&gt;
So, yes can do it using WMI.&lt;BR /&gt;
&lt;BR /&gt;
Search Microsoft.com on these:&lt;BR /&gt;
&lt;BR /&gt;
  REMOTE REGISTRY WMI&lt;BR /&gt;
&lt;BR /&gt;
and you will find plenty of information on this.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2008&lt;BR /&gt;
Supporting AutoCAD 2000 through 2008&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Gustavo_Guidi" &lt;G_E_GUIDI&gt; wrote in message &lt;BR /&gt;
news:5691065@discussion.autodesk.com...&lt;BR /&gt;
Can anybody tell me how to read a registry from other machine (the server)&lt;BR /&gt;
in order to set there same variables instead of doing it in all the PC's ??&lt;BR /&gt;
Thanks&lt;/G_E_GUIDI&gt;&lt;/TONY.TANZILLO&gt;&lt;/LAURIE.COMERFORD&gt;</description>
    <pubDate>Thu, 23 Aug 2007 08:09:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-08-23T08:09:31Z</dc:date>
    <item>
      <title>Registry read from other machine</title>
      <link>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045686#M23827</link>
      <description>Can anybody tell me how to read a registry from other machine (the server) &lt;BR /&gt;
in order to set there same variables instead of doing it in all the PC's ??&lt;BR /&gt;
Thanks</description>
      <pubDate>Wed, 15 Aug 2007 20:14:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045686#M23827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-15T20:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Registry read from other machine</title>
      <link>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045687#M23828</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I'm sure there are ways of doing this, but it would involve bypassing the &lt;BR /&gt;
system security.&lt;BR /&gt;
&lt;BR /&gt;
I'm not sure that I would like my registry readable from other computers - &lt;BR /&gt;
once the security was set so that was available, what's to stop a hacker &lt;BR /&gt;
from doing the same thing?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
CADApps&lt;BR /&gt;
www.cadapps.com.au&lt;BR /&gt;
www.civil3Dtools.com&lt;BR /&gt;
"Gustavo_Guidi" &lt;G_E_GUIDI&gt; wrote in message &lt;BR /&gt;
news:5691065@discussion.autodesk.com...&lt;BR /&gt;
Can anybody tell me how to read a registry from other machine (the server)&lt;BR /&gt;
in order to set there same variables instead of doing it in all the PC's ??&lt;BR /&gt;
Thanks&lt;/G_E_GUIDI&gt;</description>
      <pubDate>Wed, 15 Aug 2007 20:22:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045687#M23828</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-15T20:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Registry read from other machine</title>
      <link>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045688#M23829</link>
      <description>I understand what you say, but we work with 5 machines and if we have set &lt;BR /&gt;
many parameters of the application we, use in the register&lt;BR /&gt;
The problem is that when we decide to change a parameter, we have to change &lt;BR /&gt;
it in all machines and if you forget to do it in one, when you join the DWGS &lt;BR /&gt;
there are things that does not match, that's why we are trying to put the &lt;BR /&gt;
parameters in one machine, the server, and make all to read this one, and &lt;BR /&gt;
avoid forgeting to change them in any machine</description>
      <pubDate>Wed, 15 Aug 2007 23:37:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045688#M23829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-15T23:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Registry read from other machine</title>
      <link>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045689#M23830</link>
      <description>5 computers?  Thats nothing... that can be handled by registry files, or even exporting/importing profiles.  The majority of settings shouldn't be changing all that often, either.&lt;BR /&gt;
&lt;BR /&gt;
If you feel like automatiing it, design it so the computer looks for a read-only configuration file on the network on login or application start and processes the information there.  Standard cfg format, custom ASCII, database, XML - there are any number of options for storing the "standard" settings.  As a rule, though, if the system involves bypassing security options there *is* a better way.</description>
      <pubDate>Wed, 15 Aug 2007 23:47:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045689#M23830</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2007-08-15T23:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Registry read from other machine</title>
      <link>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045690#M23831</link>
      <description>Hi. Laurie is misinformed.&lt;BR /&gt;
&lt;BR /&gt;
There is no need to 'bypass system security', because&lt;BR /&gt;
when you use WMI to access a remote system (whether&lt;BR /&gt;
it is the registry or any other resource), you must provide &lt;BR /&gt;
credientals that identify you has having sufficient rights &lt;BR /&gt;
to access the remote system resource.&lt;BR /&gt;
&lt;BR /&gt;
IOW, you must provide credentials of an administrator&lt;BR /&gt;
or other user that has the required rights to do it.&lt;BR /&gt;
&lt;BR /&gt;
So, yes can do it using WMI. &lt;BR /&gt;
&lt;BR /&gt;
Search Microsoft.com on these:&lt;BR /&gt;
&lt;BR /&gt;
  REMOTE REGISTRY WMI&lt;BR /&gt;
&lt;BR /&gt;
and you will find plenty of information on this.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2008&lt;BR /&gt;
Supporting AutoCAD 2000 through 2008&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Gustavo_Guidi" &lt;G_E_GUIDI&gt; wrote in message news:5691065@discussion.autodesk.com...&lt;BR /&gt;
Can anybody tell me how to read a registry from other machine (the server) &lt;BR /&gt;
in order to set there same variables instead of doing it in all the PC's ??&lt;BR /&gt;
Thanks&lt;/G_E_GUIDI&gt;</description>
      <pubDate>Sun, 19 Aug 2007 05:36:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045690#M23831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-19T05:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Registry read from other machine</title>
      <link>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045691#M23832</link>
      <description>Hi Tony,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the clarification and extra information.&lt;BR /&gt;
&lt;BR /&gt;
For the average user on a network, my 'general purpose' terminology applies, &lt;BR /&gt;
as I would expect that the IT staff would not wish this user to have these &lt;BR /&gt;
rights and, for them, logging in with administrative rights would be &lt;BR /&gt;
'bypassing system security'&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
CADApps&lt;BR /&gt;
www.cadapps.com.au&lt;BR /&gt;
www.civil3Dtools.com&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:5694159@discussion.autodesk.com...&lt;BR /&gt;
Hi. Laurie is misinformed.&lt;BR /&gt;
&lt;BR /&gt;
There is no need to 'bypass system security', because&lt;BR /&gt;
when you use WMI to access a remote system (whether&lt;BR /&gt;
it is the registry or any other resource), you must provide&lt;BR /&gt;
credientals that identify you has having sufficient rights&lt;BR /&gt;
to access the remote system resource.&lt;BR /&gt;
&lt;BR /&gt;
IOW, you must provide credentials of an administrator&lt;BR /&gt;
or other user that has the required rights to do it.&lt;BR /&gt;
&lt;BR /&gt;
So, yes can do it using WMI.&lt;BR /&gt;
&lt;BR /&gt;
Search Microsoft.com on these:&lt;BR /&gt;
&lt;BR /&gt;
  REMOTE REGISTRY WMI&lt;BR /&gt;
&lt;BR /&gt;
and you will find plenty of information on this.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2008&lt;BR /&gt;
Supporting AutoCAD 2000 through 2008&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Gustavo_Guidi" &lt;G_E_GUIDI&gt; wrote in message &lt;BR /&gt;
news:5691065@discussion.autodesk.com...&lt;BR /&gt;
Can anybody tell me how to read a registry from other machine (the server)&lt;BR /&gt;
in order to set there same variables instead of doing it in all the PC's ??&lt;BR /&gt;
Thanks&lt;/G_E_GUIDI&gt;&lt;/TONY.TANZILLO&gt;</description>
      <pubDate>Sun, 19 Aug 2007 06:21:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045691#M23832</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-19T06:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Registry read from other machine</title>
      <link>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045692#M23833</link>
      <description>"Laurie Comerford" &lt;LAURIE.COMERFORD&gt; wrote &lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt; For the average user on a network, my 'general purpose' &lt;BR /&gt;
&amp;gt;&amp;gt; terminology applies, as I would expect that the IT staff &lt;BR /&gt;
&amp;gt;&amp;gt; would not wish this user to have these rights and, for &lt;BR /&gt;
&amp;gt;&amp;gt; them, logging in with administrative rights would be &lt;BR /&gt;
&amp;gt;&amp;gt; 'bypassing system security'&lt;BR /&gt;
&lt;BR /&gt;
Laurie - What is the point to posting here, if doing that&lt;BR /&gt;
only serves to show that you don't have a clue?&lt;BR /&gt;
&lt;BR /&gt;
The application provides the credentials, not the user.&lt;BR /&gt;
&lt;BR /&gt;
If the application provides credentials with sufficient rights&lt;BR /&gt;
to access the network resource, the application can access&lt;BR /&gt;
the network resource, regardless of whether the user has &lt;BR /&gt;
sufficient rights or not.&lt;BR /&gt;
&lt;BR /&gt;
If the application provides no credentials, only then does&lt;BR /&gt;
the user's rights determine if the resource can be accessed.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2008&lt;BR /&gt;
Supporting AutoCAD 2000 through 2008&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
CADApps&lt;BR /&gt;
www.cadapps.com.au&lt;BR /&gt;
www.civil3Dtools.com&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:5694159@discussion.autodesk.com...&lt;BR /&gt;
Hi. Laurie is misinformed.&lt;BR /&gt;
&lt;BR /&gt;
There is no need to 'bypass system security', because&lt;BR /&gt;
when you use WMI to access a remote system (whether&lt;BR /&gt;
it is the registry or any other resource), you must provide&lt;BR /&gt;
credientals that identify you has having sufficient rights&lt;BR /&gt;
to access the remote system resource.&lt;BR /&gt;
&lt;BR /&gt;
IOW, you must provide credentials of an administrator&lt;BR /&gt;
or other user that has the required rights to do it.&lt;BR /&gt;
&lt;BR /&gt;
So, yes can do it using WMI.&lt;BR /&gt;
&lt;BR /&gt;
Search Microsoft.com on these:&lt;BR /&gt;
&lt;BR /&gt;
  REMOTE REGISTRY WMI&lt;BR /&gt;
&lt;BR /&gt;
and you will find plenty of information on this.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2008&lt;BR /&gt;
Supporting AutoCAD 2000 through 2008&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Gustavo_Guidi" &lt;G_E_GUIDI&gt; wrote in message &lt;BR /&gt;
news:5691065@discussion.autodesk.com...&lt;BR /&gt;
Can anybody tell me how to read a registry from other machine (the server)&lt;BR /&gt;
in order to set there same variables instead of doing it in all the PC's ??&lt;BR /&gt;
Thanks&lt;/G_E_GUIDI&gt;&lt;/TONY.TANZILLO&gt;&lt;/LAURIE.COMERFORD&gt;</description>
      <pubDate>Thu, 23 Aug 2007 08:09:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045692#M23833</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-23T08:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Registry read from other machine</title>
      <link>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045693#M23834</link>
      <description>Hi Tony,&lt;BR /&gt;
&lt;BR /&gt;
As always, if you can find an obscure interpretation of anything people on &lt;BR /&gt;
your hate list say, you'll take the opportunity to abuse them.&lt;BR /&gt;
&lt;BR /&gt;
Why don't you try and help users yourself instead of hanging round like a &lt;BR /&gt;
bad smell looking for opportunity to distort the comments of others with &lt;BR /&gt;
helpful intentions.  And, if they make a factual error  why not simply &lt;BR /&gt;
provide a factual correction without the personal abuse.&lt;BR /&gt;
&lt;BR /&gt;
I realise you've never made a mistake - I only have to ask you.  Funnily &lt;BR /&gt;
enough I've read your comments on the desirability of weekend programmers &lt;BR /&gt;
tackling .NET and they reflect comments I made for which at the time you &lt;BR /&gt;
found it necessary to embark on another of your tirades on my ignorance.&lt;BR /&gt;
&lt;BR /&gt;
If I was an IT person concerned with security of my network, I would not &lt;BR /&gt;
give a stuff about the actual mechanisms involved - I simply would see &lt;BR /&gt;
access from a client computer to information on the server as unacceptable &lt;BR /&gt;
except where that access had been reviewed as reasonable, and all I did was &lt;BR /&gt;
draw the OPs attention to a need for this aspect to be considered.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
&lt;BR /&gt;
Laurie Comerford&lt;BR /&gt;
CADApps&lt;BR /&gt;
www.cadapps.com.au&lt;BR /&gt;
www.civil3Dtools.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;SNIP&gt;&lt;/SNIP&gt;</description>
      <pubDate>Thu, 23 Aug 2007 10:19:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045693#M23834</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-23T10:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Registry read from other machine</title>
      <link>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045694#M23835</link>
      <description>Thank god your not an IT person.</description>
      <pubDate>Thu, 23 Aug 2007 23:08:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045694#M23835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-23T23:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Registry read from other machine</title>
      <link>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045695#M23836</link>
      <description>&amp;gt;&amp;gt; Hi Tony,&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt; As always, if you can find an obscure interpretation of &lt;BR /&gt;
&amp;gt;&amp;gt; anything people on your hate list say, you'll take the &lt;BR /&gt;
&amp;gt;&amp;gt; opportunity to abuse them.&lt;BR /&gt;
&lt;BR /&gt;
Laurie - That's not an obscure interpretation, that's just &lt;BR /&gt;
the usual spin tactics you resort to every time you are &lt;BR /&gt;
shown to be in error. Every time that happens, you behave&lt;BR /&gt;
like a child.&lt;BR /&gt;
&lt;BR /&gt;
Secondly, you're confusing what you call my 'hate list',&lt;BR /&gt;
with those having a level of technical competence that &lt;BR /&gt;
rivals the average grade schooler, but who routinely &lt;BR /&gt;
want to advise others on matters that are for the most&lt;BR /&gt;
part, entirely over their head. Luckily, there aren't many &lt;BR /&gt;
more like you here.&lt;BR /&gt;
&lt;BR /&gt;
You have no good intentions, because whenever you&lt;BR /&gt;
are shown to be in error, its perfectly clear from your&lt;BR /&gt;
childish reaction that you would much rather leave the &lt;BR /&gt;
receipient(s) of your bad advice misinformed, only to &lt;BR /&gt;
save yourself from having to look bad.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2008&lt;BR /&gt;
Supporting AutoCAD 2000 through 2008&lt;BR /&gt;
http://www.acadxtabs.com</description>
      <pubDate>Wed, 29 Aug 2007 18:37:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/registry-read-from-other-machine/m-p/2045695#M23836</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-08-29T18:37:01Z</dc:date>
    </item>
  </channel>
</rss>

