3Nov/110
Personal note 2: Windows 7 features – Remove MediaCenter
'Remove MediaCenter
dim wshShell
set wshShell = CreateObject("WScript.Shell")
wshShell.run "DISM /online /Disable-Feature /FeatureName:MediaCenter /Quiet /NoRestart", ,1
'Remove MediaCenter
dim wshShell
set wshShell = CreateObject("WScript.Shell")
wshShell.run "DISM /online /Disable-Feature /FeatureName:MediaCenter /Quiet /NoRestart", ,1