How to view the list of shared folders in Windows?

To view the list of folders shared in windows

1. Go to Command line in Windows (Start - > Run -> Type cmd)

2. Type the following command to list the folders shared

C:\>net share

Output:

 Share name   Resource                        Remark
-------------------------------------------------------------------------------

IPC$                                         Remote IPC

share        C:\share
Users        C:\Users
The command completed successfully.

Search