「Microsoft Windows」:修訂間差異

出自Gea-Suan Lin's Wiki
跳至導覽 跳至搜尋
Gslin留言 | 貢獻
無編輯摘要
Gslin留言 | 貢獻
 
(未顯示同一使用者於中間所作的 13 次修訂)
第3行: 第3行:
== 設定 ==
== 設定 ==


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


<syntaxhighlight lang="powershell">
<syntaxhighlight lang="powershell">
curl -LO https://raw.githubusercontent.com/iDigitalFlame/Windows10Fixup/main/Fixup.ps1
curl -LO https://raw.githubusercontent.com/MichiMunich/Windows10-Privacy/master/scripts/Windows10_Privacy.ps1
powershell -ExecutionPolicy Unrestricted -File Fixup.ps1
powershell -ExecutionPolicy Unrestricted -File Windows10_Privacy.ps1
</syntaxhighlight>
</syntaxhighlight>
== 相關連結 ==
* [[AutoHotKey]]
== 外部連結 ==
* [https://github.com/TemporalAgent7/awesome-windows-privacy?tab=readme-ov-file Awesome Windows privacy]
** [https://github.com/MichiMunich/Windows10-Privacy PowerShell script for Windows 10 privacy settings]
[[Category:作業系統]]

於 2025年2月4日 (二) 21:47 的最新修訂

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

設定

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

curl -LO https://raw.githubusercontent.com/MichiMunich/Windows10-Privacy/master/scripts/Windows10_Privacy.ps1
powershell -ExecutionPolicy Unrestricted -File Windows10_Privacy.ps1

相關連結

外部連結