Microsoft Windows:修订间差异

来自Gea-Suan Lin's Wiki
跳到导航 跳到搜索
此页面具有访问限制。如果您看见此消息,则说明您没有权限访问此页面。
无编辑摘要
无编辑摘要
 
(未显示同一用户的12个中间版本)
第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:軟體]]

2024年3月3日 (日) 23:28的最新版本

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

相关连结

外部链接