Microsoft Windows
Microsoft Windows是一個系列的作業系統。
安裝
VM
在VM安裝時可以關閉網路,速度會快不少。另外針對QEMU類的VM可以安裝SPICE的binary,常見的功能都已經直接包進去(像是剪貼簿):
設定
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