Saturday, March 6, 2010

How to restore the Desktop.ini files for folders in My Documents

Click Start > Run and type:

rundll32 mydocs.dll,PerUserInit

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