「Microsoft Windows」:修訂間差異

出自Gea-Suan Lin's Wiki
跳至導覽 跳至搜尋
本頁面具有訪問限制。如果您看見此訊息,這代表您沒有訪問本頁面的權限。
無編輯摘要
無編輯摘要
行 6: 行 6:


<syntaxhighlight lang="powershell">
<syntaxhighlight lang="powershell">
curl -LO https://raw.githubusercontent.com/iDigitalFlame/Windows10Fixup/main/Fixup.ps1
curl -LO https://raw.githubusercontent.com/gordonbay/Windows-On-Reins/master/wor.ps1
powershell -ExecutionPolicy Unrestricted -File Fixup.ps1
powershell -ExecutionPolicy Unrestricted -File wor.ps1
</syntaxhighlight>
</syntaxhighlight>

於 2024年2月6日 (二) 22:41 的修訂

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