「Microsoft Windows」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要 |
|||
第16行: | 第16行: | ||
== 外部連結 == | == 外部連結 == | ||
* [https://github.com/ | * [https://github.com/MichiMunich/Windows10-Privacy PowerShell script for Windows 10 privacy settings] |
於 2024年2月6日 (二) 23:07 的修訂
Microsoft Windows是一個系列的作業系統。
安裝
在VM安裝時可以關閉網路,速度會快不少。
設定
Windows 10安裝完以後,需要先把各種telemetry類的設定關掉,可以用Administrator權限開啟命令列:
curl -LO https://github.com/MichiMunich/Windows10-Privacy/blob/master/scripts/Windows10_Privacy.ps1
powershell -ExecutionPolicy Unrestricted -File Windows10_Privacy.ps1