Regfind remote computer

G

Guest

In the RegFind syntax, what do they mean by ComputerName with the -m \\ComputerName syntax? Does that mean that if I have RegFind.exe on my computer, I can remote to another computer and change their registry even if they don't have RegFind installed? What is an example of a Computer Name? Is it like an IP address?
 
B

Bill Peele [MS]

--------------------
From: "=?Utf-8?B?Q2FpbmU=?=" <[email protected]>
Subject: Regfind remote computer
Date: Fri, 20 Feb 2004 06:21:06 -0800
Newsgroups: microsoft.public.win2000.registry

In the RegFind syntax, what do they mean by ComputerName with the -m \\ComputerName syntax? Does that
mean that if I have RegFind.exe on my computer, I can remote to another computer and change their registry even
if they don't have RegFind installed? What is an example of a Computer Name? Is it like an IP address?
--

Yes Regfind can be used to modify a remote registry. the ComputerName it is asking for is normally the NetBIOS
computer name but most command line tools that use the NetBIOS computer name will also work with the IP address.

Bill Peele
Microsoft Enterprise Support

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the
terms specified at http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread
from which they originated.
 
B

Bill Peele [MS]

--------------------
From: "=?Utf-8?B?Q2FpbmU=?=" <[email protected]>
Subject: Regfind remote computer
Date: Fri, 20 Feb 2004 06:21:06 -0800
Newsgroups: microsoft.public.win2000.registry

In the RegFind syntax, what do they mean by ComputerName with the -m \\ComputerName syntax? Does that
mean that if I have RegFind.exe on my computer, I can remote to another computer and change their registry even
if they don't have RegFind installed? What is an example of a Computer Name? Is it like an IP address?
--

Yes Regfind can be used to modify a remote registry. the ComputerName it is asking for is normally the NetBIOS
computer name but most command line tools that use the NetBIOS computer name will also work with the IP address.

Bill Peele
Microsoft Enterprise Support

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the
terms specified at http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread
from which they originated.
 
M

Mark V

In said:
In the RegFind syntax, what do they mean by ComputerName with the
-m \\ComputerName syntax? Does that mean that if I have
RegFind.exe on my computer, I can remote to another computer and
change their registry even if they don't have RegFind installed?
What is an example of a Computer Name? Is it like an IP address?

Open a cmd prompt and enter
SET COMPUTERNAME
You will see the NetBIOS name of your computer.

"\\" is part of a naming scheme notation: UNC (Universal Naming
Convention)
As in \\computername\SharedResourceName

"-m" is a "switch" that tells regfind the next chunk of data is a UNC
computername.

Remote usage pre-supposes that your account has sufficient authority to
function on the remote system.
 
M

Mark V

In said:
In the RegFind syntax, what do they mean by ComputerName with the
-m \\ComputerName syntax? Does that mean that if I have
RegFind.exe on my computer, I can remote to another computer and
change their registry even if they don't have RegFind installed?
What is an example of a Computer Name? Is it like an IP address?

Open a cmd prompt and enter
SET COMPUTERNAME
You will see the NetBIOS name of your computer.

"\\" is part of a naming scheme notation: UNC (Universal Naming
Convention)
As in \\computername\SharedResourceName

"-m" is a "switch" that tells regfind the next chunk of data is a UNC
computername.

Remote usage pre-supposes that your account has sufficient authority to
function on the remote system.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top