Microsoft Windows:修订间差异

来自Gea-Suan Lin's Wiki
跳到导航 跳到搜索
此页面具有访问限制。如果您看见此消息,则说明您没有权限访问此页面。
第10行: 第10行:


<syntaxhighlight lang="powershell">
<syntaxhighlight lang="powershell">
curl -LO https://raw.githubusercontent.com/gordonbay/Windows-On-Reins/master/wor.ps1
curl -LO https://github.com/MichiMunich/Windows10-Privacy/blob/master/scripts/Windows10_Privacy.ps1
powershell -ExecutionPolicy Unrestricted -File wor.ps1
powershell -ExecutionPolicy Unrestricted -File Windows10_Privacy.ps1
</syntaxhighlight>
</syntaxhighlight>



2024年2月6日 (二) 23:06的版本

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

外部链接