Microsoft Windows:修订间差异

来自Gea-Suan Lin's Wiki
跳到导航 跳到搜索
此页面具有访问限制。如果您看见此消息,则说明您没有权限访问此页面。
无编辑摘要
无编辑摘要
第9行: 第9行:
powershell -ExecutionPolicy Unrestricted -File wor.ps1
powershell -ExecutionPolicy Unrestricted -File wor.ps1
</syntaxhighlight>
</syntaxhighlight>
== 外部連結 ==
* [https://github.com/gordonbay/Windows-On-Reins Windows On Reins - Windows 10 Ameliorated, Bloatware removal, privacy fix and performance optimization]

2024年2月6日 (二) 22:45的版本

Microsoft Windows是一個系列的作業系統。

設定

Windows 10安裝完以後,需要先把各種telemetry類的設定關掉,可以用Administrator權限開啟命令列:

curl -LO https://raw.githubusercontent.com/gordonbay/Windows-On-Reins/master/wor.ps1
powershell -ExecutionPolicy Unrestricted -File wor.ps1

外部連結