Network Password Changer - Diagnosing Problems
A number of people have experienced problems when running Network Password Changer, such that it is impractical for them to run it because it takes too long to run or does not get beyond the splash screen.
These instructions are based on experience with version 1.0 but may help with later versions too.
To run all the programs you will need to download a test program called NetServerEnum.exe. This is packaged in a zip file called NetServerEnum.zip.
While running the commands below record the following:
Instructions:
c:
cd \tstemp
net view
If this takes years (and only a few computers appear) or comes up with an error then there is a problem with your networking of some description. If pages of computers appears then this is most likely the culprit of the speed problem.
Example Output:
C:\TSTemp>net view
Server Name Remark
-------------------------------------------
\\PC1
\\PC2
...
\\ZZZZZZ Domain Controller
The command completed successfully.
C:\TSTemp>
Common Errors
| No. | Message | Description |
| 6118 |
System error 6118 has occurred.
The list of servers for this workgroup is not currently available
|
Covers a multitude of sins. Could be literany anmything from incorrect WINS settings, the network cable not being plugged in, incorrect firewall configuration, or NetBIOS turned off on the adapter |
net view /domain
This should report one or more domains or workgroups.
Example Output:
C:\TSTemp>net view /domain
Domain
-----------------------------------
TEST
WORKGROUP
The command completed successfully.
C:\TSTemp>
NetServerEnum
This should report all domains and computers that it finds. This is how NetworkPaswordChanger currently enumerates the network. The Version 2 will have the option to change to use this or the same method as the built in net view command does, but with the restriction of only changing passwords in the current domain.
Example Output:
C:\TSTemp>NetServerEnum.exe
Domain TEST
Computer \\PC1
Computer \\PC2
...
Domain WORKGROUP
Computer \\PC3
Computer \\PC4
...
Computer \\ZZZZZZ
C:\TSTemp>
If any error numbers are returned by net view then its worthwhile searching for them in Microsoft's KnowledgeBase as this is how Network Neighbourhood searches for computers, and if that doesn't work then neither will Network Password Changer.
Other than that send an email detailing what happened when you tried each of the commands above to .
| These pages are maintained by the Twaddle Webmaster. If you have any queries or comments about these pages please feel free to contact me. |