windows11 生产力工具配置

一、系统安装

官方windows11.iso镜像文件安装操作系统时,会强制要求联网验证,否则无法继续安装操作系统,跳过联网登录账号的方式为:按下【shift+F10】快捷键,调出cmd命令窗口,输入命令

bash 复制代码
OOBE\BYPASSNRO

等待重新启动后,即可跳过联网登录账号。

二、关于WTG需求

在win10之后,微软官方已经不再支持wintogo,对于有该需求的朋友们,可以选择使用ventoy加vhd引导启动的方式实现wtg的效果(ventoy作为开源工具,具体能力可参见官网Ventoy)。

将win11安装到vhdx之后,普通系统切换windows to go的方法(出处https://gist.github.com/muink/72049cb50dabf2249c42eba971484ba9),执行如下脚本(另存为switch-to-WTG.bat):

复制代码
:: switch to WTG
:: switch to WTG
:: Author: muink


@echo off
%~1 mshta vbscript:createobject("shell.application").shellexecute("%~f0","::","","runas",1)(window.close)&exit

::设定USB启动
for /f "tokens=2* delims= " %%i in ('reg query HKLM\SYSTEM\HardwareConfig /v LastConfig 2^>nul^|findstr /i LastConfig') do set "guid=%%j"
reg add HKLM\SYSTEM\HardwareConfig\%guid% /v BootDriverFlags /t reg_dword /d 0x14 /f
reg add HKLM\SYSTEM\CurrentControlSet\Control /v PortableOperatingSystem /t reg_dword /d 1 /f

::防止本机磁盘自动联机(保持脱机)
reg add HKLM\SYSTEM\CurrentControlSet\Services\partmgr\Parameters /v SanPolicy /t reg_dword /d 4 /f

VHD启动时,阻止动态扩展到完整大小,将以下内容存储为reg执行修改注册表即可:

复制代码
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FsDepends\Parameters]
"VirtualDiskExpandOnMount"=dword:00000004

使用ventoy的注意事项

  • 明明配置好UEFI启动了,为什么还是无法进入ventoy引导?此时需要关闭bios中的security boot,再次尝试应该可以解决该问题。
  • 如果使用的不是U盘,而是存放了大量文件的移动硬盘,可以在ventoy文件夹下配置ventoy.json的方式控制扫描路径,避免每次开机都需要等待ventoy花费很长时间扫描ISO或vhd启动项。

三、系统维护工具

1.geek,干干净净卸载软件必不可少的工具

2.dism++,对系统进行优化调整必备工具

3.raindrop,书签统一管理,从linux、mac、windows间来回切换系统或频繁更换设备,不用再为书签管理感到烦恼

4.rainmeter,windows桌面整理必备开源工具。

5. everything、everythingToolBar,随心快速查找文件的利器

相关推荐
ziguo11221 天前
深入浅出 C/C++ 数据类型:从入门到踩坑
linux·c语言·c++·windows·visual studio
阿扬ABCD1 天前
ipmitool的Windows版本编译
windows·驱动开发
王维同学1 天前
Credential Provider、Filter 与 PLAP 的 CLSID 枚举
c++·windows·安全·注册表
寒水馨1 天前
Windows下载、安装 Codex CLI(附安装包codex-x86_64-pc-windows-msvc.exe)
windows·rust·codex·终端工具·自动化编程·codex cli·ai编码代理
其实防守也摸鱼1 天前
镜像校验完成iso完整操作流程(Windows 环境,适配 Ubuntu 22.04 / 24.04)
linux·服务器·windows·学习·ubuntu·教程
像风一样自由20202 天前
从本地到公网:Windows 下使用 Cloudflare Quick Tunnel 与 Natapp 联调 FastAPI
windows·fastapi
2601_960906722 天前
科技“无人区”跋涉,难度高、不确定性大
windows·macos·pycharm·myeclipse
会飞的大鱼人2 天前
一文搞懂 Java HashSet:把它想成游乐园里只允许一次入场的盖章名单
java·开发语言·windows
ziguo11222 天前
C/C++ 错误处理全解:从 errno 到 C++ 异常
linux·c语言·c++·windows·visual studio
王维同学2 天前
IFEO Debugger、VerifierDlls 与 SilentProcessExit 配置
c++·windows·安全·注册表