Saturday, January 16, 2010

List All Windows Shared Folders

Open a command prompt and type:

wmic share get caption,name,path


To output the results to a text file, type:

wmic /output:c:\sharedFolders.txt share get caption,name,path

No comments:

Post a Comment