Apr 28, 2001 #1 teklow MIS Apr 2, 2001 37 US Folks, I would like to delete WINS table on the WINS server (NT4) from the command line, how to do this? Thanks,
Folks, I would like to delete WINS table on the WINS server (NT4) from the command line, how to do this? Thanks,
May 1, 2001 #2 whitd01 Technical User Apr 27, 2001 17 US Would you like to do this only once, or on a regular basis Upvote 0 Downvote
May 1, 2001 #3 Voyager1 IS-IT--Management Oct 31, 2000 399 US If this is a one-time deal, you can do it this way... Open a Command Prompt Change to \winnt\system32\wins directory Enter the following: net stop wins del *.* net start wins When you re-start the service it will create a new, unpopulated database. Hope this helps... - Bill "You can get anything you want out of life, if you'll just help enough other people get what they want" - Zig Ziglar Upvote 0 Downvote
If this is a one-time deal, you can do it this way... Open a Command Prompt Change to \winnt\system32\wins directory Enter the following: net stop wins del *.* net start wins When you re-start the service it will create a new, unpopulated database. Hope this helps... - Bill "You can get anything you want out of life, if you'll just help enough other people get what they want" - Zig Ziglar