Skip to content

Instantly share code, notes, and snippets.

@cfebs
Created December 1, 2011 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfebs/1412413 to your computer and use it in GitHub Desktop.
Save cfebs/1412413 to your computer and use it in GitHub Desktop.
refresh windows -> xbox sharing
# refresh windows -> xbox sharing
# if for some reason your xbox is not showing all your movies or music, run this on the PC hosting it
# open a command prompt (Windows Key + R type cmd)
NET STOP WMPNetworkSvc
NET START WMPNetworkSvc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment