Apr 28, 2001 #1 teklow MIS Joined Apr 2, 2001 Messages 37 Location 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 Joined Apr 27, 2001 Messages 17 Location 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 Joined Oct 31, 2000 Messages 399 Location 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