JSI Tip 4964. How can I remove DFS configuration information?

Jerold Schulman

March 12, 2002

1 Min Read
ITPro Today logo in a gray background | ITPro Today

DFS configuration information is stored in the registry, and possibly in the Active Directory.

The procedure for deleting DFS configuration information is different for Fault-Tolerant DFS Roots versus Stand-Alone DFS Roots and Windows 2000 Cluster Servers.

Fault-Tolerant DFS Roots

1. Open a CMD prompt and type net stop dfs.

2. Use Regedt32 to navigate to:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftDfsHost.

3. Delete the Volumes key and any sub-keys.

4. Navigate to:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDfsDriverLocalVolumes

5. Delete all the sub-keys, but NOT the LocalVolumes key.

6. Open Active Directory Users and Computers.

7. On the View menu, press Advanced Features.

8. Open the DFS-Configuration container in the System object. Delete the DFS root in the right-hand pane.

9. Open a CMD prompt and type net start dfs.

Stand-Alone DFS Roots and Windows 2000 Cluster Servers

1. Open a CMD prompt and type net stop dfs.

2. Use Regedt32 to navigate to:

HKEY_LOCAL_MACHINESOFTWAREMicrosoftDfsHost.

3. Delete the Volumes key and any sub-keys.

4. Navigate to:

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesDfsDriverLocalVolumes

5. Delete all the sub-keys, but NOT the LocalVolumes key.

6. Open a CMD prompt and type net start dfs.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like