Microsoft Windows:修订间差异

来自Gea-Suan Lin's Wiki
跳到导航 跳到搜索
此页面具有访问限制。如果您看见此消息,则说明您没有权限访问此页面。
(创建页面,内容为“'''Microsoft Windows'''是一個系列的作業系統。”)
 
无编辑摘要
第1行: 第1行:
'''Microsoft Windows'''是一個系列的作業系統。
'''Microsoft Windows'''是一個系列的作業系統。
== 設定 ==
Windows 10安裝完以後,可以先用Administrator權限開啟命令列:
<syntaxhighlight lang="powershell">
curl -LO https://raw.githubusercontent.com/iDigitalFlame/Windows10Fixup/main/Fixup.ps1
powershell -ExecutionPolicy Unrestricted -File Fixup.ps1
</syntaxhighlight>

2024年2月6日 (二) 22:25的版本

Microsoft Windows是一个系列的操作系统。

设定

Windows 10安装完以后,可以先用Administrator权限开启命令列:

curl -LO https://raw.githubusercontent.com/iDigitalFlame/Windows10Fixup/main/Fixup.ps1
powershell -ExecutionPolicy Unrestricted -File Fixup.ps1