NBTSTAT Problems

  • Thread starter Thread starter Matthew Carter
  • Start date Start date
M

Matthew Carter

I need to be able to run 'nbtstat -R' as a user on Windows
XP Professional. All I get, when logged in as a user
is, "Failed to access NetBT driver -- NetBT may not be
loaded".

This command works fine for users on Windows 2000 and
Windows NT, but only seems to work on XP when logged in as
Administrator, which will not do in this case.

Does anybody have any good ideas on how to solve this
problem? It is very important, as I have this running in
user's login scripts, and it is currently not working.
 
Matthew Carter said:
I need to be able to run 'nbtstat -R' as a user on Windows
XP Professional. All I get, when logged in as a user
is, "Failed to access NetBT driver -- NetBT may not be
loaded".

This command works fine for users on Windows 2000 and
Windows NT, but only seems to work on XP when logged in as
Administrator, which will not do in this case.

Does anybody have any good ideas on how to solve this
problem? It is very important, as I have this running in
user's login scripts, and it is currently not working.


That's how it is.
NBTSTAT will throw that error for non-admin users.

Perhaps you can achieve the desired result without using this in a login
script ?
Why do you feel it necessary to purge and reload the NetBIOS name cache at
login?

That's an unusual requirement.
Any particular reason?
 
quoted from http://www.ChicagoTech.net
Failed to access NetBT driver -- NetBT may not be loaded
causes: 1. No rights to run NBTSTAT.
2. Missing NetBT parameters in registry.
3. NetBIOS is not enabled.


--
For more and other information, go to http://www.ChicagoTech.net

Don't send e-mail or reply to me except you need consulting services.
Posting on MS newsgroup will benefit all readers and you may get more help.

Robert Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN, Anti-Virus, Tips & Troubleshooting on
http://www.ChicagoTech.net
This posting is provided "AS IS" with no warranties.
 

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

Similar Threads

nbtstat 1
Unsolvable NetBios Problem 9
how do you disable netbios/port 135 ? 1
NBTSTAT not returning username 0
Problem with NBTSTAT 1
netbt may not be loaded 1
nbtstat issue 3
NBTSTAT problem 2

Back
Top