CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 5/22/2006 8:15:02 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 3 Views: 97 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
4 Items, 1 Pages 1 |< << Go >> >|
CoralSpringsTon
Asp.Net User
Reading Registry Keys on Remote Machines5/22/2006 8:15:02 PM

0/0

When I go to Reg edit and lookup HKCU\software\microsoft\windows\currentversion\unreadmail, I can read the subkey, but when i try to do it programmatically, the key does not exits.

I use

Dim Regkey As RegistryKey

Regkey = RegistryKey.OpenRemoteBaseKey(RegistryHive.CurrentUser,

"RemoteMachName")

Dim remKey As RegistryKey

remKey = Regkey.OpenSubKey(

"Software\Microsoft\Windows\CurrentVersion\UnreadMail", False)

Dim SubKey() As String = remKey.GetSubKeyNames

Dim S As String

For Each S In SubKey

ListBox.Items.Add(S)

Next

 

Why can't I see this key?

thanks

 

Mikhail Arkhipo
Asp.Net User
Re: Reading Registry Keys on Remote Machines5/23/2006 1:28:00 AM

0/0

You have to have proper permissions on the remote machine in order to be able to access Registry remotely. "Current User" means user that is currently logged locally on on the remote machine. You are accessing registry without being logged on so the access will fail.
Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
CoralSpringsTon
Asp.Net User
Re: Reading Registry Keys on Remote Machines5/25/2006 5:08:39 PM

0/0

Thanks Mr. Arkhipov

Then if I may ask, is there ANY way to get the email address of someone accessing your website?

I mean, without them login in and telling you the info which you then write to a cookie.

Coralspringstony

 

 

Mikhail Arkhipo
Asp.Net User
Re: Reading Registry Keys on Remote Machines5/25/2006 7:49:22 PM

0/0

Fetching visitor's e-mail address without his/her consent would raise serious security and privacy issues. Browsers normally do not allow e-mail adress retrieval.
Thanks

------------------------------------------------------------

This posting is provided "AS IS" with no warranties, and confers no rights.
4 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Microsoft Windows XP Power Optimization Authors: John Paul Mueller, Pages: 379, Published: 2005
Windows Management Instrumentation Authors: Matthew M. Lavy, Ashley J. Meggitt, Pages: 407, Published: 2001
Hardening Windows Systems: [bulletproof Your Systems Before You are Hacked!] Authors: Roberta Bragg, Pages: 526, Published: 2004
Managing the Windows 2000 Registry Authors: Paul Robichaux, Pages: 541, Published: 2000
COM+ Programming with Visual Basic: Developing COM+ Servers with COM, COM+, and .NET Authors: Jose Mojica, Pages: 348, Published: 2001
Windows NT in a Nutshell Authors: Eric Pearce, Pages: 361, Published: 1997
Code Hacking: A Developer's Guide to Network Security Authors: Julian Cordingley, Pages: 386, Published: 2004
Nessus, Snort, & Ethereal power tools: Customizing Open Source Security Applications Authors: Neil Archibald, Gilbert Ramirez, Noam Rathaus, Syngress Media, Inc, Josh Burke, Brian Caswell, Renaud Deraison, Pages: 445, Published: 2005

Web:
Reading registry of remote machine using WMI - Software Development Is it possible to read registry of a remote machine using WMI in C#. ... RegistryKey that represents the requested key on a remote machine. ...
VBScript - problem reading remote registry keys The wshshell regread is not pretending that it is reading a remote machine with the name strComputer. Where does it know from? It reads local registry all ...
query remote machine registry - Xtreme Visual Basic Talk query remote machine registry .NET Communications. ... I need to query certain keys in a group of machines. ... Reading a remote registry key value, drumgod, File I/O and Registry, 2, 01-21-2004 07:31 AM ...
Export one registry key on local or remote machine using vbs ... You can export registry on local or remote machine, if you have access to the .... Set of classes to read/enumerate/modify windows registry keys and values ...
.NET csharp local and remote machine registry export i current have a way to read both local and remote machines registry keys and create a textual view (.txt output). i now looking for ways to ...
ASP.NET reading remote registry key NET reading remote registry key. Hi, I use OpenRemoteBaseKey to open HKLM key on remote machine in same domain ...
Can't read remote registry key. May 1, 2006 ... but on read-only OpenSubKey function I ... On remote machine I set all ... Outlook profiles are configured in the following registry key: . ...
ASP :: Get Remote Registry Keys Is it possible to get a key from the registry if a remote machine? .... Is it possible to read a registry key in ASP, and use the value in an application ...
Reading Remote Machines Registry - Ravikanth's Blog Apr 1, 2004 ... Reading Remote Machines Registry. The trick to read the remote registry is to open the remote base key using the static class method: ...
How to read a registry key of all users? - bytes I want to look into a remote machine to see whether a program is not installed by any of users on that machine. So I have to read the key ...

Videos:
Remote Registry Editing(Windows Hacking) Connect to an other machines registry, and get access to edit read and write. This could be used to edit anything in windows on the other ...
Windows XP Tweak - Clearing services for better performance This will make your PC's performance a little better by clearing unused services you do not need. Go to start - Control panel Administrative ...
A New Way to look at Networking Google Tech Talks August 30, 2006 Van Jacobson is a Research Fellow at PARC. Prior to that he was Chief Scientist and co-founder of Packet ...




Search This Site:










code an updated date for a hyperlink

creating folder oprtion in asp.net2.0 with c#

vb.net project properties

how to inherit one page class from another?

unable to debug - it doesn't stop at the debugging point.

smtp e-mail failed through sbc (at&t) isp

please help on vs 2005 publish website

what is the difference between a csc compiled dll and a vs.net compiled dll?

does gridlayout still exist in vs2005?

setting paragraph margins

problem with help files

web site administration tool not working on win xp x64

unable to add codebehind in asp.net 2.0 web site in vs2005?

web configuration problems in vs team for developer

when selecting file->new->project no c# options presented ...

backward compatible???

create new stored procedures option disabled??

dataset designer wont work

vs2005 can not run on winxp sp2

visual studio 2005 team suite sp1 - install

visual studio-project types

bug on intellisense for mycommand

how to read .txt files from console application?

vsdesigner error creating table adapter

visual studio 2005 classic asp syntax highlighting

vs2005: poll: how much memory is yours using

i am having problem debugging my page......

adding class library reference in asp.net 2.0

should i ever 'build' my website while testing?

javascript validation for a grid view

  Privacy | Contact Us
All Times Are GMT