安装Windows系统时跳过联网验证[^1]
首先安装系统到联网那一步,按shift+F10打开cmd
执行以下命令跳过联网验证:
电脑会自动重启,重启回来就可以选“我没有Internet连接”,然后创建本地账号
Windows 环境比较干净的安装/使用软件的方法
- 零安装网页应用
- Portable应用、 msix/appx应用
- 沙盒 (Sandbox)、虚拟机 (VM)、Docker容器化应用
- 包管理器管理应用(winget)
- 其他设备投屏使用(手机、NAS)
- …
WinGet 常用操作[^2]
1 2 3 4 5 6 7 8 9 10 11
| winget search VisualStudioCode
winget show ClashVergeRev.ClashVergeRev
winget list | Select-String "sync"
winget uninstall --id Logseq.Logseq
|
2025 Windows 软件推荐
目前已安装的软件
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
wsl.exe --update wsl --install -d Ubuntu-22.04 winget install -e --id Docker.DockerDesktop
winget install -e --id Google.Chrome
winget install -e --id Microsoft.VisualStudioCode
winget install --id Logseq.Logseq
winget install --id Telegram.TelegramDesktop
winget install --id Syncthing.Syncthing winget install --id GermanCoding.SyncTrayzor
winget install -e --id QL-Win.QuickLook
winget install -e --id voidtools.Everything
winget install -e --id 7zip.7zip
winget install -e --id ShareX.ShareX
winget.exe install -e --id Microsoft.Office
winget install --id Flow-Launcher.Flow-Launcher
winget install Tonec.InternetDownloadManager
winget install IObit.IObitUnlocker
|
其他推荐
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
winget install -e --id ClashVergeRev.ClashVergeRev
winget install -e --id chen08209.FlClash
winget install -e --id zhongyang219.TrafficMonitor.Full
winget install -e --id Mozilla.Firefox
winget install -e --id Eudic.Eudic
winget install -e --id Obsidian.Obsidian winget install -e --id appmakes.Typora
winget install -e --id Automattic.Simplenote
winget install -e --id Snipaste.Snipaste
|
执行脚本
1 2
| powershell -Command "Set-ExecutionPolicy Unrestricted" powershell -ExecutionPolicy Bypass -File install.ps1
|
激活系统 / Office
powershell 激活信息 slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX slmgr /skms kms8.msguide.com slmgr /ato 上面不行换这个 slmgr /skms kms.digiboy.ir slmgr /ato 上面不行换这个 slmgr /skms kms.chinancce.com slmgr
1
| irm https://get.activated.win | iex
|
参考
[^1]: Set up Windows 11 without internet - oobe\bypassnro
[^2]: Use WinGet to install and manage applications
[Windows 11] 大家的新系统是如何激活的?
WinGet 支持安装软件列表