Skip to main content

Windows Setup (XPS 9320)

PostsDellXPS 9320About 1 minAbout 299 words

Info

Device: Dell Inc. XPS 9320

Prepare Ventoy

Download Windows ISO

wget https://github.com/pbatard/Fido/raw/master/Fido.ps1 -OutFile Fido.ps1
& .\Fido.ps1 -Lang English

Prepare Packages

Clash for Windows

Wi-Fi Controller Driver

KMS

wget https://kms.cangshui.net/kms/KMS-Cangshui.net.bat -OutFile KMS-Cangshui.net.bat

UTC in Microsoft Windows[1]

reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f

Install Packages[2]

winget install --id="appmakes.Typora" --exact --accept-package-agreements --accept-source-agreements
winget install --id="Baidu.BaiduNetdisk" --exact --accept-package-agreements --accept-source-agreements
winget install --id="Bandisoft.Bandizip" --exact --accept-package-agreements --accept-source-agreements
winget install --id="CPUID.CPU-Z" --exact --accept-package-agreements --accept-source-agreements
winget install --id="DigitalScholar.Zotero" --exact --accept-package-agreements --accept-source-agreements
winget install --id="Fndroid.ClashForWindows" --exact --accept-package-agreements --accept-source-agreements
winget install --id="JohnMacFarlane.Pandoc" --exact --accept-package-agreements --accept-source-agreements
winget install --id="Microsoft.VisualStudioCode" --exact --accept-package-agreements --accept-source-agreements
winget install --id="PrimateLabs.Geekbench.6" --exact --accept-package-agreements --accept-source-agreements
winget install --id="Tencent.TencentMeeting" --exact --accept-package-agreements --accept-source-agreements
winget install --id="Tencent.WeChat" --exact --accept-package-agreements --accept-source-agreements

Install Microsoft Office[3]

cd "${HOME}\Downloads"
wget "https://otp.landian.vip/redirect/download.php?type=runtime&site=yuntu" -OutFile "${HOME}\Downloads\office-tool.zip"
tar -x -f "${HOME}\Downloads\office-tool.zip"
& "${HOME}\Downloads\Office Tool\Office Tool Plus.exe"

  1. UTC in Microsoft Windows - System time - ArchWikiopen in new window ↩︎

  2. winstall - GUI for Windows Package Manageropen in new window ↩︎

  3. Office Tool Plus Website - Easy to Deploy Officeopen in new window ↩︎