A few days ago, I posted that you can't share recorded TV between Media Centers using Windows Vista Home Premium because the genius product planners at Microsoft decided to remove gpedit.msc (the group policy editor) from the Home Premium sku. A Microsoft program manager hinted that I was wrong, but since it was an unsupported feature, she said she couldn't help me.
Well, I've finally figured out what you need to do to be able to share recorded TV using Media Center on Vista Home Premium. Here's the scoop:
- First, make sure that anonymous enumeration of SAM accounts is turned off. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa and find the restrictanonymoussam REG_DWORD. Sit this to 0.
- Second, you need to allow anonymous access to your recorded TV share. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters. If there is a NullSessionShares REG_MULTI_SZ, add the name of your share. Don't add the path! Just the name of the share, like "Recorded TV". If NullSessionShares doesn't exist, create a new multi-string value, name it NullSessionShares, and put the name of the share in.
- If you don't use passwords, you _might_ need to find the "LimitBlankPasswordUse" DWORD at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa and set it to 0. I don't think you need to change this unless you're having problems, though.
Now you're done with step 2!
You're done! Recorded TV should be up and working. Thanks to JackLuminous at The Green Button who pointed me in the right direction.
© Jed Lewison