The Windows Distributed File System Service can be restarted from the command line.
The command line can be accessed from the Start button:
- Click Start
- Click Run
- Type cmd
- and then click OK.
To stop the existing running service type and then press <Enter>
net stop DFS
and likewise to re-start the Windows DFS Service type and then press <Enter> the following
net start DFS


