Summary: Use Windows PowerShell to create a file share.
How can I use Windows PowerShell on my computer running Windows 8 to create a new file share?
Open the Windows PowerShell console with Admin rights, then use the New-SmbShare function,
and specify a file name and path:
New-SmbShare -Name fso -Path c:\fso