有的没的~
Monday, July 1, 2024
微软官网下载的Win10安装镜像默认安装版本改为专业版,自动添加KMS激活密钥
ISO的source文件夹添加EI.cfg文件,内容如下:
[Channel]
volume
[VL]
1
ISO的source文件夹添加PID.txt文件,内容如下:
[PID]
Value=W269N-WFGWX-YVC9B-4J6C9-T83GX
参考:
https://learn.microsoft.com/zh-cn/windows-hardware/manufacture/desktop/windows-setup-edition-configuration-and-product-id-files--eicfg-and-pidtxt?view=windows-10
No comments:
Post a Comment
Newer Post
Older Post
Home
ACL的permit和deny两种含义
permit 允许 deny 拒绝 permit 匹配 deny 不匹配
配置域控制器与外部NTP服务器时间同步
net stop w32time w32tm /unregister w32tm /register net start w32time w32tm.exe /config /manualpeerlist:ntp.aliyun.com,ntp.tencent.com /syncf...
CentOS 配置源为 USTC
CentOS 软件源: https://mirrors.ustc.edu.cn/help/centos.html EPEL 源: http://mirrors.ustc.edu.cn/help/epel.html
华为交换机自动备份配置文件到tftp服务器
在华为交换机创建(或上传)bat文件,放在flash:/user/bat/目录: <HUAWEI>more flash:/user/bat/cfg_backup.bat return save tftp 10.77.11.38 put flash:/vrpcfg.zi...
No comments:
Post a Comment