PALMisLIFE 討論區

標題: Windows7停用與啟用各種不想用的功能 [列印本頁]

作者: czh    時間: 2009-12-4 18:44
標題: Windows7停用與啟用各種不想用的功能
本文最後由 czh 於 2009-12-13 12:44 編輯

把底下內文留下想停用的內容存成Disable-Feature.cmd文字檔
點兩下等他完成後重新開機即可
  1. @echo off
  2. echo 停用 桌面小工具
  3. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"WindowsGadgetPlatform"
  4. echo 停用 遊樂場
  5. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"InboxGames"
  6. echo 停用 其他遊戲
  7. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"More Games"
  8. echo 停用 接龍
  9. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Solitaire"
  10. echo 停用 連環新接龍
  11. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"SpiderSolitaire"
  12. echo 停用 傷心小棧
  13. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Hearts"
  14. echo 停用 新接龍
  15. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"FreeCell"
  16. echo 停用 踩地雷
  17. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Minesweeper"
  18. echo 停用 PurblePlace
  19. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"PurblePlace"
  20. echo 停用 西洋棋
  21. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Chess"
  22. echo 停用 Shanghai
  23. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Shanghai"
  24. echo 停用 網際網路遊戲
  25. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Internet Games"
  26. echo 停用 媒體功能
  27. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"MediaPlayback"
  28. echo 停用 WindowsMediaPlayer
  29. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"WindowsMediaPlayer"
  30. echo 停用 MediaCenter功能
  31. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"MediaCenter"
  32. echo 停用 建立光碟功能
  33. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"OpticalMediaDisc"
  34. echo 停用 TabletPC功能
  35. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"TabletPCOC"
  36. echo 停用 遠端差異壓縮
  37. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"MSRDC-Infrastructure"
  38. echo 停用 搜尋功能與索引服務
  39. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"SearchEngine-Client-Package"
  40. echo 停用 XPS檢視器
  41. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Xps-Foundation-Xps-Viewer"
  42. echo 停用 XPS服務
  43. dism /NoRestart /Quiet /Online /Disable-Feature /FeatureName:"Printing-XPSServices-Features"
  44. echo 完成!請按任意鍵結束。&pause>nul
複製代碼
附件是已經作好的檔案,內容完全一樣
[attach]31135[/attach]


想恢復功能請用底下內容,一樣要重新開機才能生效
  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
複製代碼
附件是已經作好的檔案,內容完全一樣
[attach]31256[/attach]
作者: yp9673    時間: 2009-12-4 20:04
好東西, 晚一點試一試, 先謝過




歡迎光臨 PALMisLIFE 討論區 (http://f.pil.tw/) Powered by Discuz! X2.5