瀏覽單個文章
sparc10
Junior Member
 
sparc10的大頭照
 

加入日期: Jun 2003
您的住址: CC BY-NC-ND 4.0授權
文章: 797
Win-Debloat-Tools(作者:LeDragoX)
在Windows 10+上移除臃腫無用的軟體、並強化隱私/性能
https://github.com/LeDragoX/Win-Debloat-Tools

CLI Version (首選建議)
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force; ls -Recurse *.ps*1 | Unblock-File; .\"WinDebloatTools.ps1" 'CLI'

GUI Version(如果要安裝軟體,就用這個)
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force; ls -Recurse *.ps*1 | Unblock-File; .\"WinDebloatTools.ps1"

如果Win-Debloat-Tools移除你的Microsoft PDF 印表機,則可以使用Powershell重新安裝回來。
以管理員身份運行Powershell輸入以下命令,並點擊Ente啟用
Enable-WindowsOptionalFeature -online -FeatureName Printing-PrintToPDFServices-Features

PS:
以管理員身份運行Powershell輸入以下命令,並點擊Enter禁用
Disable-WindowsOptionalFeature -Online -FeatureName "Printing-PrintToPDFServices-Features"

引用:
作者小P
謝謝你分享~我其實去年就有看到,滿好用的
回文一下讓你知道默默發文其實都是有人在看~
感謝支持!
舊 2024-05-24, 08:35 PM #6
回應時引用此文章
sparc10現在在線上