2010年2月12日 星期五

Windows7停用與啟用各種不想用的功能 - 桌機與筆記型電腦 - PALMisLIFE 討論區

Windows7停用與啟用各種不想用的功能 - 桌機與筆記型電腦 - PALMisLIFE 討論區:
"Windows7停用與啟用各種不想用的功能"

@echo off
echo 停用 桌面小工具
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"WindowsGadgetPlatform"
echo 停用 遊樂場
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"InboxGames"
echo 停用 其他遊戲
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"More Games"
echo 停用 接龍
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Solitaire"
echo 停用 連環新接龍
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"SpiderSolitaire"
echo 停用 傷心小棧
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Hearts"
echo 停用 新接龍
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"FreeCell"
echo 停用 踩地雷
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Minesweeper"
echo 停用 PurblePlace
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"PurblePlace"
echo 停用 西洋棋
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Chess"
echo 停用 Shanghai
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Shanghai"
echo 停用 網際網路遊戲
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Internet Games"
echo 停用 媒體功能
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"MediaPlayback"
echo 停用 WindowsMediaPlayer
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"WindowsMediaPlayer"
echo 停用 MediaCenter功能
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"MediaCenter"
echo 停用 建立光碟功能
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"OpticalMediaDisc"
echo 停用 TabletPC功能
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"TabletPCOC"
echo 停用 遠端差異壓縮
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"MSRDC-Infrastructure"
echo 停用 搜尋功能與索引服務
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"SearchEngine-Client-Package"
echo 停用 XPS檢視器
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Xps-Foundation-Xps-Viewer"
echo 停用 XPS服務
dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Printing-XPSServices-Features"
echo 完成!請按任意鍵結束。&pause>nul
  1. @echo off
  2. echo 啟用 桌面小工具
  3. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"WindowsGadgetPlatform"
  4. echo 啟用 遊樂場
  5. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"InboxGames"
  6. echo 啟用 其他遊戲
  7. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"More Games"
  8. echo 啟用 接龍
  9. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"Solitaire"
  10. echo 啟用 連環新接龍
  11. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"SpiderSolitaire"
  12. echo 啟用 傷心小棧
  13. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"Hearts"
  14. echo 啟用 新接龍
  15. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"FreeCell"
  16. echo 啟用 踩地雷
  17. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"Minesweeper"
  18. echo 啟用 PurblePlace
  19. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"PurblePlace"
  20. echo 啟用 西洋棋
  21. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"Chess"
  22. echo 啟用 Shanghai
  23. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"Shanghai"
  24. echo 啟用 網際網路遊戲
  25. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"Internet Games"
  26. echo 啟用 媒體功能
  27. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"MediaPlayback"
  28. echo 啟用 WindowsMediaPlayer
  29. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"WindowsMediaPlayer"
  30. echo 啟用 MediaCenter功能
  31. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"MediaCenter"
  32. echo 啟用 建立光碟功能
  33. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"OpticalMediaDisc"
  34. echo 啟用 TabletPC功能
  35. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"TabletPCOC"
  36. echo 啟用 遠端差異壓縮
  37. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"MSRDC-Infrastructure"
  38. echo 啟用 搜尋功能與索引服務
  39. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"SearchEngine-Client-Package"
  40. echo 啟用 XPS檢視器
  41. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"Xps-Foundation-Xps-Viewer"
  42. echo 啟用 XPS服務
  43. dism /NoRestart /Quiet /Online /Enable-Feature /FeatureName:"Printing-XPSServices-Features"
  44. echo 完成!請按任意鍵結束。&pause>nul

沒有留言:

張貼留言