引言
学习地址:https://www.bilibili.com/video/BV13QFxzCEXb
LLaMA Factory官网:https://llamafactory.readthedocs.io/zh-cn/latest/index.html
国内地址:https://llamafactory.cn/
可以使用 WSL、魔搭社区(modelscope.cn)、AutoDL服务器(autodl.com/marker/list)等 三种方式进行模型微调。
WSL
上次安装Docker Desktop时,默认启用了WSL2。
如果没有启用WSL2,需要在命令行中执行以下命令。命令行以管理员身份打开。
1、启用WSL
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
2、启用虚拟机功能
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
安装Ubuntu
在文件资源管理器地址栏中通过 \\wsl$ 查看WSL安装的所有linux。
所在目录:C:\Users\Baiyang\AppData\Local\wsl\
Ubuntu 24.04
从应用商店搜索Ubuntu安装并打开:
Installing, this may take a few minutes...
Please create a default UNIX user account. The username does not need to match your Windows username.
For more information visit: https://aka.ms/wslusers
Enter new UNIX username: admin
fatal: The group `admin' already exists.
Enter new UNIX username: baiyang
New password:
Retype new password:
Sorry, passwords do not match.
passwd: Authentication token manipulation error
passwd: password unchanged
Try again? [y/N] y
New password:
Retype new password:
passwd: password updated successfully
Installation successful!
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ hostnamectl
Static hostname: DESKTOP-PSDQHMG
Icon name: computer-container
Chassis: container ☐
Machine ID: 840eff8996634afaa00a31ec425d29d8
Boot ID: b780af888c2c429f9ecf10f9d1b63100
Virtualization: wsl
Operating System: Ubuntu 24.04.1 LTS
Kernel: Linux 6.18.33.1-microsoft-standard-WSL2
Architecture: x86-64
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$exit
管理员打开命令行:
Microsoft Windows [版本 10.0.19045.6466]
(c) Microsoft Corporation。保留所有权利。
C:\Windows\system32>wsl -l
适用于 Linux 的 Windows 子系统分发:
docker-desktop (默认值)
Ubuntu
C:\Windows\system32>
C:\Windows\system32>wsl -d Ubuntu
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ hostnamectl
Static hostname: DESKTOP-PSDQHMG
Icon name: computer-container
Chassis: container ☐
Machine ID: 840eff8996634afaa00a31ec425d29d8
Boot ID: b780af888c2c429f9ecf10f9d1b63100
Virtualization: wsl
Operating System: Ubuntu 24.04.1 LTS
Kernel: Linux 6.18.33.1-microsoft-standard-WSL2
Architecture: x86-64
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ exit
logout
C:\Windows\system32>
C:\Windows\system32>
可以设置默认wsl,以后直接wsl就可以打开了:
wsl --set-default Ubuntu
安装LLaMA-Factory
DNS有问题,访问不了外网,需要配置一下。
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf
echo "nameserver 114.114.114.114" | sudo tee -a /etc/resolv.conf
另外Ubuntu 24.04中没有python3-distutils,放弃接下来的安装。
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ sudo apt-get update
[sudo] password for baiyang:
Ign:1 http://security.ubuntu.com/ubuntu noble-security InRelease
Ign:2 http://archive.ubuntu.com/ubuntu noble InRelease
Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Ign:1 http://security.ubuntu.com/ubuntu noble-security InRelease
Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Ign:1 http://security.ubuntu.com/ubuntu noble-security InRelease
Ign:2 http://archive.ubuntu.com/ubuntu noble InRelease
Err:1 http://security.ubuntu.com/ubuntu noble-security InRelease
Temporary failure resolving 'security.ubuntu.com'
Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Ign:2 http://archive.ubuntu.com/ubuntu noble InRelease
Ign:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Ign:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Hit:2 http://archive.ubuntu.com/ubuntu noble InRelease
Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Get:5 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [15.0 MB]
Get:6 http://archive.ubuntu.com/ubuntu noble/universe Translation-en [5982 kB]
Get:7 http://archive.ubuntu.com/ubuntu noble/universe amd64 Components [3871 kB]
Get:8 http://archive.ubuntu.com/ubuntu noble/universe amd64 c-n-f Metadata [301 kB]
Get:9 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [269 kB]
Get:10 http://archive.ubuntu.com/ubuntu noble/multiverse Translation-en [118 kB]
Get:11 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Components [35.0 kB]
Get:12 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 c-n-f Metadata [8328 B]
Get:13 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1092 kB]
Get:14 http://archive.ubuntu.com/ubuntu noble-updates/main Translation-en [269 kB]
Get:15 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [181 kB]
Get:16 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 c-n-f Metadata [17.7 kB]
Get:17 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1660 kB]
Get:18 http://archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [327 kB]
Get:19 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [388 kB]
Get:20 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 c-n-f Metadata [34.9 kB]
Get:21 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1225 kB]
Get:22 http://archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [276 kB]
Get:23 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
Get:24 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 c-n-f Metadata [456 B]
Get:25 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [40.4 kB]
Get:26 http://archive.ubuntu.com/ubuntu noble-updates/multiverse Translation-en [11.8 kB]
Get:27 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
Get:28 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 c-n-f Metadata [656 B]
Get:29 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [40.6 kB]
Get:30 http://archive.ubuntu.com/ubuntu noble-backports/main Translation-en [9172 B]
Get:31 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [5740 B]
Get:32 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 c-n-f Metadata [368 B]
Get:33 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [31.0 kB]
Get:34 http://archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [18.6 kB]
Get:35 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [10.6 kB]
Get:36 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 c-n-f Metadata [1588 B]
Get:37 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [212 B]
Get:38 http://archive.ubuntu.com/ubuntu noble-backports/restricted amd64 c-n-f Metadata [116 B]
Get:39 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Packages [748 B]
Get:40 http://archive.ubuntu.com/ubuntu noble-backports/multiverse Translation-en [340 B]
Get:41 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
Get:42 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 c-n-f Metadata [116 B]
Fetched 31.5 MB in 3min 58s (132 kB/s)
Reading package lists... Done
W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/noble-security/InRelease Temporary failure resolving 'security.ubuntu.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ sudo apt-get install -y python3-distutils
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package python3-distutils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python3-distutils' has no installation candidate
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ vi /etc/resolv.conf
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ sudo echo "nameserver 8.8.8.8" > /etc/resolv.conf
-bash: /etc/resolv.conf: Permission denied
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf
nameserver 8.8.8.8
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ echo "nameserver 114.114.114.114" | sudo tee -a /etc/resolv.conf
nameserver 114.114.114.114
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ sudo apt-get update
Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
Get:2 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [827 kB]
Get:3 http://security.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
Get:4 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [44.8 kB]
Get:5 http://security.ubuntu.com/ubuntu noble-security/main amd64 c-n-f Metadata [11.9 kB]
Get:6 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1174 kB]
Get:7 http://security.ubuntu.com/ubuntu noble-security/universe Translation-en [231 kB]
Get:8 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [76.3 kB]
Get:9 http://security.ubuntu.com/ubuntu noble-security/universe amd64 c-n-f Metadata [24.2 kB]
Get:10 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1133 kB]
Get:11 http://security.ubuntu.com/ubuntu noble-security/restricted Translation-en [259 kB]
Hit:12 http://archive.ubuntu.com/ubuntu noble InRelease
Get:13 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
Get:14 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 c-n-f Metadata [444 B]
Get:15 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [35.3 kB]
Get:16 http://security.ubuntu.com/ubuntu noble-security/multiverse Translation-en [10.1 kB]
Hit:17 http://archive.ubuntu.com/ubuntu noble-updates InRelease
Get:18 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
Get:19 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 c-n-f Metadata [468 B]
Hit:20 http://archive.ubuntu.com/ubuntu noble-backports InRelease
Fetched 4141 kB in 11s (365 kB/s)
Reading package lists... Done
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ sudo apt-get install -y python3-distutils
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package python3-distutils is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python3-distutils' has no installation candidate
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
Ubuntu 22.04
如果可以访问外网,直接 wsl --install -d Ubuntu-22.04 就可以既启用WSL2,又安装Ubuntu 22.04。
如果不能访问外网,需要在命令行手动安装。命令行以管理员身份打开。
# 查看wsl可安装列表
wsl -l -o
# 安装指定版本
wsl --install -d Ubuntu-22.04
# 查看wsl已安装列表
wsl -l -v
# 查看版本(在Ubuntu中执行)
hostnamectl
# 终止Ubuntu22.04
wsl --terminate Ubuntu-22.04
# 卸载Ubuntu22.04
wsl --unregister Ubuntu-22.04
执行过程:
C:\Windows\system32>wsl --status
默认分发: docker-desktop
默认版本: 2
C:\Windows\system32>
C:\Windows\system32>wsl -l -v
NAME STATE VERSION
* docker-desktop Stopped 2
Ubuntu Stopped 2
C:\Windows\system32>
C:\Windows\system32>wsl -l -o
以下是可安装的有效分发的列表。
使用“wsl.exe --install <Distro>”安装。
NAME FRIENDLY NAME
Ubuntu Ubuntu
Ubuntu-26.04 Ubuntu 26.04 LTS
Ubuntu-24.04 Ubuntu 24.04 LTS
Ubuntu-22.04 Ubuntu 22.04 LTS
openSUSE-Tumbleweed openSUSE Tumbleweed
openSUSE-Leap-16.0 openSUSE Leap 16.0
SUSE-Linux-Enterprise-15-SP7 SUSE Linux Enterprise 15 SP7
SUSE-Linux-Enterprise-16.0 SUSE Linux Enterprise 16.0
kali-linux Kali Linux Rolling
Debian Debian GNU/Linux
AlmaLinux-8 AlmaLinux OS 8
AlmaLinux-9 AlmaLinux OS 9
AlmaLinux-Kitten-10 AlmaLinux OS Kitten 10
AlmaLinux-10 AlmaLinux OS 10
archlinux Arch Linux
FedoraLinux-44 Fedora Linux 44
FedoraLinux-43 Fedora Linux 43
eLxr eLxr 12.12.0.0 GNU/Linux
OracleLinux_7_9 Oracle Linux 7.9
OracleLinux_8_10 Oracle Linux 8.10
OracleLinux_9_5 Oracle Linux 9.5
SUSE-Linux-Enterprise-15-SP6 SUSE Linux Enterprise 15 SP6
C:\Windows\system32>
C:\Windows\system32>wsl --install -d Ubuntu-22.04
正在下载: Ubuntu 22.04 LTS
正在安装: Ubuntu 22.04 LTS
已成功安装分发。可以通过 “wsl.exe -d Ubuntu-22.04” 启动它
正在启动 Ubuntu-22.04...
Provisioning the new WSL instance Ubuntu-22.04
This might take a while...
Create a default Unix user account: baiyang
New password:
Retype new password:
passwd: password updated successfully
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ hostnamectl
Static hostname: DESKTOP-PSDQHMG
Icon name: computer-container
Chassis: container
Machine ID: 41c06617456e41bf81ccafd2690ef0b3
Boot ID: a58b7ab708eb4ad389b6c8e57cd6877a
Virtualization: wsl
Operating System: Ubuntu 22.04.5 LTS
Kernel: Linux 6.18.33.1-microsoft-standard-WSL2
Architecture: x86-64
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
还可以通过CDN或离线安装。
正常在Windows命令行中,通过wsl -d Ubuntu-22.04启动进入Ubuntu 22.04。也可以在WSL中设置默认版本为Ubuntu 22.04:wsl --set-default Ubuntu-22.04,以后直接wsl即可启动Ubuntu 22.04。
常用命令:
# 查看可安装发行版列表
wsl -l -o
# 更新WSL2内核(报错0x800701bc时执行)
wsl --update
# 查看WSL状态
wsl --status
# 设置WSL2为默认
wsl --set-default-version 2
# 启动Ubuntu
wsl -d Ubuntu-22.04
# 查看已安装子系统
wsl -l -v
# 关闭Ubuntu
wsl --terminate Ubuntu-22.04
# 卸载Ubuntu22.04
wsl --unregister Ubuntu-22.04
DNS有问题,临时解决一下:
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ cat /etc/resolv.conf
# This file was automatically generated by WSL. To stop automatic generation of this file, add the following entry to /etc/wsl.conf:
# [network]
# generateResolvConf = false
nameserver 172.19.160.1
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf
nameserver 8.8.8.8
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ echo "nameserver 114.114.114.114" | sudo tee -a /etc/resolv.conf
nameserver 114.114.114.114
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ cat /etc/resolv.conf
nameserver 8.8.8.8
nameserver 114.114.114.114
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
安装LLaMA-Factory
命令列表:
# 启动Ubuntu
wsl -d Ubuntu-22.04
# 切换到用户主目录,不然win10系统目录下,操作会报错。
cd ~
sudo apt-get update
sudo apt-get install -y python3-distutils
# 确定驱动是否已安装,否则搜索安装NVIDIA驱动程序
nvidia-smi
# 拉取代码
(这个地址不可用了,git clone https://gitee.com/hiyouga/LLaMA-Factory.git)
git clone https://gitee.com/ibaiyang/Llama-Factory.git
# 回退到指定版本
cd Llama-Factory
git reset --hard c244b1edb9af1697c3dfa5e7f3e352ca741ebcd6
cd ..
# 安装pip
sudo apt install python3-pip
# 安装uv虚拟环境管理包
sudo pip install uv -i https://mirrors.aliyun.com/pypi/simple
# 创建虚拟环境(虚拟环境只是管理软件,即使有多套虚拟环境,操作的对象还是LLaMA-Factory)
uv venv finetune_01
# 激活虚拟环境
source finetune_01/bin/activate
# 到LLaMA-Factory目录
cd Llama-Factory
# 安装lamafactory。只想基础训练:.[torch],想评估模型、绘图:.[metrics],需要训练、评估指标、绘图:.[torch,metrics],需要全量功能(包含训练、量化、推理、API、评估全部依赖):.[torch,metrics,deepspeed,galore,awq,gptq,vllm,api]
uv pip install -e ".[torch,metrics]" -i https://mirrors.aliyun.com/pypi/simple
# 验证是否安装成功,查看版本
llamafactory-cli version
# 验证GPU是否可用,应输出True
python -c "import torch;print(torch.cuda.is_available())"
# 查看Linux中的所有命令
compgen -c
# 查看Linux中有哪些python版本
compgen -c | grep python
# 安装pip
sudo apt install python3-pip
执行过程:
Microsoft Windows [版本 10.0.19045.6466]
(c) Microsoft Corporation。保留所有权利。
C:\Windows\system32>wsl -d Ubuntu-22.04
Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 6.18.33.1-microsoft-standard-WSL2 x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/pro
System information as of Sat Jul 11 16:13:55 CST 2026
System load: 0.65 Processes: 49
Usage of /: 0.1% of 1006.85GB Users logged in: 0
Memory usage: 3% IPv4 address for eth0: 172.19.161.70
Swap usage: 0%
This message is shown once a day. To disable it please create the
/home/baiyang/.hushlogin file.
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$
baiyang@DESKTOP-PSDQHMG:/mnt/c/Windows/system32$ cd ~
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ sudo apt-get update
Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3356 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
Get:6 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [14.1 MB]
Get:7 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [474 kB]
Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [14.7 kB]
Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5988 kB]
Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [1146 kB]
Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [600 B]
Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1042 kB]
Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [233 kB]
Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [23.2 kB]
Get:15 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [64.3 kB]
Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [12.6 kB]
Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [544 B]
Get:18 http://archive.ubuntu.com/ubuntu jammy/universe Translation-en [5652 kB]
Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 c-n-f Metadata [286 kB]
Get:20 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [217 kB]
Get:21 http://archive.ubuntu.com/ubuntu jammy/multiverse Translation-en [112 kB]
Get:22 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 c-n-f Metadata [8372 B]
Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3631 kB]
Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [544 kB]
Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [20.1 kB]
Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6221 kB]
Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [1189 kB]
Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [584 B]
Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1277 kB]
Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [321 kB]
Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [30.8 kB]
Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [71.6 kB]
Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [15.5 kB]
Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [756 B]
Get:35 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [70.2 kB]
Get:36 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.4 kB]
Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [412 B]
Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/restricted amd64 c-n-f Metadata [116 B]
Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [30.8 kB]
Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.9 kB]
Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [676 B]
Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/multiverse amd64 c-n-f Metadata [116 B]
Fetched 46.6 MB in 23s (2017 kB/s)
Reading package lists... Done
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ sudo apt-get install -y python3-distutils
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-distutils is already the newest version (3.10.8-1~22.04).
python3-distutils set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 121 not upgraded.
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ nvidia-smi
Sat Jul 11 11:28:26 2026
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 515.55 Driver Version: 516.54 CUDA Version: 11.7 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA GeForce ... On | 00000000:02:00.0 Off | N/A |
| N/A 0C P8 N/A / N/A | 0MiB / 2048MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| 0 N/A N/A 30 G /Xwayland N/A |
+-----------------------------------------------------------------------------+
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ pwd
/home/baiyang
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ ll
total 28
drwxr-x--- 3 baiyang baiyang 4096 Jul 11 16:13 ./
drwxr-xr-x 3 root root 4096 Jul 11 16:11 ../
-rw------- 1 baiyang baiyang 166 Jul 11 16:13 .bash_history
-rw-r--r-- 1 baiyang baiyang 220 Jul 11 16:11 .bash_logout
-rw-r--r-- 1 baiyang baiyang 3771 Jul 11 16:11 .bashrc
drwx------ 2 baiyang baiyang 4096 Jul 11 16:11 .cache/
-rw-r--r-- 1 baiyang baiyang 0 Jul 11 16:13 .motd_shown
-rw-r--r-- 1 baiyang baiyang 807 Jul 11 16:11 .profile
-rw-r--r-- 1 baiyang baiyang 0 Jul 11 16:12 .sudo_as_admin_successful
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ git clone https://gitee.com/ibaiyang/Llama-Factory.git
Cloning into 'Llama-Factory'...
remote: Enumerating objects: 27698, done.
remote: Counting objects: 100% (27698/27698), done.
remote: Compressing objects: 100% (7568/7568), done.
remote: Total 27698 (delta 19766), reused 27698 (delta 19766), pack-reused 0 (from 0)
Receiving objects: 100% (27698/27698), 13.58 MiB | 2.28 MiB/s, done.
Resolving deltas: 100% (19766/19766), done.
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ cd Llama-Factory
baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$
baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$ git reset --hard c244b1edb9af1697c3dfa5e7f3e352ca741ebcd6
HEAD is now at c244b1ed [model] add qwen3-4b-i/t (#8851)
baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$ cd ..
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ pip install uv -i https://mirrors.aliyun.com/pypi/simple
Command 'pip' not found, but can be installed with:
sudo apt install python3-pip
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ compgen -c | grep python
pybabel-python3
python3
python3.10
pybabel-python3
python3
python3.10
python.exe
python3.dll
python313.dll
pythonw.exe
python3.13.exe
python.exe
python3.exe
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ sudo apt install python3-pip
..........过程看后面
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ pip install uv -i https://mirrors.aliyun.com/pypi/simple
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://mirrors.aliyun.com/pypi/simple
DEPRECATION: The HTML index page being used (https://mirrors.aliyun.com/pypi/simple/uv/) is not a proper HTML 5 document. This is in violation of PEP 503 which requires these pages to be well-formed HTML 5 documents. Please reach out to the owners of this index page, and ask them to update this index page to a valid HTML 5 document. pip 22.2 will enforce this behaviour change. Discussion can be found at https://github.com/pypa/pip/issues/10825
Collecting uv
Downloading https://mirrors.aliyun.com/pypi/packages/75/2e/62273ee6c9fbebccd8248c153b44870f81ebf5267c31edf4c095d78537fb/uv-0.11.28-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.1/27.1 MB 3.7 MB/s eta 0:00:00
Installing collected packages: uv
Successfully installed uv-0.11.28
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ uv venv finetune_01
Command 'uv' not found, but can be installed with:
sudo snap install astral-uv
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ pwd
/home/baiyang
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ ll
total 32
drwxr-x--- 5 baiyang baiyang 4096 Jul 11 12:04 ./
drwxr-xr-x 3 root root 4096 Jul 11 11:07 ../
-rw-r--r-- 1 baiyang baiyang 220 Jul 11 11:07 .bash_logout
-rw-r--r-- 1 baiyang baiyang 3771 Jul 11 11:07 .bashrc
drwx------ 3 baiyang baiyang 4096 Jul 11 12:04 .cache/
drwxr-xr-x 4 baiyang baiyang 4096 Jul 11 12:04 .local/
-rw-r--r-- 1 baiyang baiyang 807 Jul 11 11:07 .profile
-rw-r--r-- 1 baiyang baiyang 0 Jul 11 11:18 .sudo_as_admin_successful
drwxr-xr-x 16 baiyang baiyang 4096 Jul 11 11:39 Llama-Factory/
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ ll /home/baiyang/.local
total 16
drwxr-xr-x 4 baiyang baiyang 4096 Jul 11 12:04 ./
drwxr-x--- 5 baiyang baiyang 4096 Jul 11 12:04 ../
drwxr-xr-x 2 baiyang baiyang 4096 Jul 11 12:04 bin/
drwxr-xr-x 3 baiyang baiyang 4096 Jul 11 12:04 lib/
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ ll /home/baiyang/.local/bin
total 64608
drwxr-xr-x 2 baiyang baiyang 4096 Jul 11 12:04 ./
drwxr-xr-x 4 baiyang baiyang 4096 Jul 11 12:04 ../
-rwxr-xr-x 1 baiyang baiyang 65794424 Jul 11 12:04 uv*
-rwxr-xr-x 1 baiyang baiyang 349584 Jul 11 12:04 uvx*
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ pip uninstall uv
Found existing installation: uv 0.11.28
Uninstalling uv-0.11.28:
Would remove:
/home/baiyang/.local/bin/uv
/home/baiyang/.local/bin/uvx
/home/baiyang/.local/lib/python3.10/site-packages/uv-0.11.28.dist-info/*
/home/baiyang/.local/lib/python3.10/site-packages/uv/*
Proceed (Y/n)? y
Successfully uninstalled uv-0.11.28
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ sudo pip install uv -i https://mirrors.aliyun.com/pypi/simple
[sudo] password for baiyang:
Looking in indexes: https://mirrors.aliyun.com/pypi/simple
DEPRECATION: The HTML index page being used (https://mirrors.aliyun.com/pypi/simple/uv/) is not a proper HTML 5 document. This is in violation of PEP 503 which requires these pages to be well-formed HTML 5 documents. Please reach out to the owners of this index page, and ask them to update this index page to a valid HTML 5 document. pip 22.2 will enforce this behaviour change. Discussion can be found at https://github.com/pypa/pip/issues/10825
Collecting uv
Downloading https://mirrors.aliyun.com/pypi/packages/75/2e/62273ee6c9fbebccd8248c153b44870f81ebf5267c31edf4c095d78537fb/uv-0.11.28-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.1/27.1 MB 4.2 MB/s eta 0:00:00
Installing collected packages: uv
Successfully installed uv-0.11.28
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ uv venv finetune_01
Using CPython 3.10.12 interpreter at: /usr/bin/python3
Creating virtual environment at: finetune_01
Activate with: source finetune_01/bin/activate
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$ source finetune_01/bin/activate
(finetune_01) baiyang@DESKTOP-PSDQHMG:~$
(finetune_01) baiyang@DESKTOP-PSDQHMG:~$
(finetune_01) baiyang@DESKTOP-PSDQHMG:~$ pwd
/home/baiyang
(finetune_01) baiyang@DESKTOP-PSDQHMG:~$
(finetune_01) baiyang@DESKTOP-PSDQHMG:~$ ll
total 36
drwxr-x--- 6 baiyang baiyang 4096 Jul 11 12:25 ./
drwxr-xr-x 3 root root 4096 Jul 11 11:07 ../
-rw-r--r-- 1 baiyang baiyang 220 Jul 11 11:07 .bash_logout
-rw-r--r-- 1 baiyang baiyang 3771 Jul 11 11:07 .bashrc
drwx------ 4 baiyang baiyang 4096 Jul 11 12:25 .cache/
drwxr-xr-x 3 baiyang baiyang 4096 Jul 11 12:21 .local/
-rw-r--r-- 1 baiyang baiyang 807 Jul 11 11:07 .profile
-rw-r--r-- 1 baiyang baiyang 0 Jul 11 11:18 .sudo_as_admin_successful
drwxr-xr-x 16 baiyang baiyang 4096 Jul 11 11:39 Llama-Factory/
drwxr-xr-x 4 baiyang baiyang 4096 Jul 11 12:25 finetune_01/
(finetune_01) baiyang@DESKTOP-PSDQHMG:~$
(finetune_01) baiyang@DESKTOP-PSDQHMG:~$ cd Llama-Factory/
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$ uv pip install -e ".[torch,metrics]" -i https://mirrors.aliyun.com/pypi/simple
Using Python 3.10.12 environment at: /home/baiyang/finetune_01
Resolved 146 packages in 7.14s
Built llamafactory @ file:///home/baiyang/Llama-Factory
Built jieba==0.42.1
Built antlr4-python3-runtime==4.9.3
Prepared 145 packages in 3m 41s
Installed 146 packages in 1.06s
+ accelerate==1.7.0
+ aiofiles==24.1.0
+ aiohappyeyeballs==2.7.1
+ aiohttp==3.14.1
+ aiosignal==1.4.0
+ annotated-doc==0.0.4
+ annotated-types==0.7.0
+ antlr4-python3-runtime==4.9.3
+ anyio==4.14.1
+ async-timeout==5.0.1
+ attrs==26.1.0
+ audioread==3.1.0
+ av==17.1.0
+ certifi==2026.6.17
+ cffi==2.1.0
+ charset-normalizer==3.4.9
+ click==8.4.2
+ contourpy==1.3.2
+ cuda-bindings==13.3.1
+ cuda-pathfinder==1.5.6
+ cuda-toolkit==13.0.3.0
+ cycler==0.12.1
+ datasets==3.6.0
+ decorator==5.3.1
+ defusedxml==0.7.1
+ dill==0.3.8
+ docstring-parser==0.18.0
+ einops==0.8.2
+ exceptiongroup==1.3.1
+ fastapi==0.139.0
+ ffmpy==1.0.0
+ filelock==3.29.7
+ fire==0.7.1
+ fonttools==4.63.0
+ frozenlist==1.8.0
+ fsspec==2025.3.0
+ gradio==5.31.0
+ gradio-client==1.10.1
+ groovy==0.1.2
+ h11==0.16.0
+ hf-transfer==0.1.9
+ hf-xet==1.5.1
+ httpcore==1.0.9
+ httpx==0.28.1
+ huggingface-hub==0.36.2
+ idna==3.18
+ jieba==0.42.1
+ jinja2==3.1.6
+ joblib==1.5.3
+ kiwisolver==1.5.0
+ lazy-loader==0.5
+ librosa==0.11.0
+ llamafactory==0.9.4.dev0 (from file:///home/baiyang/Llama-Factory)
+ llvmlite==0.48.0
+ markdown-it-py==4.2.0
+ markupsafe==3.0.3
+ matplotlib==3.10.9
+ mdurl==0.1.2
+ modelscope==1.38.1
+ modelscope-hub==0.1.7
+ mpmath==1.3.0
+ msgpack==1.2.1
+ multidict==6.7.1
+ multiprocess==0.70.16
+ networkx==3.4.2
+ nltk==3.10.0
+ numba==0.66.0
+ numpy==1.26.4
+ nvidia-cublas==13.1.1.3
+ nvidia-cuda-cupti==13.0.85
+ nvidia-cuda-nvrtc==13.0.88
+ nvidia-cuda-runtime==13.0.96
+ nvidia-cudnn-cu13==9.20.0.48
+ nvidia-cufft==12.0.0.61
+ nvidia-cufile==1.15.1.6
+ nvidia-curand==10.4.0.35
+ nvidia-cusolver==12.0.4.66
+ nvidia-cusparse==12.6.3.3
+ nvidia-cusparselt-cu13==0.8.1
+ nvidia-nccl-cu13==2.29.7
+ nvidia-nvjitlink==13.3.33
+ nvidia-nvshmem-cu13==3.4.5
+ nvidia-nvtx==13.0.85
+ omegaconf==2.3.1
+ orjson==3.11.9
+ packaging==26.2
+ pandas==2.3.3
+ peft==0.15.2
+ pillow==11.3.0
+ platformdirs==4.10.0
+ pooch==1.9.0
+ propcache==0.5.2
+ protobuf==7.35.1
+ psutil==7.2.2
+ pyarrow==25.0.0
+ pycparser==3.0
+ pydantic==2.10.6
+ pydantic-core==2.27.2
+ pydub==0.25.1
+ pygments==2.20.0
+ pyparsing==3.3.2
+ python-dateutil==2.9.0.post0
+ python-multipart==0.0.32
+ pytz==2026.2
+ pyyaml==6.0.3
+ regex==2026.7.10
+ requests==2.34.2
+ rich==15.0.0
+ rouge-chinese==1.0.3
+ ruff==0.15.21
+ safehttpx==0.1.7
+ safetensors==0.8.0
+ scikit-learn==1.7.2
+ scipy==1.15.3
+ semantic-version==2.10.0
+ sentencepiece==0.2.1
+ setuptools==83.0.0
+ shellingham==1.5.4
+ shtab==1.8.1
+ six==1.17.0
+ soundfile==0.14.0
+ soxr==1.1.0
+ sse-starlette==3.4.5
+ starlette==0.52.1
+ sympy==1.14.0
+ termcolor==3.3.0
+ threadpoolctl==3.6.0
+ tiktoken==0.13.0
+ tokenizers==0.21.1
+ tomlkit==0.13.3
+ torch==2.13.0
+ torchvision==0.28.0
+ tqdm==4.68.4
+ transformers==4.55.0
+ triton==3.7.1
+ trl==0.9.6
+ typer==0.26.8
+ typing-extensions==4.16.0
+ typing-inspection==0.4.2
+ tyro==0.8.14
+ tzdata==2026.3
+ urllib3==2.7.0
+ uvicorn==0.51.0
+ websockets==15.0.1
+ xxhash==3.8.1
+ yarl==1.24.2
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$ llamafactory-cli version
/home/baiyang/finetune_01/lib/python3.10/site-packages/torch/cuda/__init__.py:188: UserWarning: CUDA initialization: The NVIDIA driver on your system is too old (found version 11070). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver. (Triggered internally at /__w/pytorch/pytorch/c10/cuda/CUDAFunctions.cpp:119.)
return torch._C._cuda_getDeviceCount() > 0
----------------------------------------------------------
| Welcome to LLaMA Factory, version 0.9.4.dev0 |
| |
| Project page: https://github.com/hiyouga/LLaMA-Factory |
----------------------------------------------------------
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$ python -c "import torch;print(torch.cuda.is_available())"
/home/baiyang/finetune_01/lib/python3.10/site-packages/torch/cuda/__init__.py:188: UserWarning: CUDA initialization: The NVIDIA driver on your system is too old (found version 11070). Please update your GPU driver by downloading and installing a new version from the URL: http://www.nvidia.com/Download/index.aspx Alternatively, go to: https://pytorch.org to install a PyTorch version that has been compiled with your version of the CUDA driver. (Triggered internally at /__w/pytorch/pytorch/c10/cuda/CUDAFunctions.cpp:119.)
return torch._C._cuda_getDeviceCount() > 0
False
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$
验证GPU是否可用,输出了 False,说明 GPU 驱动版本过低,现在支持的CUDA版本是11.7 CUDA Version: 11.7。解决办法要么更新 GPU 驱动,要么降低 PyTorch 版本。这里选择降低 PyTorch 版本,老电脑升级GPU驱动比较折腾。
命令列表:
# 1、清理全部高版本cuda13相关组件
uv pip uninstall torch torchvision torchaudio triton nvidia-cublas nvidia-cuda-runtime nvidia-cudnn-cu13 -y
# 2、安装适配CUDA11.7的torch整套,自动匹配cu117底层库,国内没有这个版本,只能从官方下载
uv pip install torch==2.0.1+cu117 torchvision==0.15.2+cu117 torchaudio==2.0.2+cu117 --index-url https://download.pytorch.org/whl/cu117
执行过程:
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$ uv pip uninstall torch torchvision torchaudio triton nvidia-cublas nvidia-cuda-runtime nvidia-cudnn-cu13 -y
warning: `--yes` has no effect (uv never asks for confirmation)
Using Python 3.10.12 environment at: /home/baiyang/finetune_01
warning: Skipping torchaudio as it is not installed
Uninstalled 6 packages in 1.64s
- nvidia-cublas==13.1.1.3
- nvidia-cuda-runtime==13.0.96
- nvidia-cudnn-cu13==9.20.0.48
- torch==2.13.0
- torchvision==0.28.0
- triton==3.7.1
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$ uv pip install torch==2.0.1+cu117 torchvision==0.15.2+cu117 torchaudio==2.0.2+cu117 --index-url https://download.pytorch.org/whl/cu117
Using Python 3.10.12 environment at: /home/baiyang/finetune_01
Resolved 20 packages in 2.32s
⠧ Preparing packages... (0/4)
⠴ Preparing packages... (0/4)
⠹ Preparing packages... (0/4)
torchaudio ------------------------------ 511.23 KiB/4.20 MiB
torchvision ------------------------------ 623.23 KiB/5.79 MiB
triton ------------------------------ 511.23 KiB/60.34 MiB
torch ------------------------------ 664.00 KiB/1.72 GiB ^C
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$
速度太慢,只能从本地浏览器下载后移动到WSL中进行安装了。在官网 https://download.pytorch.org/whl/cu117 下载对应的文件。
然后移动到文件夹 \\wsl.localhost\Ubuntu-22.04\home\baiyang\Llama-Factory 中,可以把依赖的 triton-2.0.0 也下载下来:
torch-2.0.1+cu117-cp310-cp310-linux_x86_64.whl
torchvision-0.15.2+cu117-cp310-cp310-linux_x86_64.whl
torchaudio-2.0.2+cu117-cp310-cp310-linux_x86_64.whl
命令列表:
uv pip install torch-2.0.1+cu117-cp310-cp310-linux_x86_64.whl torchvision-0.15.2+cu117-cp310-cp310-linux_x86_64.whl torchaudio-2.0.2+cu117-cp310-cp310-linux_x86_64.whl
执行过程:
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$ uv pip install torch-2.0.1+cu117-cp310-cp310-linux_x86_64.whl torchvision-0.15.2+cu117-cp310-cp310-linux_x86_64.whl torchaudio-2.0.2+cu117-cp310-cp310-linux_x86_64.whl
Using Python 3.10.12 environment at: /home/baiyang/finetune_01
Resolved 20 packages in 19.83s
Prepared 6 packages in 25m 17s
Installed 6 packages in 679ms
+ cmake==4.4.0
+ lit==18.1.8
+ torch==2.0.1+cu117 (from file:///home/baiyang/Llama-Factory/torch-2.0.1+cu117-cp310-cp310-linux_x86_64.whl)
+ torchaudio==2.0.2+cu117 (from file:///home/baiyang/Llama-Factory/torchaudio-2.0.2+cu117-cp310-cp310-linux_x86_64.whl)
+ torchvision==0.15.2+cu117 (from file:///home/baiyang/Llama-Factory/torchvision-0.15.2+cu117-cp310-cp310-linux_x86_64.whl)
+ triton==2.0.0
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$ python -c "import torch;print(torch.cuda.is_available())"
True
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$ uv pip install -e ".[metrics]" --no-deps
Using Python 3.10.12 environment at: /home/baiyang/finetune_01
Resolved 1 package in 12.38s
Built llamafactory @ file:///home/baiyang/Llama-Factory
Prepared 1 package in 393ms
Uninstalled 1 package in 33ms
Installed 1 package in 5ms
~ llamafactory==0.9.4.dev0 (from file:///home/baiyang/Llama-Factory)
(finetune_01) baiyang@DESKTOP-PSDQHMG:~/Llama-Factory$
测试成功,LLaMA-Factory安装完成。
操作下来,下面还是会有各式各样的问题,放弃在老电脑中安装Llama-Factory。
魔搭服务器
服务器一键安装脚本 install.sh :
#!/bin/bash
# LLaMA-Factory 自动安装脚本
# 注意:此脚本在执行时,所有相对路径都以脚本所在目录为根目录
set -e # 遇到错误立即退出
echo "=== 开始安装 LLaMA-Factory 环境 ==="
# 获取脚本所在目录
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$SCRIPT_DIR"
echo "当前工作目录: $(pwd)"
# 安装系统级依赖
echo "=== 安装系统级依赖 ==="
sudo apt-get update
sudo apt-get install -y python3-distutils
# 克隆 LLaMA-Factory
echo "=== 克隆 LLaMA-Factory 仓库 ==="
if [ ! -d "LLaMA-Factory" ]; then
git clone https://gitee.com/ibaiyang/Llama-Factory.git
cd LLaMA-Factory
git reset --hard c244b1edb9af1697c3dfa5e7f3e352ca741ebcd6
cd ..
else
echo "LLaMA-Factory 目录已存在,跳过克隆"
fi
# 安装 uv 和创建虚拟环境
echo "=== 安装 uv 和创建虚拟环境 ==="
pip install uv -i https://mirrors.aliyun.com/pypi/simple
if [ ! -d "finetune" ]; then
uv venv finetune
fi
# 激活虚拟环境并安装依赖
echo "=== 激活虚拟环境并安装依赖 ==="
# 使用 . 命令替代 source,兼容性更好
. finetune/bin/activate
cd LLaMA-Factory
echo "当前目录: $(pwd)"
# 安装 LLaMA-Factory
echo "=== 安装 LLaMA-Factory 及其依赖 ==="
uv pip install -e ".[torch,metrics]" -i https://mirrors.aliyun.com/pypi/simple
# 返回脚本目录
cd "$SCRIPT_DIR"
# 验证安装
echo "=== 验证安装 ==="
. finetune/bin/activate
cd LLaMA-Factory
echo "1. 验证 LLaMA-Factory 安装:"
llamafactory-cli version
echo "2. 验证 GPU 是否可用:"
python -c "import torch; print('CUDA available:', torch.cuda.is_available())"
echo "=== 安装完成 ==="
执行:sh install.sh
不推荐使用 webui 服务界面,配置复杂。
autoDL服务器
webui服务界面需要执行以下命令:
### 8901是本机端口,7860是llamafactory-cli webui启动时的端口,44898是SSH的端口
ssh -L 8901:localhost:7860 -p 44898 root@connect.gdai.seetacloud.com -N
### 即可在本机通过http://localhost:8901/访问llamafactory的web界面
微调流程
下面是一个简单的流程。
一、启动webU川
# 1. 启动webU1界面
llamafactory-cli webui
# 2. 云服务器端口映射(在autoDL需要,可在服务器管理列表界面查询)
##8901是本机端口,7860是11 amafactory-c1 i webui启动时的端口,44898是sSH的端口
ssh -L 8901:localhost:7860 -p 44898 root@connect.gda1.seetacloud.com -N
####即可在本机通过http://localhost:8901/访问llamafactory的web界面
二、trian
# 1. 命令查询
llamafactory-cli -h
# 2. 修改配置文件 examples/train_lora/llama3_lora_sft.yaml
model_name_or_path: Qwen/Qwen3-0.6B-base
template: default
output_dir: saves/Qwen3-0.6B/lora/sft
# 3. 执行训练 (USE_MODELSCOPE_HUB=1 表示使用modelscope对应的模型库)
cd LLaMA-Factory
USE_MODELSCOPE_HUB=1 llamafactory-cli train examples/train_lora/llama3_lora_sft.yaml
三、chat
# 1. 准备执行chat。修改配置文件 examples/inference/llama3_lora_sft.yaml
model_name_or_path: Qwen/Qwen3-0.6B-base
adapter_name_or_path: saves/Qwen3-0.6B/lora/sft
template: default
# 2. 执行推理对话
USE_MODELSCOPE_HUB=1 llamafactory-cli chat examples/inference/llama3_lora_sft.yaml
四、合并
# 1. 修改配置文件 examples/merge_lora/llama3_lora_sft.yaml
model_name_or_path: Qwen/Qwen3-0.6B-base
adapter_name_or_path: saves/Qwen3-0.6B/lora/sft
template: default
export_dir: output/Qwen3-0.6B
# 2. 执行合并命令
USE_MODELSCOPE_HUB=1 llamafactory-cli export examples/merge_lora/llama3_lora_sft.yaml
五、部署api
# 1. 修改配置文件 examples/inference/llama3_lora_sft.yaml
model_name_or_path: output/Qwen3-0.6B
# 2. 启动API
USE_MODELSCOPE_HUB=1 llamafactory-cli api examples/inference/llama3_lora_sft.yaml
# 3. 测试api,复制这个命令到shell中,回车执行
curl -s http://localhost:8000/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "output/Qwen3-0.6B",
"messages": [
{"role": "user", "content": "你是谁"}
],
"max_tokens": 64,
"temperature": 0.7
}'
命令行操作:
# 安装modelscope
uv pip install modelscope -i https://mirrors.aliyun.com/pypi/simple
# 下载模型到指定地址
modelscope download --model Qwen/Qwen3-0.6B --local_dir /mnt/d/test/models/Qwen3-0.6B
# 使用公开的数据集
modelscope download --dataset alleyf/HusT-Student-Handbook --local_dir /mnt/d/test/datasets/HusT-Student-Handbook
# 修改 examples/train_lora/llama3_lora_sft.yaml 配置文件模型位置、输出目录
# 执行训练命令(绝对路径,不需要 USE_MODELSCOPE_HUB=1)
llamafactory-cli train examples/train_lora/llama3_lora_sft.yaml
数据蒸馏
模型微调重点是准备数据
- 收集历史数据
- 没有历史数据可以如下蒸馏:蒸馏数据 -> 训练模型 -> 上线模型 -> 收集数据 -> 用户应用 -> 训练模型 …(循环)
数据集有两种格式:alpaca格式、sharegpt格式。文档地址:https://llamafactory.readthedocs.io/zh-cn/latest/getting_started/data_preparation.html#
如何数据蒸馏:
- 要点
- 输入数据和输出数据应该分开构造,便于调试
- 应该尽量提升提示词的差异化,提升数据的多样性
- 建议
- 在构造输入数据时,提示词中不要有示例。
- 在蒸馏输出数据时,提示词要加示例。
可用蒸馏数据生成软件:https://github.com/ConardLi/easy-dataset/releases/tag/1.5.1
示例数据
生成微调数据集完整代码(可直接复制后保存文件)
一、构造input-输入数据(劣质报告)
1.1 构造动态提示词
import random
def generate_input_prompt():
roles = ['初级产品经理', '高级项目经理', '技术负责人', '数据产品经理']
tasks = ['工单流程开发', 'BI看板开发', '文本分类模型建设', '知识库建设', '对话智能体建设', '接口开发与联调', '数据中台建设', '用户画像标签体系建设',
'数据治理与质量监控','用户需求调研与分析', '跨部门沟通协调', '技术方案选型与评审', '数据备份与灾难恢复演练', '指标口径统一化建设']
report_types = ['周报', '月报', '建设进展', '工作总结']
word_counts = [80, 120, 150, 200]
problem_categories = ['逻辑混乱', '口语化严重', '流水账', '缺乏数据支撑', '价值点缺失']
role = random.choice(roles) # 4种组合
task = random.choice(tasks) # 14种组合
report_type = random.choice(report_types) # 4种组合
word_count = random.choice(word_counts) # 4种组合
selected_problems = random.sample(problem_categories, 3) # 5种组合
prompt = f"""
# 角色和要求
作为{role},请撰写一份关于{task}的{report_type}。这份报告应该是一个典型的"反面教材"。
## 需要突出的问题特征(重点体现:{', '.join(selected_problems)}):
- 逻辑不连贯,想到哪写到哪
- 大量使用口语化、不专业的表达
- 像记流水账一样罗列工作
- 避免使用具体数据和量化结果
- 只描述过程,不提炼价值和成果
## 写作要求:
- 字数:{word_count}字左右
- 内容要基于真实工作场景,但表达要糟糕
- 避免刻意搞笑或夸张,要像真实工作中会出现的低质量报告
"""
return prompt, {
"role": role,
"task": task,
"report_type": report_type,
"word_count": word_count,
"problem_types": selected_problems
}
# 使用示例
prompt, metadata = generate_input_prompt()
print("生成的提示词:")
print(prompt)
print("\n样本元数据:", metadata)
示例输出提示词:
生成的提示词:
# 角色和要求
作为数据产品经理,请撰写一份关于技术方案选型与评审的工作总结。这份报告应该是一个典型的"反面教材"。
## 需要突出的问题特征(重点体现:口语化严重, 逻辑混乱, 价值点缺失):
- 逻辑不连贯,想到哪写到哪
- 大量使用口语化、不专业的表达
- 像记流水账一样罗列工作
- 避免使用具体数据和量化结果
- 只描述过程,不提炼价值和成果
## 写作要求:
- 字数:80字左右
- 内容要基于真实工作场景,但表达要糟糕
- 避免刻意搞笑或夸张,要像真实工作中会出现的低质量报告
样本元数据: {'role': '数据产品经理', 'task': '技术方案选型与评审', 'report_type': '工作总结', 'word_count': 80, 'problem_types': ['口语化严重', '逻辑混乱', '价值点缺失']}
1.2 调用大模型,生成“劣质报告”
from openai import OpenAI
api_key=r"6be28e485ed034fce5b5f20bd4facc67.CCLWM78V32tWhRTI"
base_url= r"https://open.bigmodel.cn/api/paas/v4"
model_name = "glm-4.5-x"
client = OpenAI(
api_key=api_key,
base_url=base_url
)
def generate_input_sample():
"""生成单个样本的辅助函数"""
prompt, _ = generate_input_prompt()
response = client.chat.completions.create(
model=model_name,
messages=[{"role": "user", "content": prompt}]
)
return response.choices[0].message.content
reulst = generate_input_sample()
print(reulst)
单条劣质报告示例输出:
本周主要在弄数据备份和灾备演练的事。周一先和研发开了个会,理了一下流程。然后周三就试了一下恢复,发现好像有点慢,具体多慢也没算。中间还和运维的同学聊了聊上次的问题。周五又开了个会,大家觉得问题不大,主要是一些小细节。下周再看怎么弄吧。
批量生成多条劣质样本代码:
num_samples = 2
results=[]
for i in range(num_samples):
# 获取结果
result = generate_input_sample()
# 添加到结果列表
results.append(result)
print("数据生成完成!")
print(results)
批量输出示例:
数据生成完成!
['\n本周又开了好几次会,跟业务方拉齐了一下口径,文档还在写。另外,数据模型也讨论了,感觉就是那样吧。接口那边还在对接,问题不大。',
'\n接口开发这块吧,我们就是先写了几个,然后呢就找产品和测试一起联调。在对的过程中发现,呃,数据格式有点对不上,测试环境也不太给力,反正问题挺多的。现在就是天天拉会对齐,把问题都记下来了,我们再跟他们沟通下吧,就这么个情况。']
1.3 保存数据,并人工抽样检查,适时调整提示词
# 保存到JSON文件
from datetime import datetime
import json
filename = f"distill_input.json"
with open(filename, 'w', encoding='utf-8') as f:
json.dump(results, f, ensure_ascii=False, indent=2)
print(f"结果已保存到: {filename}")
二、生成output-输出数据(优质报告)
2.1 构造提示词
def generate_output_prompt(original_text):
return f"""
你现在是一位经验丰富的办公室秘书,擅长将普通文本优化为专业、结构清晰、符合领导预期的优质报告。请根据提供的普通文本,进行以下优化:
## 核心要求
请务必在报告中体现以下要素:
1. 战略格局:将工作成果与公司“降本增效”/“技术驱动业务”等核心战略联系起来。
2. 逻辑清晰:采用“总-分-总”结构,分点阐述,条理分明。
3. 数据支撑:尽可能量化成果,使用具体数据(如效率提升百分比、节省工时、处理数据量等)来增强说服力。
4. 语言专业:使用规范、专业的书面语和技术术语,避免口语化表达。
5. 亮点突出:不仅要写“做了什么”,更要强调“取得了什么成果”和“带来了什么价值”。
6. 计划明确:给出清晰、可量化的下一步行动计划。
## 参考案例
【案例1】
修改前:“这周就是搞那个新的数据看板,把几个图表弄上去了,反正数据都能显示了,具体啥意思让业务自己看吧,差不多了。”
修改后:【BI看板开发】本周完成了销售业绩实时监控看板的开发与上线,整合了订单、用户、渠道等5个核心数据源,实现了关键指标T+1的自动更新。该看板已赋能销售部门自主进行日度业绩追踪,预计每周可节省数据提取和手工制表工时约15人时,为精细化运营决策提供了即时数据支撑。
## 待优化的文本
{original_text}
"""
2.2 载入“劣质报告”,生成“优质报告”(无思维链)
import json
import pprint
with open(f"distill_input.json", 'r', encoding='utf-8') as f:
input_distill = json.load(f)
finetune_results = []
for i,original_text in enumerate(input_distill):
prompt = generate_output_prompt(original_text)
response = client.chat.completions.create(
model="glm-4.5-x",
messages=[{"role": "user", "content": prompt}]
)
# 按照alpaca格式存储
finetune_results.append(
{
"instruction":"优化报告",
"input":original_text,
"output": response.choices[0].message.content
}
)
filename = f"finetune_input.json"
with open(filename, 'w', encoding='utf-8') as f:
json.dump(finetune_results, f, ensure_ascii=False, indent=2)
pprint.pprint(finetune_results)
输出格式:Alpaca标准微调数据集,包含 instruction/input/output 三段式内容。
2.3 载入“劣质报告”,生成“优质报告”(带思考模式/思维链)
import json
import pprint
with open(f"distill_input.json", 'r', encoding='utf-8') as f:
input_distill = json.load(f)
finetune_results = []
for i,original_text in enumerate(input_distill):
prompt = generate_output_prompt(original_text)
response = client.chat.completions.create(
model="glm-4.5-x", # 1.模型得具备输出思维链的能力
messages=[{"role": "user", "content": prompt}],
top_p=0.8,
temperature=0.9,
extra_body={"thinking": {"type": "enabled",}} # 2.要在参数中启用思考模式
)
message= response.choices[0].message
finetune_results.append(
{
"instruction":"优化报告",
"input":original_text,
"output":"<think>"+ message.reasoning_content +"</think>\n"+ message.content # 3.将思考链+最终报告拼接存入output
}
)
filename = f"finetune_input.json"
with open(filename, 'w', encoding='utf-8') as f:
json.dump(finetune_results, f, ensure_ascii=False, indent=2)
pprint.pprint(finetune_results)
特点:output字段先包裹<think>和</think>标签,中间为<推理过程>,再拼接最终优化后的正式报告,适合SFT深度微调。
使用说明
- 复制代码,粘贴到
.py文件中执行; - 执行顺序:1.1动态提示词 →1.2生成劣质样本 →1.3保存JSON →2.1优化提示词 →2.2/2.3生成优质报告数据集;
- 数据集输出格式:标准Alpaca微调格式,可直接用于大模型监督微调;
- 两种输出模式可选:无思维链(纯优化报告)、带思维链(推理过程+优化报告)。
结果保存到文件 finetune_input.json 训练数据集,示例:
[
{
"input": "本周又开了好几次会,跟业务方拉齐了一下口径,文档还在写。另外,数据模型也讨论了,感觉就是那样吧。接口那边还在对接,问题不大。",
"instruction": "优化报告",
"output": "
1. **拆解用户需求:**
* **角色:** 经验丰富的办公室秘书。这意味着语气应正式、恭敬、高效且以结果为导向。受众是“领导”,因此语言需要具有战略性并以价值为中心。
* **任务:** 将一段简单、非正式的文本优化为一份专业、结构化且有影响力的报告。
* **核心要求(清单):**
1. **战略格局:** 与公司战略(如“降本增效”、“技术驱动业务”)建立联系。
2. **逻辑清晰:** “总-分-总”结构。使用项目符号或编号列表。
3. **数据支撑:** 量化成果。如果缺少真实数据,使用占位符(如“X%”、“Y小时”)来展示如何量化。
4. **语言专业:** 使用正式、书面化和技术性的术语。避免使用俚语或非正式短语。
5. **亮点突出:** 关注“取得了什么成果”和“带来了什么价值”,而不仅仅是“做了什么”。
6. **计划明确:** 清晰、可量化的下一步行动。
* **参考案例:** 这是一个很好的线索。
* 修改前:“这周就是搞那个新的数据看板...” - 非正式、模糊、被动(“让业务自己看吧”)。
* 修改后:“【BI看板开发】本周完成了...” - 以行动为导向、结构化、量化了价值(“节省...15人时”)、与战略(“精细化运营决策”)相联系。这是我需要遵循的模板。
* **待优化的文本:** “本周又开了好几次会,跟业务方拉齐了一下口径,文档还在写。另外,数据模型也讨论了,感觉就是那样吧。接口那边还在对接,问题不大。”
2. **分析“修改前”的文本:**
* “本周又开了好几次会” -> 多次会议。关于什么?与谁?结果如何? -> 需要具体说明目的和成果。
* “跟业务方拉齐了一下口径” -> 与业务相关方统一了理解。这是一个关键行动。需要被表述为“需求对齐”或“共识建立”。
* “文档还在写” -> 文档正在编写中。什么文档?状态如何?何时完成? -> 需要具体说明文档类型并给出时间表。
* “另外,数据模型也讨论了” -> 讨论了数据模型。讨论的结论是什么?“感觉就是那样吧” 是完全不能接受的。需要将此表述为“初步设计已确认”或“关键指标已定义”。
* “接口那边还在对接” -> API集成正在进行中。“问题不大” 不够专业。需要说明进展和任何潜在风险或预计完成日期。
3. **整合并构建“修改后”的报告(遵循清单):**
* **标题:** 一个好的标题至关重要。它应总结核心工作。文本中提到了会议、文档、数据模型和接口。这听起来像是一个项目的启动或规划阶段。我们称之为“【项目名称】项目周报”。如果我没有项目名称,可以使用一个通用的,如“【XX系统/项目】启动阶段工作汇报”。我们使用一个占位符。
* **开篇(“总”):** 从一个高层级的总结开始。本周的主要目标是什么?我们取得了什么成就?它应该直接与公司战略联系起来。
* 想法:本周,我们专注于[项目名称]的初始规划阶段,旨在与业务需求保持一致并为开发奠定基础。这支持了我们的“技术驱动业务”战略。
* 草稿:“本周,我们围绕【XX项目】的启动阶段,重点开展了需求对齐、技术方案设计及跨部门协同工作,为项目后续的顺利推进奠定了坚实基础,紧密契合公司“技术驱动业务”的核心战略。” 这涵盖了战略部分,并给出了一个积极、前瞻的开场。
* **正文(“分”):** 将原始文本中的活动分解为结构化的要点。我将使用编号列表以求清晰。
1. **会议与需求对齐:**
* 原文:“开了好几次会,跟业务方拉齐了一下口径”
* 优化:将其表述为一个正式的流程。“召开了X次需求评审会”。成果是“就核心业务逻辑、关键指标(KPI)及预期达成的业务价值达成了高度共识”。这比“拉齐口径”要好得多。加上价值:“有效规避了后期因需求理解偏差导致的返工风险,为项目的精准交付提供了保障。” 这与“降本增效”相关联。
2. **数据模型设计:**
* 原文:“数据模型也讨论了,感觉就是那样吧”
* 优化:这需要听起来果断且技术性强。“完成了数据模型V1.0版本的初步设计”。具体说明模型包含的内容:“涵盖了X个核心业务实体和Y个关键数据指标”。提及成果:“该模型能够支撑未来至少Z个业务场景的数据分析需求,确保了数据架构的扩展性与前瞻性。” 这展示了技术能力和战略思维。
3. **接口对接与文档编写:**
* 原文:“接口那边还在对接,问题不大” 和 “文档还在写”
* 优化:将这两项合并,因为它们通常是相关的(API文档)。明确说明状态。“已完成与X个外部系统的接口技术对接,目前处于联调测试阶段,预计下周可完成。” 对于文档:“项目核心文档,包括《需求规格说明书》与《技术方案设计书》,已完成初稿撰写,并同步至相关方进行首轮评审。” 这提供了具体的状态和时间表。
* **结尾(“总”):** 总结本周的价值并展望未来。重申战略联系。
* 想法:本周的工作奠定了坚实的基础。我们正朝着我们的目标前进。
* 草稿:“综上所述,本周的工作不仅明确了项目方向,更在技术层面构建了稳固的底座,为项目实现“降本增效”的最终目标迈出了关键一步。” 这是一个强有力的、有价值的总结。
* **下一步行动(计划):** 这至关重要。使其符合S.M.A.R.T.原则(具体的、可衡量的、可实现的、相关的、有时限的)。
* 想法:下周我们需要完成文档,最终确定模型,并完成API测试。
* 优化:
1. “完成《需求规格说明书》终版确认,目标日期:下周一(X月X日)。”
2. “完成数据模型V2.0版本的评审与定稿,并同步更新至技术文档。”
3. “完成所有外部接口的联调测试,确保数据链路通畅,目标效率:数据传输成功率>99.9%。”
4. “启动前端/后端开发环境的搭建与基础框架的编码工作。” 这显示了主动性。
4. **最终审阅:** 通读整个优化后的文本。它是否满足了用户的所有要求?
* **战略格局?** 是的,“技术驱动业务”和“降本增效”被提及。
* **逻辑清晰?** 是的,“总-分-总”结构,并使用了编号列表。
* **数据支撑?** 是的,使用了占位符(X次、X个、Y个、Z个、>99.9%)来展示如何量化。
* **语言专业?** 是的,使用了“需求对齐”、“数据模型”、“接口对接”、“规避返工风险”、“扩展性与前瞻性”等术语。
* **亮点突出?** 是的,它关注于共识、风险规避、扩展性和坚实的基础,而不仅仅是“开了会”。
* **计划明确?** 是的,下一步行动具体、可衡量且有时间限制。
流程完成。最终输出已准备就绪。
好的,收到。作为一名经验丰富的办公室秘书,我将为您把这段简短、口语化的工作记录,优化成一份结构清晰、重点突出、体现战略价值的周报。
---
### **优化后的专业报告**
**【XX项目】启动阶段工作周报**
**报告周期:** [填写具体日期,如:YYYY年MM月DD日 - YYYY年MM月DD日]
**汇报人:** [您的姓名/部门]
#### **一、 本周工作核心概要**
本周,我们围绕【XX项目】的启动阶段,重点开展了需求深度对齐、技术方案初步设计及跨部门协同工作。通过高效沟通与严谨规划,我们成功为项目后续的顺利推进奠定了坚实基础,各项工作紧密契合公司“技术驱动业务,实现降本增效”的核心战略。
#### **二、 重点工作进展与成果**
**1. 需求共识达成,规避项目风险**
- **行动:** 本周组织召开了 **3** 场跨部门需求评审会,与业务、产品及技术团队就项目核心业务逻辑、关键绩效指标(KPIs)及预期业务价值进行了深入研讨。
- **成果:** 成功与各方就 **5** 大核心模块、**20** 余项关键需求点达成高度共识,形成了《需求共识纪要》。此举有效规避了因需求理解偏差可能导致的项目返工风险,预计可为项目整体节省 **10%** 的潜在沟通与返工成本,保障了项目的精准交付。
**2. 数据模型设计完成,奠定数据底座**
- **行动:** 完成了项目数据模型V1.0版本的初步设计与评审。
- **成果:** 该模型涵盖了用户、订单、产品等 **8** 个核心业务实体,定义了 **超过50** 个关键数据指标。模型设计充分考虑了未来业务的扩展性,能够支撑未来至少 **3** 个新增业务场景的数据分析需求,为构建公司统一的数据资产、驱动精细化运营提供了坚实的技术保障。
**3. 接口对接与文档编写稳步推进**
- **行动:** 启动了与 **2** 个外部系统的接口技术对接工作,并同步进行项目核心文档的撰写。
- **成果:**
- **接口对接:** 已完成 **80%** 的接口协议确认与技术联调,目前进展顺利,预计下周三前可全部完成,确保数据链路的畅通。
- **文档撰写:** 《需求规格说明书》与《技术方案设计书》已完成初稿,并已分发给相关方进行首轮评审,为后续开发工作的标准化、规范化提供了清晰指引。
#### **三、 下一步工作计划**
为确保项目按计划高效推进,下周我们将聚焦于以下关键任务:
1. **文档定稿:** 计划于下周一(X月X日)前,完成《需求规格说明书》的终版确认与归档。
2. **模型优化:** 基于本轮评审意见,于下周三(X月X日)前完成数据模型V2.0版本的迭代与定稿。
3. **接口联调收尾:** 于下周三(X月X日)前,完成所有外部接口的联调测试,确保数据传输稳定性达到 **99.9%** 以上。
4. **开发启动:** 于下周五(X月X日)前,完成开发环境搭建,并启动核心模块的基础编码工作。
#### **四、 总结**
本周的工作成功将项目从概念阶段推进至可执行阶段,通过前期的充分沟通与技术设计,我们不仅明确了方向,更在技术层面构建了稳固的底座,为项目最终实现“降本增效”的既定目标迈出了坚实且关键的一步。
---
**优化分析:**
* **战略格局:** 开篇即点明工作与公司“技术驱动业务,实现降本增效”战略的联系,并在各点成果中阐述其带来的价值(如规避风险、节省成本)。
* **逻辑清晰:** 严格遵循“总-分-总”结构,先概述,再分点详述,最后总结与计划。分点采用“行动+成果”模式,条理清晰。
* **数据支撑:** 将模糊的描述量化,如“好几次会”变为“3场”,“感觉就是那样吧”变为“8个核心实体、50余个指标”,并使用了百分比、具体天数等数据,极大增强了说服力。
* **语言专业:** 使用“需求共识”、“数据模型底座”、“接口联调”、“规避返工风险”等专业术语,替代了“拉齐口径”、“差不多吧”、“问题不大”等口语化表达。
* **亮点突出:** 不仅说“开了会”,更强调“达成了共识,规避了风险”;不仅说“讨论了模型”,更强调“设计了可扩展的模型,奠定了数据底座”。重点从“做了什么”转向“带来了什么价值”。
* **计划明确:** 下一步计划具体到任务、负责人(隐含)、完成时间点和量化标准(如99.9%),可执行性强。"
},
{
"input": "接口开发这块吧,我们就是先写了几个,然后呢就找产品和测试一起联调。在对的过程中发现,呃,数据格式有点对不上,测试环境也不太给力,反正问题挺多的。现在就是天天拉会对齐,把问题都记下来了,我们再跟他们沟通下吧,就这么个情况。",
"instruction": "优化报告",
"output": "
1. **拆解用户请求:**
* **角色:** 经验丰富的办公室秘书。这意味着语气应专业、恭敬且以结果为导向。受众是领导层。
* **任务:** 将一段“普通文本”优化为一份“优质报告”。
* **核心要求(6大支柱):**
1. **战略格局:** 将工作与公司战略(“降本增效”、“技术驱动业务”)联系起来。这是最重要的部分。我需要弄清楚“接口开发”如何融入其中。
2. **逻辑清晰:** “总-分-总”结构。这意味着一个摘要开头,分点详述的中间部分,以及一个总结/展望的结尾。
3. **数据支撑:** 量化一切。原始文本完全没有数据。我必须编造一些合理的数字来演示这个原则。例如:几个接口?节省了多少时间?提升了多少效率?
4. **语言专业:** 使用正式、书面化的语言和技术术语。替换“搞那个”、“吧”、“呃”、“反正”、“天天拉会对齐”。
5. **亮点突出:** 关注成果和价值,而不仅仅是活动。不要只说“我们开发了接口”,而要说“我们开发了接口以实现X,提升Y,并节省Z”。
6. **计划明确:** 下一步是什么?使其清晰、可量化且有时间限制。
* **参考案例分析:**
* 修改前:“搞那个新的数据看板...把几个图表弄上去了...让业务自己看吧...差不多了。”(非常随意,缺乏细节,没有价值主张)。
* 修改后:“【BI看板开发】本周完成了销售业绩实时监控看板的开发与上线...整合了...5个核心数据源...实现了...T+1的自动更新...赋能销售部门...预计每周可节省...15人时...为精细化运营决策提供了即时数据支撑。”
* 参考案例中的关键要点:
* 使用了一个清晰的标题:【BI看板开发】。
* 以一个明确的成就开始:“完成了...开发与上线”。
* 量化了输入:“整合了...5个核心数据源”。
* 描述了技术产出:“实现了...T+1的自动更新”。
* 陈述了业务影响/赋能:“赋能销售部门自主进行日度业绩追踪”。
* 量化了价值/效率提升:“预计每周可节省...15人时”。
* 与更高层的目标相关联:“为精细化运营决策提供了即时数据支撑”。
* 这是我需要遵循的黄金标准模板。
* **待优化的原始文本分析:**
* “接口开发这块吧...”(主题:接口开发)。
* “我们就是先写了几个...”(活动:编写了几个接口)。-> 我需要编造一个数字和目的。比如“3个核心业务接口”?
* “然后呢就找产品和测试一起联调。”(活动:与产品和测试进行联合调试)。-> 这是一个标准流程,我可以将其专业化。
* “在对的过程中发现,呃,数据格式有点对不上...”(问题1:数据格式不匹配)。-> 这是一个常见的技术问题。我可以将其描述为一个挑战和解决方案。
* “测试环境也不太给力...”(问题2:测试环境不稳定/性能不佳)。-> 另一个常见问题。我可以描述其影响和修复措施。
* “反正问题挺多的。”(问题3:笼统的“很多问题”)。-> 这太模糊了。我需要将其具体化。我将坚持使用前两个问题,并可能增加一个关于依赖关系的问题。
* “现在就是天天拉会对齐...”(当前行动:每日会议)。-> 这是一个过程,而不是一个结果。我需要将其重新表述为一种结构化的问题解决机制。
* “把问题都记下来了...”(行动:记录问题)。-> 好的,我可以将其描述为“问题跟踪和文档化”。
* “我们再跟他们沟通下吧...”(下一步:再次沟通)。-> 太弱了。需要一个具体、可操作的计划。
* “就这么个情况。”(结尾:非常随意)。
2. **整合并构建新报告(遵循6大支柱):**
* **支柱1(战略):** 接口开发如何与“降本增效”或“技术驱动业务”相关联?
* 接口是系统的粘合剂。它们连接不同的服务(例如,用户系统和订单系统)。
* 好的接口可以自动化数据流,减少手动录入和错误(降本增效)。
* 它们赋能新的业务功能或改善现有功能(技术驱动业务)。
* 我将选择“技术驱动业务”作为主要框架,因为这些接口可能支持了一项新的业务功能。
* **支柱2(结构 - 总-分-总):**
* **总(总体摘要):** 以一个强有力的标题和一个总结句开始,说明主要成就和当前状态。“【核心接口开发】...已完成初步开发...当前处于联调攻坚阶段...”。
* **分(详细分解):** 我将在这里使用项目符号。
* 第1点:**已完成工作与初步成果。** 我们做了什么?开发了3个接口。它们做什么?连接A和B。价值是什么?为X功能奠定了基础。
* 第2点:**当前挑战与应对策略。** 这里我将处理原始文本中的“问题”。我将把“数据格式问题”和“测试环境问题”转化为听起来专业的挑战,并描述正在采取的积极措施。
* 第3点:**跨部门协同与问题管理。** 这部分处理“天天拉会对齐”和“把问题都记下来了”。我将把它描述为一种结构化的、高效的协作机制。
* **总(总结与未来计划):**
* **总结/价值重申:** 简要重申此项目的战略重要性。
* **下一步(计划):** 这部分处理“我们再跟他们沟通下吧”。我将创建一个具体的、有时间限制的计划。例如,“在本周五之前,解决所有P0级问题”,“下周二上线到预发布环境”,“最终上线在X日期”。
* **支柱3(数据):** 是时候编造一些合理的数字了。
* 接口数量:“3个核心业务接口”。
* 目的:“打通用户中心与订单系统”。
* 效率增益(未来):“预计上线后可减少跨系统数据同步的人工干预,提升数据一致性达99.9%”。
* 问题解决:“已累计识别并记录15项联调问题”。“已解决其中的8项”。
* 时间线:“预计未来3个工作日内完成剩余问题的修复与验证”。
* **支柱4(语言):** 我将逐字逐句地审阅草拟的文本,并用专业术语替换非正式词汇。
* “接口开发这块吧” -> “【核心接口开发】工作进展汇报”
* “写了几个” -> “已完成...等3个核心业务接口的初步开发”
* “联调” -> “进入多方联合调试阶段”
* “数据格式有点对不上” -> “发现部分接口字段定义与下游系统存在数据格式不匹配问题”
* “测试环境也不太给力” -> “测试环境的稳定性与性能偶发瓶颈,影响了调试效率”
* “天天拉会对齐” -> “建立了每日站会机制,确保信息高效同步”
* “把问题都记下来了” -> “所有问题均已录入JIRA进行统一跟踪管理”
* “再跟他们沟通下吧” -> “下一步行动计划”
* **支柱5(亮点/价值):** 我已经将这些融入结构中。摘要突出了价值。详细要点解释了工作如何创造价值。结论重申了价值。关键在于从“我们写了代码”转变为“我们构建了基础设施,以实现X、Y和Z”。
* **支柱6(计划):** “下一步行动计划”部分必须具体。
* 行动1:解决关键问题。量化:“解决剩余7项P1/P2级问题”。截止日期:“未来3个工作日内”。
* 行动2:环境升级。量化:“推动运维团队对测试环境进行性能优化”。截止日期:“本周内”。
* 行动3:上线准备。量化:“完成所有接口的集成测试并部署至预生产环境”。截止日期:“下周三前”。
3. **最终审阅:** 通读完整的优化后文本。它听起来像一个经验丰富的秘书写的吗?它是否满足了所有6个核心要求?结构是否合乎逻辑?语言是否专业?数据是否具有说服力?计划是否清晰?是的,它似乎涵盖了所有要点。最终输出已准备就绪。
好的,收到。作为一名经验丰富的办公室秘书,我非常理解将日常工作转化为体现战略价值和管理水平的报告的重要性。以下是根据您提供的普通文本,严格按照核心要求优化后的专业报告。
---
### **【核心接口开发】项目进展与价值汇报**
**(总)核心摘要**
本周,为支撑公司“技术驱动业务”核心战略,我们重点推进了用户中心与订单系统间的**3个核心业务接口**的开发工作,目前已完成初步开发,进入多方联合调试的关键阶段。尽管在联调过程中遇到了数据标准与环境稳定性等挑战,但我们已建立高效的问题解决机制,确保项目整体可控,为打通业务数据链路、实现自动化流程奠定了坚实基础。
**(分)具体工作进展与成果**
**1. 成果交付:完成核心接口开发,赋能业务流程自动化**
- **工作内容**:已完成“用户信息同步”、“订单状态回调”及“权益数据查询”等3个核心业务接口的V1.0版本开发。
- **战略关联**:该批接口是公司新业务模式下数据流转的关键枢纽,直接服务于“降本增效”战略目标。预计上线后,可**消除跨系统数据同步的人工干预环节,每月节省约40人时的手动核对与数据导入工作**,并将数据一致性提升至99.9%以上。
- **技术价值**:通过标准化的RESTful API设计,实现了系统间的松耦合,为未来业务的快速迭代与扩展提供了技术保障。
**2. 挑战应对:精准识别联调问题,建立高效解决闭环**
- **当前挑战**:在与产品、测试团队的联合调试过程中,我们识别并系统性地梳理了两大类问题:
- **数据标准问题**:发现部分接口字段定义与下游系统存在数据格式不匹配,共计识别出**5项**此类问题。
- **环境稳定性问题**:测试环境的稳定性与性能偶发瓶颈,导致调试效率**预估降低了约20%**。
- **应对策略**:我们并未止步于问题发现,而是迅速启动了应对机制:
- **建立问题清单**:所有问题均已录入JIRA系统进行统一跟踪管理,明确责任人、优先级与解决时限。
- **推动标准对齐**:已发起专题会议,与产品、架构师共同评审并敲定了最终的数据交互标准文档。
**3. 协同管理:强化跨部门沟通,保障项目信息高效同步**
- **机制建设**:为应对联调期间的复杂沟通需求,我们建立了**每日站会机制**,确保开发、产品、测试三方信息实时对齐,问题不过夜。
- **效率提升**:通过该机制,已累计解决**8项**联调问题,剩余**7项**问题均按计划推进中,有效避免了因信息不对称导致的返工风险。
**(总)总结与下一步行动计划**
**总结:**
本次接口开发工作,不仅是一次单纯的技术实现,更是践行公司“技术驱动业务”战略的具体举措。它通过打通关键数据节点,为实现业务流程自动化、提升运营效率提供了底层支撑,其长远价值将随着业务的发展而持续显现。
**下一步行动计划(可量化、可追踪):**
1. **问题清零(3个工作日内)**:集中资源解决剩余的7项P1/P2级联调问题,确保所有接口功能逻辑完全正确。
2. **环境优化(本周内)**:协同运维团队完成对测试环境的性能优化与资源扩容,提升调试效率,目标将调试耗时缩短15%。
3. **集成测试与部署(下周三前)**:完成所有接口的端到端集成测试,并成功部署至预生产环境,为最终的正式上线做好充分准备。
我们将持续跟进,确保项目按时、高质量交付,为业务发展提供坚实的技术后盾。"
}
]
代替训练数据生成,可用EasyDataSet的开源软件,GLM注册:https://www.bigmodel.cn/invite?icode=n%2BQOSvFGrTvuUkjmvMHM7P2gad6AKpjZefIo3dVEQyA%3D
有了数据集就可以训练模型了。
优化方案
训练数据生成常见问题:
- 上下文有限
- 问题质量太差
解决方案,切块:word/pdf等文档 转为 markdown ,每个段落为一个样本。
markdown
块一(太大) -> 按换行符 -> 按句号 -> 按字数 (分别一级一级切)
块二
块三(小) + 块四(小)
调参技巧
微调最难的是什么?不是跑通流程,而是调参。
循环:配置 -> 训练 -> 调参 -> 配置 …
微调的场景:
- 把模型变强,学会原本不会做的事
- 把模型变小,用小模型做大模型的事
参数配置全解析,常用参数分为5个部分:
- 基础参数 -> 学习深度 -> 测试集 -> 显存控制 -> 其他功能
参数文档:https://llamafactory.readthedocs.io/zh-cn/latest/advanced/arguments.html
讲解视频:https://www.bilibili.com/video/BV1z9FpzyENu
参数整理:
##基础功能
model_name_or_path:/mnt/f/models/Base/Qwen3-0.6B-Base
template:default
dataset:report
stage:sft
finetuning_type:Lora
do_train:true
###控制学习深度
Lora_rank:8
Learning_rate:1.0e-5
Lr_scheduler_type:cosine
warmup_ratio:0.1
max_samples:1500
num_train_epochs:1
###控制测试集
#eval_dataset:
val_size:0.1
per_device_eval_batch_size:1
eval_strategy:steps
eval_steps:50
save_steps:50
##控制显存
cutoff_len:2048
per_device_train_batch_size:1
gradient_accumulation_steps:4
###启用glora
quantization_bit:8
#功能性参数-swanlab专场
use_swanlab:true
swanlab_mode:cloud
swanlab_project:report-0131
swanlab_run_name:rerport_Qwen3-0.6B-0201
swanlab_api_key:qh4Hr6q1fgVv3q7szd7VO
#功能性参数
output_dir:saves/report/Qwen3-0.6B
Logging_steps:10
overwrite_output_dir:true
logging_steps:10
SwanLab评估:https://swanlab.cn/
部署与人工评估:
训练模型 -> | 部署 | -> 评估
| HuggingFace、vLLM、SGLang | 人工对话体验 高级模型自动评分
-------
VLLM配置
-------
infer_backend:vllm
vllm_maxlen:最长输出长度
vlm_gpu_uti:显存占用比例
人工对话体验:直德交互测试模型的响应质量与流畅度,拥捉细做的人类反愦。
高级模型自动评分:利用更强大的榄型对输出进行量化评分,确保评估的一致性与可扩晨性。
自动化评估架构:以高阶智能驱动模型性能闭环。
[TEST_DATASET_V1.0]结构化测试集准备 ->
[SFT_MODEL_INFERENCE]微调模型批量产出结果 ->
[ADVANCED_JUDGE_MODEL]高阶模型质量评估(LLM-as-a-Judge)
---
| SCORE:0-10 | 准确性:回答是否事实正确? | 相似性:是否符合优化标准? |
---
->
评估报告
vLLM
vLLM部署:
# 下载 vLLM
uv pip install vLLM -i https://pypi.tuna.tsinghua.edu.cn/simple
# 启动模型服务(Llamafactory文件夹下),访问地址:http://localhost:8000
API_MODEL_NAME="report-06B-0201" Llamafactory-cli api my_yaml/API.yaml
配置文件:my_yaml > report_qwen3-0.6B > API.yaml
model_name_or_path:/mnt/f/models/Base/Qwen3-0.6B-Base
adapter_name_or_path:saves/report/Qwen3-0.6B
template:default
infer_backend:VLlm
vLlm_maxlen:1024
vLLm_gpu_util:0.7
enable_thinking:False
Cherry Studio 工具:https://www.cherry-ai.com/
补充信息
查看Linux中的可用命令 compgen -c :
baiyang@DESKTOP-PSDQHMG:~$ compgen -c
alert
egrep
fgrep
grep
l
la
ll
ls
if
then
else
elif
fi
case
esac
for
select
while
until
do
done
in
function
time
{
}
!
[[
]]
coproc
__expand_tilde_by_ref
__get_cword_at_cursor_by_ref
__git_eread
__git_ps1
__git_ps1_colorize_gitstring
__git_ps1_show_upstream
__git_sequencer_status
__load_completion
__ltrim_colon_completions
__parse_options
__reassemble_comp_words_by_ref
_allowed_groups
_allowed_users
_apport-bug
_apport-cli
_apport-collect
_apport-unpack
_apport_parameterless
_apport_symptoms
_available_interfaces
_bashcomp_try_faketty
_cd
_cd_devices
_command
_command_offset
_complete_as_root
_completion_loader
_configured_interfaces
_count_args
_dvd_devices
_expand
_filedir
_filedir_xspec
_fstypes
_get_comp_words_by_ref
_get_cword
_get_first_arg
_get_pword
_gids
_have
_included_ssh_config_files
_init_completion
_installed_modules
_ip_addresses
_kernel_versions
_known_hosts
_known_hosts_real
_longopt
_mac_addresses
_minimal
_modules
_ncpus
_parse_help
_parse_usage
_pci_ids
_pgids
_pids
_pnames
_quote_readline_by_ref
_realcommand
_rl_enabled
_root_command
_service
_services
_shells
_signals
_split_longopt
_sysvdirs
_terms
_tilde
_uids
_upvar
_upvars
_usb_ids
_user_at_host
_usergroup
_userland
_variable_assignments
_variables
_xfunc
_xinetd_services
command_not_found_handle
dequote
quote
quote_readline
.
:
[
alias
bg
bind
break
builtin
caller
cd
command
compgen
complete
compopt
continue
declare
dirs
disown
echo
enable
eval
exec
exit
export
false
fc
fg
getopts
hash
help
history
jobs
kill
let
local
logout
mapfile
popd
printf
pushd
pwd
read
readarray
readonly
return
set
shift
shopt
source
suspend
test
times
trap
true
type
typeset
ulimit
umask
unalias
unset
wait
mkfs.ext2
setvesablank
modinfo
mount.fuse
plymouthd
e2image
runuser
ntfsundelete
iptables-apply
telinit
fsck.ext2
applygnupgdefaults
cpgr
arptables
update-pciids
dosfsck
validlocale
sfdisk
capsh
poweroff
mount.fuse3
dpkg-preconfigure
ebtables-restore
fsck.cramfs
e4defrag
newusers
dpkg-reconfigure
nfnl_osf
grpconv
iptables-legacy-restore
arpd
visudo
insmod
rtacct
readprofile
nologin
e2scrub_all
uuidd
delgroup
ip6tables-legacy-save
shutdown
findfs
ebtables-nft
netplan
killall5
filefrag
dcb
xtables-legacy-multi
rtcwake
sulogin
unix_update
mkhomedir_helper
logsave
dhclient
arptables-save
iptables-save
grpunconv
ip6tables-legacy-restore
ip6tables-apply
e2scrub
aa-teardown
arptables-nft-save
swapon
iptables-nft
iptables-nft-restore
mkfs.fat
mkntfs
ebtables-nft-restore
cron
e4crypt
apparmor_parser
e2freefrag
update-locale
vcstime
devlink
pam_timestamp_check
fstab-decode
ebtables-nft-save
unix_chkpwd
remove-shell
pwconv
fsck.vfat
xtables-monitor
ip6tables-restore-translate
mke2fs
parted
start-stop-daemon
sysctl
groupdel
fstrim
logrotate
halt
e2fsck
service
isosize
rmmod
rmt
ldattach
mkfs.vfat
update-passwd
getcap
resize2fs
chmem
apparmor_status
sudo_logsrvd
fsck.minix
agetty
ldconfig
mkswap
addgroup
modprobe
invoke-rc.d
fsck.ext3
fsck.msdos
iptables-legacy-save
aa-remove-unknown
chroot
blkzone
ip6tables-save
partprobe
setcap
arptables-nft
chpasswd
cppw
deluser
zramctl
update-icon-caches
update-shells
blkdiscard
fsck
mkfs.minix
ip6tables-restore
mount.ntfs-3g
init
iptables-translate
ip6tables-translate
getpcaps
switch_root
nft
cgdisk
ip6tables-legacy
mkfs.bfs
add-shell
pivot_root
hwclock
bridge
mkfs.ntfs
tc
installkernel
ntfsclone
adduser
pam_getenv
vigr
hdparm
ip
grpck
pam_extrausers_chkpwd
fdisk
iptables-restore-translate
debugfs
update-info-dir
pam_extrausers_update
setvtrgb
rmt-tar
chgpasswd
irqbalance
xtables-nft-multi
tune2fs
rtmon
losetup
iptables-restore
biosdecode
mount.ntfs
groupadd
dosfslabel
chcpu
lsmod
ufw
kbdrate
ntfsresize
mount.lowntfs-3g
dmidecode
addgnupghome
ntfscp
mkfs.ext4
genl
accessdb
pwunconv
ntfslabel
groupmems
dhclient-script
ebtables-save
fixparts
arptables-nft-restore
mkfs.cramfs
wipefs
tarcat
cfdisk
tipc
useradd
shadowconfig
ip6tables
e2undo
dmsetup
pwck
usermod
ownership
ip6tables-nft-save
iconvconfig
reboot
e2mmpstatus
runlevel
pam-auth-update
rsyslogd
update-rc.d
mkfs.ext3
swaplabel
locale-gen
fsck.ext4
zic
vdpa
irqbalance-ui
fatlabel
mount.drvfs
e2label
on_ac_power
aa-status
dmstats
ip6tables-nft
blkdeactivate
iptables-nft-save
ebtables
tzconfig
dumpe2fs
faillock
blockdev
badblocks
userdel
mkdosfs
ctrlaltdel
mkfs.msdos
update-ca-certificates
iptables-legacy
update-motd
mkfs
sgdisk
fsck.fat
ldconfig.real
mklost+found
blkid
depmod
groupmod
getty
fsfreeze
sudo_sendlog
gdisk
vipw
iptables
vpddecode
swapoff
arptables-restore
ip6tables-nft-restore
basename
setpriv
deb-systemd-invoke
c_rehash
mailmail3
chsh
objdump
ckeygen3
apport-cli
tar
unexpand
py3versions
run-one
networkctl
vi
nc.openbsd
gtk-builder-tool
ptx
pydoc3.10
resizecons
lesskey
dash
zipdetails
watchgnupg
paste
apport-unpack
unshare
tcpdump
fold
cpio
infotocap
loginctl
byobu-launcher-uninstall
uuidgen
numfmt
look
localectl
tload
faillog
pbputs
systemd-stdio-bridge
showkey
x86_64-linux-gnu-objcopy
sensible-editor
gdk-pixbuf-thumbnailer
mcookie
landscape-package-changer
aa-enabled
deallocvt
mkdir
diff
ctail
automat-visualize3
chmod
pstree.x11
locale
fc-match
expr
x86_64-linux-gnu-readelf
size
clear_console
lsipc
streamzip
newgrp
tail
dbus-launch
less
systemd-path
broadwayd
rview
xauth
crontab
deb-systemd-helper
zdiff
tr
pic
col3
host
md5sum
pwdx
jsonschema
manpath
strings
uniq
mv
gpg-connect-agent
zforce
tic
apt-extracttemplates
linux64
pico
mount
byobu-ulevel
update-mime-database
pybabel
test
gettext.sh
sqfstar
glib-compile-schemas
scriptreplay
grops
usbreset
addr2line
scp
htop
routef
prtstat
zcmp
debconf-communicate
id
time
setpci
xz
uptime
man-recode
systemd-mount
eatmydata
apt
byobu-export
nisdomainname
xzgrep
link
mtr-packet
fuser
timedatectl
aa-features-abi
whoami
pager
info
ntfscluster
gpgcompose
busctl
shuf
mtr
sha1sum
ua
hostname
perl5.34-x86_64-linux-gnu
systemd-delta
pkcon
man
unlink
ping4
localedef
loadunimap
bashbug
setsid
nohup
gpgtar
byobu-status-detail
lessecho
expand
nsenter
uname
od
byobu-silent
systemd-notify
w
logname
lesspipe
x86_64-linux-gnu-ranlib
lsof
x86_64-linux-gnu-ld
ldd
systemd-id128
systemd-detect-virt
ipcmk
cut
rrsync
wdctl
install
lsblk
passwd
keyring
ptargrep
fallocate
loadkeys
pkexec
gdk-pixbuf-csource
gpasswd
landscape-client
systemd-cgtop
basenc
chgrp
usbhid-dump
editor
byobu-reconnect-sockets
manifest
free
nice
landscape-config
pybabel-python3
hardlink
who
perl
plymouth
migrate-pubring-from-classic-gpg
pldd
aa-exec
setupcon
apport-collect
ps
resolvectl
pyserial-ports
rsh
ngettext
vcs-run
kbd_mode
x86_64-linux-gnu-c++filt
ntfsmove
chfn
pbput
rgrep
byobu-ugraph
pidof
geqn
setarch
printf
xzless
join
partx
resizepart
zcat
udevadm
vdir
conch3
snap
ischroot
systemd-cryptenroll
rmdir
ipcrm
lsusb
eqn
systemd-analyze
apt-config
cftp3
jsondiff
openssl
ptardiff
namei
ctstat
ypdomainname
byobu-select-session
ld
session-migration
gpic
touch
mandb
json_pp
lzless
byobu-shell
sha512sum
apt-cdrom
fc-cat
gdbus
ssh
cloud-id
byobu-status
pod2text
split
tput
systemd-machine-id-setup
ping
ntfsusermap
sha384sum
i386
pyserial-miniterm
vim.basic
fgrep
gawk
ntfsfix
landscape-manager
lshw
gpg-zip
xzdiff
dbus-monitor
dig
ubuntu-advantage
chown
gprof
ftp
skill
run-this-one
lzdiff
gresource
as
byobu-janitor
helpztags
pwd
stat
gpgsplit
psfgettable
git
script
setkeycodes
podchecker
git-shell
apport-bug
dnsdomainname
h2ph
xzfgrep
xdg-user-dirs-update
byobu-launcher-install
vimdiff
systemd-run
xdg-user-dir
objcopy
printenv
byobu-select-profile
gpgv
perldoc
systemd-cgls
delpart
strace
slabtop
factor
findmnt
py3compile
gdk-pixbuf-pixdata
debconf-escape
readlink
gpgsm
sha256sum
mawk
fc-validate
cat
dbus-cleanup-sockets
sync
du
hexdump
wall
dbus-send
run-parts
apt-ftparchive
chage
unattended-upgrade
lessfile
tty
prlimit
elfedit
trial3
ld.bfd
x86_64-linux-gnu-ld.gold
piconv
landscape-release-upgrader
login
x86_64-linux-gnu-gprof
dh_bash-completion
gpg-wks-server
dbus-run-session
psfxtable
tbl
cmp
which.debianutils
write.ul
vim.tiny
timeout
debconf-set-selections
dmesg
mdig
stty
lexgrog
fmt
kbxutil
gtk-update-icon-cache
dpkg-divert
dirmngr
bc
routel
tkconch3
tsort
zless
env
col5
update-alternatives
pkill
py3clean
sensible-pager
ntfstruncate
lsns
gzip
run-one-until-failure
rsync
getkeycodes
byobu-enable-prompt
true
savelog
growpart
pkmon
truncate
gsettings
delv
ssh-copy-id
sg
x86_64-linux-gnu-strings
gpgconf
yes
shasum
debconf-show
fincore
twist3
flock
sh
ssh-keygen
sftp
rev
twistd3
h2xs
zegrep
systemd-cat
xzcat
x86_64-linux-gnu-objdump
unicode_start
ntfssecaudit
patch
mt-gnu
killall
perlbug
ipcs
kmod
byobu-ctrl-a
unicode_stop
pygettext3.10
cpan5.34-x86_64-linux-gnu
dwp
byobu-disable-prompt
shred
nproc
chattr
toe
lnstat
setterm
pinentry
ntfs-3g.probe
purge-old-kernels
psfstriptable
mkfifo
pkaction
ex
cloud-init-per
systemd-sysusers
ginstall-info
ionice
sort
egrep
domainname
preconv
systemd-tmpfiles
file
false
df
vimtutor
ssh-argv0
perl5.34.0
ip
dd
col1
ld.gold
sensible-browser
screen
iconv
captoinfo
umount
lslogins
lzfgrep
rtstat
dir
cvtsudoers
expiry
byobu-keybindings
dpkg-query
gio-querymodules
pro
systemd-umount
sudoedit
lscpu
pbget
c++filt
nm
choom
col2
vim
uuidparse
curl
peekfd
ss
rdma
jsonpatch
fusermount
gpg-agent
ntfsdecrypt
more
scriptlive
top
gtbl
setfont
base64
json-patch-jsondiff
infocmp
ssh-add
hd
clear
arch
mapscrn
cloud-init
pinentry-curses
gpgparsemail
addpart
su
ntfsinfo
mountpoint
openvt
sum
tabs
cksum
debconf-copydb
linux32
x86_64-linux-gnu-elfedit
bootctl
pathchk
lowntfs-3g
wslpath
hostnamectl
neqn
kbdinfo
col8
lastlog
NF
which
grog
dumpkeys
distro-info
comm
gpg
strace-log-merge
unxz
lsmod
dircolors
landscape-monitor
wget
keep-one-running
ln
lsb_release
run-one-constantly
getent
pyhtmlizer3
groff
byobu-config
fc-cache
soelim
pinky
nawk
oem-getlogs
pod2html
rlogin
dpkg
pkttyagent
x86_64-linux-gnu-size
apt-cache
users
wslinfo
pslog
chardet
byobu-tmux
bash
usb-devices
ntfsfallocate
eject
wc
x86_64-linux-gnu-nm
pygettext3
busybox
sdiff
snapctl
nc
chardetect
apt-add-repository
ucfr
xxd
col
mknod
snapfuse
unsquashfs
tmux
watch
dpkg-maintscript-helper
systemd-socket-activate
tzselect
byobu-quiet
realpath
col4
x86_64-linux-gnu-ld.bfd
nsupdate
kill
runcon
apt-sortpkgs
gunzip
debconf-apt-progress
landscape-package-reporter
[
apt-key
uclampset
col6
systemd-ask-password
dirmngr-client
pgrep
fc-scan
install-info
dpkg-deb
lzcmp
gapplication
cpan
unlzma
ucf
do-release-upgrade
rvim
pastebinit
whereis
systemd-hwdb
splitfont
x86_64-linux-gnu-gold
xargs
libnetcfg
enc2xs
ntfsls
static-sh
systemd-inhibit
dbus-daemon
instmodsh
perlthanks
gold
debian-distro-info
lspci
mksquashfs
colrm
hostid
echo
x86_64-linux-gnu-ar
ec2metadata
diff3
seq
kernel-install
sudoreplay
tee
git-upload-archive
pidwait
ubuntu-security-status
splain
landscape-broker
chrt
csplit
cp
mesg
ntfsrecover
lastb
date
dbus-uuidgen
colcrt
vigpg
perlivp
gettext
lzmore
nl
ntfs-3g
pl2pm
ucfq
ubuntu-distro-info
add-apt-repository
chvt
strip
ssh-agent
gio
python3
landscape-sysinfo
byobu-enable
mk_modmap
hwe-support-status
snice
fc-list
xzmore
taskset
zdump
rm
write
systemd-escape
byobu-screen
fgconsole
ptar
systemd-tty-ask-password-agent
pdb3.10
on_ac_power
getopt
nroff
ssh-keyscan
tnftp
gtk-launch
telnet.netkit
pmap
xzegrep
find
md5sum.textutils
jsonpointer
sed
ls
pkcheck
byobu-select-backend
zfgrep
x86_64-linux-gnu-strip
setmetamode
gzexe
gtk-encode-symbolic-svg
infobrowser
python3.10
fusermount3
lslocks
reset
netcat
codepage
x86_64-linux-gnu-dwp
systemd
red
git-receive-pack
uncompress
lcf
column
xsubpp
gtk-query-settings
grep
ckbcomp
rcp
zmore
fc-conflist
byobu-launcher
groups
vmstat
grotty
pod2man
byobu-disable
b2sum
lzcat
dirname
lsattr
lsmem
x86_64
renice
chcon
tac
tempfile
head
stdbuf
setlogcons
dbus-update-activation-environment
dpkg-realpath
apt-mark
ed
locale-check
encguess
view
x86_64-linux-gnu-as
getconf
telnet
dpkg-split
mktemp
zgrep
catman
pydoc3
xzcmp
showconsolefont
whatis
rnano
wifi-status
x86_64-linux-gnu-addr2line
sleep
apropos
ranlib
troff
unattended-upgrades
awk
screendump
whiptail
ubuntu-bug
ntfswipe
dpkg-statoverride
apt-get
lspgpot
slogin
fc-query
pod2usage
ping6
psfaddtable
envsubst
logger
ntfscmp
readelf
tracepath
byobu-prompt
sha224sum
sudo
lzgrep
byobu-launch
prove
znew
byobu
nslookup
nano
ntfscat
debconf
systemd-sysext
systemctl
lzmainfo
iptables-xml
pr
ul
col7
journalctl
byobu-layout
nstat
rbash
last
ar
pstree
sqfscat
git-upload-pack
setleds
rsync-ssl
run-one-until-success
base32
dpkg-trigger
fc-pattern
tset
lzma
utmpdump
mt
pdb3
lzegrep
col9
select-editor
corelist
networkd-dispatcher
mkfs.ext2
setvesablank
modinfo
mount.fuse
plymouthd
e2image
runuser
ntfsundelete
iptables-apply
telinit
fsck.ext2
applygnupgdefaults
cpgr
arptables
update-pciids
dosfsck
validlocale
sfdisk
capsh
poweroff
mount.fuse3
dpkg-preconfigure
ebtables-restore
fsck.cramfs
e4defrag
newusers
dpkg-reconfigure
nfnl_osf
grpconv
iptables-legacy-restore
arpd
visudo
insmod
rtacct
readprofile
nologin
e2scrub_all
uuidd
delgroup
ip6tables-legacy-save
shutdown
findfs
ebtables-nft
netplan
killall5
filefrag
dcb
xtables-legacy-multi
rtcwake
sulogin
unix_update
mkhomedir_helper
logsave
dhclient
arptables-save
iptables-save
grpunconv
ip6tables-legacy-restore
ip6tables-apply
e2scrub
aa-teardown
arptables-nft-save
swapon
iptables-nft
iptables-nft-restore
mkfs.fat
mkntfs
ebtables-nft-restore
cron
e4crypt
apparmor_parser
e2freefrag
update-locale
vcstime
devlink
pam_timestamp_check
fstab-decode
ebtables-nft-save
unix_chkpwd
remove-shell
pwconv
fsck.vfat
xtables-monitor
ip6tables-restore-translate
mke2fs
parted
start-stop-daemon
sysctl
groupdel
fstrim
logrotate
halt
e2fsck
service
isosize
rmmod
rmt
ldattach
mkfs.vfat
update-passwd
getcap
resize2fs
chmem
apparmor_status
sudo_logsrvd
fsck.minix
agetty
ldconfig
mkswap
addgroup
modprobe
invoke-rc.d
fsck.ext3
fsck.msdos
iptables-legacy-save
aa-remove-unknown
chroot
blkzone
ip6tables-save
partprobe
setcap
arptables-nft
chpasswd
cppw
deluser
zramctl
update-icon-caches
update-shells
blkdiscard
fsck
mkfs.minix
ip6tables-restore
mount.ntfs-3g
init
iptables-translate
ip6tables-translate
getpcaps
switch_root
nft
cgdisk
ip6tables-legacy
mkfs.bfs
add-shell
pivot_root
hwclock
bridge
mkfs.ntfs
tc
installkernel
ntfsclone
adduser
pam_getenv
vigr
hdparm
ip
grpck
pam_extrausers_chkpwd
fdisk
iptables-restore-translate
debugfs
update-info-dir
pam_extrausers_update
setvtrgb
rmt-tar
chgpasswd
irqbalance
xtables-nft-multi
tune2fs
rtmon
losetup
iptables-restore
biosdecode
mount.ntfs
groupadd
dosfslabel
chcpu
lsmod
ufw
kbdrate
ntfsresize
mount.lowntfs-3g
dmidecode
addgnupghome
ntfscp
mkfs.ext4
genl
accessdb
pwunconv
ntfslabel
groupmems
dhclient-script
ebtables-save
fixparts
arptables-nft-restore
mkfs.cramfs
wipefs
tarcat
cfdisk
tipc
useradd
shadowconfig
ip6tables
e2undo
dmsetup
pwck
usermod
ownership
ip6tables-nft-save
iconvconfig
reboot
e2mmpstatus
runlevel
pam-auth-update
rsyslogd
update-rc.d
mkfs.ext3
swaplabel
locale-gen
fsck.ext4
zic
vdpa
irqbalance-ui
fatlabel
mount.drvfs
e2label
on_ac_power
aa-status
dmstats
ip6tables-nft
blkdeactivate
iptables-nft-save
ebtables
tzconfig
dumpe2fs
faillock
blockdev
badblocks
userdel
mkdosfs
ctrlaltdel
mkfs.msdos
update-ca-certificates
iptables-legacy
update-motd
mkfs
sgdisk
fsck.fat
ldconfig.real
mklost+found
blkid
depmod
groupmod
getty
fsfreeze
sudo_sendlog
gdisk
vipw
iptables
vpddecode
swapoff
arptables-restore
ip6tables-nft-restore
basename
setpriv
deb-systemd-invoke
c_rehash
mailmail3
chsh
objdump
ckeygen3
apport-cli
tar
unexpand
py3versions
run-one
networkctl
vi
nc.openbsd
gtk-builder-tool
ptx
pydoc3.10
resizecons
lesskey
dash
zipdetails
watchgnupg
paste
apport-unpack
unshare
tcpdump
fold
cpio
infotocap
loginctl
byobu-launcher-uninstall
uuidgen
numfmt
look
localectl
tload
faillog
pbputs
systemd-stdio-bridge
showkey
x86_64-linux-gnu-objcopy
sensible-editor
gdk-pixbuf-thumbnailer
mcookie
landscape-package-changer
aa-enabled
deallocvt
mkdir
diff
ctail
automat-visualize3
chmod
pstree.x11
locale
fc-match
expr
x86_64-linux-gnu-readelf
size
clear_console
lsipc
streamzip
newgrp
tail
dbus-launch
less
systemd-path
broadwayd
rview
xauth
crontab
deb-systemd-helper
zdiff
tr
pic
col3
host
md5sum
pwdx
jsonschema
manpath
strings
uniq
mv
gpg-connect-agent
zforce
tic
apt-extracttemplates
linux64
pico
mount
byobu-ulevel
update-mime-database
pybabel
test
gettext.sh
sqfstar
glib-compile-schemas
scriptreplay
grops
usbreset
addr2line
scp
htop
routef
prtstat
zcmp
debconf-communicate
id
time
setpci
xz
uptime
man-recode
systemd-mount
eatmydata
apt
byobu-export
nisdomainname
xzgrep
link
mtr-packet
fuser
timedatectl
aa-features-abi
whoami
pager
info
ntfscluster
gpgcompose
busctl
shuf
mtr
sha1sum
ua
hostname
perl5.34-x86_64-linux-gnu
systemd-delta
pkcon
man
unlink
ping4
localedef
loadunimap
bashbug
setsid
nohup
gpgtar
byobu-status-detail
lessecho
expand
nsenter
uname
od
byobu-silent
systemd-notify
w
logname
lesspipe
x86_64-linux-gnu-ranlib
lsof
x86_64-linux-gnu-ld
ldd
systemd-id128
systemd-detect-virt
ipcmk
cut
rrsync
wdctl
install
lsblk
passwd
keyring
ptargrep
fallocate
loadkeys
pkexec
gdk-pixbuf-csource
gpasswd
landscape-client
systemd-cgtop
basenc
chgrp
usbhid-dump
editor
byobu-reconnect-sockets
manifest
free
nice
landscape-config
pybabel-python3
hardlink
who
perl
plymouth
migrate-pubring-from-classic-gpg
pldd
aa-exec
setupcon
apport-collect
ps
resolvectl
pyserial-ports
rsh
ngettext
vcs-run
kbd_mode
x86_64-linux-gnu-c++filt
ntfsmove
chfn
pbput
rgrep
byobu-ugraph
pidof
geqn
setarch
printf
xzless
join
partx
resizepart
zcat
udevadm
vdir
conch3
snap
ischroot
systemd-cryptenroll
rmdir
ipcrm
lsusb
eqn
systemd-analyze
apt-config
cftp3
jsondiff
openssl
ptardiff
namei
ctstat
ypdomainname
byobu-select-session
ld
session-migration
gpic
touch
mandb
json_pp
lzless
byobu-shell
sha512sum
apt-cdrom
fc-cat
gdbus
ssh
cloud-id
byobu-status
pod2text
split
tput
systemd-machine-id-setup
ping
ntfsusermap
sha384sum
i386
pyserial-miniterm
vim.basic
fgrep
gawk
ntfsfix
landscape-manager
lshw
gpg-zip
xzdiff
dbus-monitor
dig
ubuntu-advantage
chown
gprof
ftp
skill
run-this-one
lzdiff
gresource
as
byobu-janitor
helpztags
pwd
stat
gpgsplit
psfgettable
git
script
setkeycodes
podchecker
git-shell
apport-bug
dnsdomainname
h2ph
xzfgrep
xdg-user-dirs-update
byobu-launcher-install
vimdiff
systemd-run
xdg-user-dir
objcopy
printenv
byobu-select-profile
gpgv
perldoc
systemd-cgls
delpart
strace
slabtop
factor
findmnt
py3compile
gdk-pixbuf-pixdata
debconf-escape
readlink
gpgsm
sha256sum
mawk
fc-validate
cat
dbus-cleanup-sockets
sync
du
hexdump
wall
dbus-send
run-parts
apt-ftparchive
chage
unattended-upgrade
lessfile
tty
prlimit
elfedit
trial3
ld.bfd
x86_64-linux-gnu-ld.gold
piconv
landscape-release-upgrader
login
x86_64-linux-gnu-gprof
dh_bash-completion
gpg-wks-server
dbus-run-session
psfxtable
tbl
cmp
which.debianutils
write.ul
vim.tiny
timeout
debconf-set-selections
dmesg
mdig
stty
lexgrog
fmt
kbxutil
gtk-update-icon-cache
dpkg-divert
dirmngr
bc
routel
tkconch3
tsort
zless
env
col5
update-alternatives
pkill
py3clean
sensible-pager
ntfstruncate
lsns
gzip
run-one-until-failure
rsync
getkeycodes
byobu-enable-prompt
true
savelog
growpart
pkmon
truncate
gsettings
delv
ssh-copy-id
sg
x86_64-linux-gnu-strings
gpgconf
yes
shasum
debconf-show
fincore
twist3
flock
sh
ssh-keygen
sftp
rev
twistd3
h2xs
zegrep
systemd-cat
xzcat
x86_64-linux-gnu-objdump
unicode_start
ntfssecaudit
patch
mt-gnu
killall
perlbug
ipcs
kmod
byobu-ctrl-a
unicode_stop
pygettext3.10
cpan5.34-x86_64-linux-gnu
dwp
byobu-disable-prompt
shred
nproc
chattr
toe
lnstat
setterm
pinentry
ntfs-3g.probe
purge-old-kernels
psfstriptable
mkfifo
pkaction
ex
cloud-init-per
systemd-sysusers
ginstall-info
ionice
sort
egrep
domainname
preconv
systemd-tmpfiles
file
false
df
vimtutor
ssh-argv0
perl5.34.0
ip
dd
col1
ld.gold
sensible-browser
screen
iconv
captoinfo
umount
lslogins
lzfgrep
rtstat
dir
cvtsudoers
expiry
byobu-keybindings
dpkg-query
gio-querymodules
pro
systemd-umount
sudoedit
lscpu
pbget
c++filt
nm
choom
col2
vim
uuidparse
curl
peekfd
ss
rdma
jsonpatch
fusermount
gpg-agent
ntfsdecrypt
more
scriptlive
top
gtbl
setfont
base64
json-patch-jsondiff
infocmp
ssh-add
hd
clear
arch
mapscrn
cloud-init
pinentry-curses
gpgparsemail
addpart
su
ntfsinfo
mountpoint
openvt
sum
tabs
cksum
debconf-copydb
linux32
x86_64-linux-gnu-elfedit
bootctl
pathchk
lowntfs-3g
wslpath
hostnamectl
neqn
kbdinfo
col8
lastlog
NF
which
grog
dumpkeys
distro-info
comm
gpg
strace-log-merge
unxz
lsmod
dircolors
landscape-monitor
wget
keep-one-running
ln
lsb_release
run-one-constantly
getent
pyhtmlizer3
groff
byobu-config
fc-cache
soelim
pinky
nawk
oem-getlogs
pod2html
rlogin
dpkg
pkttyagent
x86_64-linux-gnu-size
apt-cache
users
wslinfo
pslog
chardet
byobu-tmux
bash
usb-devices
ntfsfallocate
eject
wc
x86_64-linux-gnu-nm
pygettext3
busybox
sdiff
snapctl
nc
chardetect
apt-add-repository
ucfr
xxd
col
mknod
snapfuse
unsquashfs
tmux
watch
dpkg-maintscript-helper
systemd-socket-activate
tzselect
byobu-quiet
realpath
col4
x86_64-linux-gnu-ld.bfd
nsupdate
kill
runcon
apt-sortpkgs
gunzip
debconf-apt-progress
landscape-package-reporter
[
apt-key
uclampset
col6
systemd-ask-password
dirmngr-client
pgrep
fc-scan
install-info
dpkg-deb
lzcmp
gapplication
cpan
unlzma
ucf
do-release-upgrade
rvim
pastebinit
whereis
systemd-hwdb
splitfont
x86_64-linux-gnu-gold
xargs
libnetcfg
enc2xs
ntfsls
static-sh
systemd-inhibit
dbus-daemon
instmodsh
perlthanks
gold
debian-distro-info
lspci
mksquashfs
colrm
hostid
echo
x86_64-linux-gnu-ar
ec2metadata
diff3
seq
kernel-install
sudoreplay
tee
git-upload-archive
pidwait
ubuntu-security-status
splain
landscape-broker
chrt
csplit
cp
mesg
ntfsrecover
lastb
date
dbus-uuidgen
colcrt
vigpg
perlivp
gettext
lzmore
nl
ntfs-3g
pl2pm
ucfq
ubuntu-distro-info
add-apt-repository
chvt
strip
ssh-agent
gio
python3
landscape-sysinfo
byobu-enable
mk_modmap
hwe-support-status
snice
fc-list
xzmore
taskset
zdump
rm
write
systemd-escape
byobu-screen
fgconsole
ptar
systemd-tty-ask-password-agent
pdb3.10
on_ac_power
getopt
nroff
ssh-keyscan
tnftp
gtk-launch
telnet.netkit
pmap
xzegrep
find
md5sum.textutils
jsonpointer
sed
ls
pkcheck
byobu-select-backend
zfgrep
x86_64-linux-gnu-strip
setmetamode
gzexe
gtk-encode-symbolic-svg
infobrowser
python3.10
fusermount3
lslocks
reset
netcat
codepage
x86_64-linux-gnu-dwp
systemd
red
git-receive-pack
uncompress
lcf
column
xsubpp
gtk-query-settings
grep
ckbcomp
rcp
zmore
fc-conflist
byobu-launcher
groups
vmstat
grotty
pod2man
byobu-disable
b2sum
lzcat
dirname
lsattr
lsmem
x86_64
renice
chcon
tac
tempfile
head
stdbuf
setlogcons
dbus-update-activation-environment
dpkg-realpath
apt-mark
ed
locale-check
encguess
view
x86_64-linux-gnu-as
getconf
telnet
dpkg-split
mktemp
zgrep
catman
pydoc3
xzcmp
showconsolefont
whatis
rnano
wifi-status
x86_64-linux-gnu-addr2line
sleep
apropos
ranlib
troff
unattended-upgrades
awk
screendump
whiptail
ubuntu-bug
ntfswipe
dpkg-statoverride
apt-get
lspgpot
slogin
fc-query
pod2usage
ping6
psfaddtable
envsubst
logger
ntfscmp
readelf
tracepath
byobu-prompt
sha224sum
sudo
lzgrep
byobu-launch
prove
znew
byobu
nslookup
nano
ntfscat
debconf
systemd-sysext
systemctl
lzmainfo
iptables-xml
pr
ul
col7
journalctl
byobu-layout
nstat
rbash
last
ar
pstree
sqfscat
git-upload-pack
setleds
rsync-ssl
run-one-until-success
base32
dpkg-trigger
fc-pattern
tset
lzma
utmpdump
mt
pdb3
lzegrep
col9
select-editor
corelist
networkd-dispatcher
libcuda.so
libcuda.so.1
libcuda.so.1.1
libd3d12.so
libd3d12core.so
libdxcore.so
libnvcuvid.so
libnvcuvid.so.1
libnvdxdlkernels.so
libnvidia-encode.so
libnvidia-encode.so.1
libnvidia-ml.so.1
libnvidia-opticalflow.so
libnvidia-opticalflow.so.1
libnvwgf2umx.so
nvidia-smi
pip.exe
pip3.13.exe
pip3.exe
LICENSE.txt
NEWS.txt
python.exe
python3.dll
python313.dll
pythonw.exe
vcruntime140.dll
vcruntime140_1.dll
07409496-a423-4a3e-b620-2cfb01a9318d_HyperV-ComputeNetwork.dll
69fe178f-26e7-43a9-aa7d-2b616b672dde_eventlogservice.dll
6bea57fb-8dfb-4177-9ae8-42e8b3529933_RuntimeDeviceInstall.dll
6_07f_lenovo.xpfwext
@AdvancedKeySettingsNotification.png
@AppHelpToast.png
@AudioToastIcon.png
@BackgroundAccessToastIcon.png
@bitlockertoastimage.png
@edptoastimage.png
@EnrollmentToastIcon.png
@language_notification_icon.png
@optionalfeatures.png
@StorageSenseToastIcon.png
@VpnToastIcon.png
@windows-hello-V4.1.gif
@WindowsHelloFaceToastIcon.png
@WindowsUpdateToastIcon.contrast-black.png
@WindowsUpdateToastIcon.contrast-white.png
@WindowsUpdateToastIcon.png
@WirelessDisplayToast.png
@WLOGO_48x48.png
aadauthhelper.dll
aadcloudap.dll
aadjcsp.dll
aadtb.dll
aadWamExtension.dll
AarSvc.dll
AboutSettingsHandlers.dll
AboveLockAppHost.dll
accessibilitycpl.dll
accountaccessor.dll
AccountsRt.dll
AcGenral.dll
AcLayers.dll
acledit.dll
aclui.dll
acmigration.dll
ACPBackgroundManagerPolicy.dll
acppage.dll
acproxy.dll
AcSpecfc.dll
ActionCenter.dll
ActionCenterCPL.dll
ActionQueue.dll
ActivationClient.dll
ActivationManager.dll
activeds.dll
activeds.tlb
ActiveHours.png
ActiveSyncCsp.dll
ActiveSyncProvider.dll
actxprxy.dll
AcWinRT.dll
AcXtrnal.dll
AdaptiveCards.dll
AddressParser.dll
adhapi.dll
adhsvc.dll
AdmTmpl.dll
adprovider.dll
adrclient.dll
adsldp.dll
adsldpc.dll
adsmsext.dll
adsnt.dll
adtschema.dll
AdvancedEmojiDS.dll
advapi32.dll
advapi32res.dll
advpack.dll
aeevts.dll
aeinv.dll
aemarebackup.dll
aepic.dll
agentactivationruntime.dll
agentactivationruntimestarter.exe
agentactivationruntimewindows.dll
AgentService.exe
AggregatorHost.exe
aitstatic.exe
AJRouter.dll
alg.exe
altspace.dll
amcompat.tlb
amsi.dll
amsiproxy.dll
amstream.dll
Analog.Shell.Broker.dll
AnalogCommonProxyStub.dll
apds.dll
APHostClient.dll
APHostRes.dll
APHostService.dll
apisampling.dll
ApiSetHost.AppExecutionAlias.dll
apisetschema.dll
APMon.dll
APMonUI.dll
AppContracts.dll
AppExtension.dll
apphelp.dll
Apphlpdm.dll
AppHostRegistrationVerifier.exe
appidapi.dll
appidcertstorecheck.exe
appidpolicyconverter.exe
AppIdPolicyEngineApi.dll
appidsvc.dll
appidtel.exe
appinfo.dll
appinfoext.dll
AppInstallerPrompt.Desktop.dll
ApplicationControlCSP.dll
ApplicationFrame.dll
ApplicationFrameHost.exe
AppListBackupLauncher.dll
AppLockerCSP.dll
ApplySettingsTemplateCatalog.exe
ApplyTrustOffline.exe
AppManagementConfiguration.dll
appmgmts.dll
appmgr.dll
AppMon.dll
AppointmentActivation.dll
AppointmentApis.dll
appraiser.dll
AppReadiness.dll
apprepapi.dll
AppResolver.dll
ApproveChildRequest.exe
appsruprov.dll
AppVCatalog.dll
AppVClient.exe
AppvClientEventLog.dll
AppVClientPS.dll
AppVDllSurrogate.exe
AppVEntStreamingManager.dll
AppVEntSubsystemController.dll
AppVEntSubsystems64.dll
AppVEntVirtualization.dll
appverif.chm
appverif.exe
appverifUI.dll
appvetwclientres.dll
appvetwsharedperformance.dll
appvetwstreamingux.dll
AppVFileSystemMetadata.dll
AppVIntegration.dll
AppVManifest.dll
AppVNice.exe
AppVOrchestration.dll
AppVPolicy.dll
AppVPublishing.dll
AppVReporting.dll
AppVScripting.dll
AppVSentinel.dll
AppVShNotify.exe
AppVStreamingUX.dll
AppVStreamMap.dll
AppVTerminator.dll
appwiz.cpl
AppxAllUserStore.dll
AppXApplicabilityBlob.dll
AppxApplicabilityEngine.dll
AppXDeploymentClient.dll
AppXDeploymentExtensions.desktop.dll
AppXDeploymentExtensions.onecore.dll
AppXDeploymentServer.dll
AppxPackaging.dll
AppxProvisioning.xml
AppxSip.dll
AppxStreamingDataSourcePS.dll
AppxSysprep.dll
archiveint.dll
ARP.EXE
asferror.dll
aspnet_counters.dll
AssignedAccessCsp.dll
AssignedAccessGuard.exe
AssignedAccessManager.dll
assignedaccessmanagersvc.dll
assignedaccessproviderevents.dll
AssignedAccessRuntime.dll
AssignedAccessShellProxy.dll
asycfilt.dll
at.exe
AtBroker.exe
atl.dll
atl100.dll
atl110.dll
atlthunk.dll
atmlib.dll
attrib.exe
audiodg.exe
AudioEndpointBuilder.dll
AudioEng.dll
AudioHandlers.dll
AUDIOKSE.dll
audioresourceregistrar.dll
AudioSes.dll
audiosrv.dll
AudioSrvPolicyManager.dll
auditcse.dll
AuditNativeSnapIn.dll
auditpol.exe
auditpolcore.dll
AuditPolicyGPInterop.dll
auditpolmsg.dll
AuthBroker.dll
AuthBrokerUI.dll
AuthenticateFAM_SecureFP.dll
AuthenticateFAM_SecureFP_UI.dll
authentication.dll
AuthExt.dll
authfwcfg.dll
AuthFWGP.dll
AuthFWSnapin.dll
AuthFWWizFwk.dll
AuthHost.exe
AuthHostProxy.dll
authui.dll
authz.dll
autochk.exe
autoconv.exe
autofmt.exe
AutomaticAppSignInPolicy.dll
autopilot.dll
autopilotdiag.dll
autoplay.dll
autotimesvc.dll
AverageRoom.bin
avicap32.dll
avifil32.dll
avrt.dll
AxInstSv.dll
AxInstUI.exe
azman.msc
azroles.dll
azroleui.dll
AzSqlExt.dll
AzureCheck-events.dll
AzureSettingSyncProvider.dll
baaupdate.exe
BackgroundMediaPolicy.dll
backgroundTaskHost.exe
BackgroundTransferHost.exe
BamSettingsClient.dll
BarcodeProvisioningPlugin.dll
basecsp.dll
basesrv.dll
bash.exe
batmeter.dll
bcastdvr.proxy.dll
BcastDVRBroker.dll
BcastDVRClient.dll
BcastDVRCommon.dll
bcastdvruserservice.dll
bcd.dll
bcdboot.exe
bcdedit.exe
bcdprov.dll
bcdsrv.dll
BCP47Langs.dll
BCP47mrm.dll
bcrypt.dll
bcryptprimitives.dll
bdaplgin.ax
bdechangepin.exe
BdeHdCfg.exe
BdeHdCfgLib.dll
bderepair.dll
bdesvc.dll
BdeSysprep.dll
bdeui.dll
BdeUISrv.exe
bdeunlock.exe
BFE.DLL
bi.dll
bidispl.dll
bindfltapi.dll
BingASDS.dll
BingFilterDS.dll
BingMaps.dll
BingOnlineServices.dll
BioCredProv.dll
BioIso.exe
bisrv.dll
BitLockerCsp.dll
BitLockerDeviceEncryption.exe
BitLockerWizard.exe
BitLockerWizardElev.exe
bitsadmin.exe
bitsigd.dll
bitsperf.dll
BitsProxy.dll
biwinrt.dll
BlbEvents.dll
blbres.dll
blb_ps.dll
BluetoothApis.dll
BluetoothDesktopHandlers.dll
BluetoothPairingSystemToastIcon.contrast-black.png
BluetoothPairingSystemToastIcon.contrast-high.png
BluetoothPairingSystemToastIcon.contrast-white.png
BluetoothPairingSystemToastIcon.png
BluetoothSystemToastIcon.contrast-white.png
BluetoothSystemToastIcon.png
bnmanager.dll
boot.sdi
bootcfg.exe
bootim.exe
BootMenuUX.dll
bootsect.exe
bootstr.dll
bootux.dll
BOOTVID.DLL
bopomofo.uce
bridgeres.dll
bridgeunattend.exe
BrokerLib.dll
browcli.dll
browserbroker.dll
browserexport.exe
BrowserSettingSync.dll
browser_broker.exe
browseui.dll
BTAGService.dll
BthAvctpSvc.dll
BthAvrcp.dll
BthAvrcpAppSvc.dll
bthci.dll
BthMtpContextHandler.dll
bthpanapi.dll
BthpanContextHandler.dll
bthprops.cpl
BthRadioMedia.dll
bthserv.dll
BthTelemetry.dll
bthudtask.exe
btpanui.dll
Bubbles.scr
BWContextHandler.dll
ByteCodeGenerator.exe
c4d66f00-b6f0-4439-ac9b-c5ea13fe54d7_HyperV-ComputeCore.dll
cabapi.dll
cabinet.dll
cabview.dll
cacls.exe
calc.exe
CallButtons.dll
CallButtons.ProxyStub.dll
CallHistoryClient.dll
CameraCaptureUI.dll
CameraSettingsUIHost.exe
CapabilityAccessHandlers.dll
CapabilityAccessManager.dll
CapabilityAccessManagerClient.dll
capauthz.dll
capiprovider.dll
capisp.dll
CaptureService.dll
CastingShellExt.dll
CastLaunch.dll
CastSrv.exe
catsrv.dll
catsrvps.dll
catsrvut.dll
CBDHSvc.dll
cca.dll
cdd.dll
cdosys.dll
cdp.dll
cdprt.dll
cdpsvc.dll
cdpusersvc.dll
CellularAPI.dll
cellulardatacapabilityhandler.dll
cemapi.dll
cero.rs
certca.dll
certcli.dll
certCredProvider.dll
certenc.dll
CertEnroll.dll
CertEnrollCtrl.exe
CertEnrollUI.dll
certlm.msc
certmgr.dll
certmgr.msc
CertPKICmdlet.dll
CertPolEng.dll
certprop.dll
certreq.exe
certutil.exe
cewmdm.dll
cfgbkend.dll
cfgmgr32.dll
CfgSPCellular.dll
CfgSPPolicy.dll
cflapi.dll
cfmifs.dll
cfmifsproxy.dll
Chakra.dll
Chakradiag.dll
Chakrathunk.dll
change.exe
changepk.exe
charmap.exe
chartv.dll
ChatApis.dll
chcp.com
CheckNetIsolation.exe
chglogon.exe
chgport.exe
chgusr.exe
chkdsk.exe
chkntfs.exe
chkwudrv.dll
choice.exe
ChsStrokeDS.dll
chs_singlechar_pinyin.dat
ChtAdvancedDS.dll
ChtBopomofoDS.dll
ChtCangjieDS.dll
ChtHkStrokeDS.dll
ChtQuickDS.dll
ChxAPDS.dll
ChxDecoder.dll
ChxHAPDS.dll
chxinputrouter.dll
chxranker.dll
CHxReadingStringIME.dll
ci.dll
cic.dll
CIDiag.exe
cimfs.dll
cipher.exe
CIRCoInst.dll
CIWmi.dll
clb.dll
clbcatq.dll
cldapi.dll
cleanmgr.exe
CleanPCCSP.dll
clfsw32.dll
cliconfg.dll
cliconfg.exe
cliconfg.rll
clip.exe
ClipboardServer.dll
Clipc.dll
clipesu.exe
ClipESUConsumer.exe
ClipRenew.exe
ClipSVC.dll
ClipUp.exe
clipwinrt.dll
cloudAP.dll
CloudDomainJoinAUG.dll
CloudDomainJoinDataModelServer.dll
CloudExperienceHost.dll
CloudExperienceHostBroker.dll
CloudExperienceHostBroker.exe
CloudExperienceHostCommon.dll
CloudExperienceHostRedirection.dll
CloudExperienceHostUser.dll
cloudidsvc.dll
CloudIdWxhExtension.dll
CloudNotifications.exe
CloudRestoreLauncher.dll
clrhost.dll
clusapi.dll
cmcfg32.dll
cmd.exe
cmdext.dll
cmdial32.dll
cmdkey.exe
cmdl32.exe
cmgrcspps.dll
cmifw.dll
cmintegrator.dll
cmlua.dll
cmmon32.exe
cmpbk32.dll
cmstp.exe
cmstplua.dll
cmutil.dll
cngcredui.dll
cngprovider.dll
cnvfat.dll
cob-au.rs
CodeIntegrityAggregator.dll
cofire.exe
cofiredm.dll
colbact.dll
coloradapterclient.dll
COLORCNV.DLL
colorcpl.exe
colorui.dll
combase.dll
comcat.dll
comctl32.dll
comdlg32.dll
comexp.msc
coml2.dll
comp.exe
compact.exe
CompatTelRunner.exe
compmgmt.msc
CompMgmtLauncher.exe
ComposableShellProxyStub.dll
ComposerFramework.dll
CompPkgSrv.exe
CompPkgSup.dll
compstui.dll
computecore.dll
computelibeventlog.dll
computenetwork.dll
ComputerDefaults.exe
ComputerToastIcon.contrast-white.png
ComputerToastIcon.png
computestorage.dll
comrepl.dll
comres.dll
comsnap.dll
comsvcs.dll
comuid.dll
concrt140.dll
concrt140d.dll
CONEQMSAPOGUILibrary.dll
configmanager2.dll
ConfigureExpandedStorage.dll
conhost.exe
ConhostV1.dll
connect.dll
ConnectedAccountState.dll
consent.exe
ConsentExperienceCommon.dll
ConsentUX.dll
ConsentUxClient.dll
console.dll
ConsoleLogon.dll
ConstraintIndex.Search.dll
consumeresumgr.dll
ContactActivation.dll
ContactApis.dll
ContactHarvesterDS.dll
container.dll
containerdevicemanagement.dll
ContentDeliveryManager.Utilities.dll
control.exe
ControlLib.dll
ControlLib32.dll
convert.exe
convertvhd.exe
coreaudiopolicymanagerext.dll
coredpus.dll
coredpussvr.exe
coreglobconfig.dll
CoreMas.dll
CoreMessaging.dll
CoreMmRes.dll
CoreShell.dll
CoreShellAPI.dll
CoreShellExtFramework.dll
CoreUIComponents.dll
correngine.dll
CourtesyEngine.dll
CPFilters.dll
cp_resources.bin
CredDialogBroker.dll
CredentialEnrollmentManager.exe
CredentialEnrollmentManagerForUser.dll
CredentialUIBroker.exe
CredProv2faHelper.dll
CredProvDataModel.dll
CredProvHelper.dll
credprovhost.dll
credprovs.dll
credprovslegacy.dll
credssp.dll
credui.dll
credwiz.exe
crypt32.dll
cryptbase.dll
cryptcatsvc.dll
cryptdlg.dll
cryptdll.dll
cryptext.dll
cryptnet.dll
cryptngc.dll
CryptoWinRT.dll
cryptsp.dll
cryptsvc.dll
crypttpmeksvc.dll
cryptui.dll
cryptuiwizard.dll
cryptxml.dll
cscapi.dll
cscdll.dll
CscMig.dll
cscobj.dll
cscript.exe
cscsvc.dll
cscui.dll
CspCellularSettings.dll
csplte.dll
CspProxy.dll
csrr.rs
csrsrv.dll
csrss.exe
CSystemEventsBrokerClient.dll
ctfmon.exe
cttune.exe
cttunesvr.exe
curl.exe
CustomInstallExec.exe
CustomShellHost.exe
cuzzapi.dll
cxcredprov.dll
CXHProvisioningServer.dll
C_037.NLS
C_10000.NLS
C_10001.NLS
C_10002.NLS
C_10003.NLS
C_10004.NLS
C_10005.NLS
C_10006.NLS
C_10007.NLS
C_10008.NLS
C_10010.NLS
C_10017.NLS
C_10021.NLS
C_10029.NLS
C_10079.NLS
C_10081.NLS
C_10082.NLS
C_1026.NLS
C_1047.NLS
C_1140.NLS
C_1141.NLS
C_1142.NLS
C_1143.NLS
C_1144.NLS
C_1145.NLS
C_1146.NLS
C_1147.NLS
C_1148.NLS
C_1149.NLS
C_1250.NLS
C_1251.NLS
C_1252.NLS
C_1253.NLS
C_1254.NLS
C_1255.NLS
C_1256.NLS
C_1257.NLS
C_1258.NLS
C_1361.NLS
C_20000.NLS
C_20001.NLS
C_20002.NLS
C_20003.NLS
C_20004.NLS
C_20005.NLS
C_20105.NLS
C_20106.NLS
C_20107.NLS
C_20108.NLS
C_20127.NLS
C_20261.NLS
C_20269.NLS
C_20273.NLS
C_20277.NLS
C_20278.NLS
C_20280.NLS
C_20284.NLS
C_20285.NLS
C_20290.NLS
C_20297.NLS
C_20420.NLS
C_20423.NLS
C_20424.NLS
C_20833.NLS
C_20838.NLS
C_20866.NLS
C_20871.NLS
C_20880.NLS
C_20905.NLS
C_20924.NLS
C_20932.NLS
C_20936.NLS
C_20949.NLS
C_21025.NLS
C_21027.NLS
C_21866.NLS
C_28591.NLS
C_28592.NLS
C_28593.NLS
C_28594.NLS
C_28595.NLS
C_28596.NLS
C_28597.NLS
C_28598.NLS
C_28599.NLS
c_28603.nls
C_28605.NLS
C_437.NLS
C_500.NLS
C_708.NLS
C_720.NLS
C_737.NLS
C_775.NLS
C_850.NLS
C_852.NLS
C_855.NLS
C_857.NLS
C_858.NLS
C_860.NLS
C_861.NLS
C_862.NLS
C_863.NLS
C_864.NLS
C_865.NLS
C_866.NLS
C_869.NLS
C_870.NLS
C_874.NLS
C_875.NLS
C_932.NLS
C_936.NLS
C_949.NLS
C_950.NLS
C_G18030.DLL
c_GSM7.DLL
C_IS2022.DLL
C_ISCII.DLL
d2d1.dll
d2d1debug3.dll
d3d10.dll
d3d10core.dll
d3d10level9.dll
d3d10ref.dll
d3d10sdklayers.dll
d3d10warp.dll
d3d10_1.dll
d3d10_1core.dll
d3d11.dll
d3d11on12.dll
d3d11_3SDKLayers.dll
D3D12.dll
D3D12Core.dll
d3d12SDKLayers.dll
d3d8thk.dll
d3d9.dll
d3d9on12.dll
D3DCompiler_47.dll
d3dconfig.exe
d3dref9.dll
D3DSCache.dll
d4d78066-e6db-44b7-b5cd-2eb82dce620c_HyperV-ComputeLegacy.dll
dab.dll
dabapi.dll
DAConn.dll
dafAspInfraProvider.dll
dafBth.dll
DafDnsSd.dll
dafDockingProvider.dll
DAFESCL.dll
DafGip.dll
DAFIoT.dll
DAFIPP.dll
DAFMCP.dll
dafpos.dll
DafPrintProvider.dll
dafupnp.dll
dafWCN.dll
dafWfdProvider.dll
DAFWiProv.dll
DAFWSD.dll
DAMediaManager.dll
DAMM.dll
DaOtpCredentialProvider.dll
das.dll
dasHost.exe
dataclen.dll
DataExchange.dll
DataExchangeHost.exe
datamarketsvc.dll
DataStoreCacheDumpTool.exe
DataUsageHandlers.dll
DataUsageLiveTileTask.exe
datusage.dll
davclnt.dll
davhlpr.dll
DavSyncProvider.dll
DAX3APOProp.dll
DAX3APOv251.dll
daxexec.dll
dbgcore.dll
dbgeng.dll
dbghelp.dll
DbgModel.dll
dbnetlib.dll
dbnmpntw.dll
dccw.exe
dciman32.dll
dcntel.dll
dcomcnfg.exe
dcomp.dll
dcsvc.dll
DDACLSys.dll
DdcAntiTheftApi.dll
DdcClaimsApi.dll
DdcComImplementationsDesktop.dll
DDDS.dll
ddisplay.dll
ddodiag.exe
DDOIProxy.dll
DDORes.dll
DDPA64.dll
ddpchunk.dll
DDPD64A.dll
DDPO64A.dll
DDPP64A.dll
ddptrace.dll
ddputils.dll
ddp_ps.dll
ddraw.dll
ddrawex.dll
declaredconfiguration.dll
DefaultAccountTile.png
DefaultDeviceManager.dll
DefaultHrtfs.bin
DefaultPrinterProvider.dll
DefaultQuestions.json
Defrag.exe
defragproxy.dll
defragres.dll
defragsvc.dll
delegatorprovider.dll
DeliveryOptimizationMIProv.mof
DeliveryOptimizationMIProvUninstall.mof
deploymentcsphelper.exe
deploymentcsps.dll
desk.cpl
deskadp.dll
deskmon.dll
desktopimgdownldr.exe
DesktopKeepOnToastImg.gif
DesktopShellAppStateContract.dll
DesktopShellExt.dll
DesktopSpotlightToastIcon_Dark.png
DesktopSpotlightToastIcon_Light.png
DesktopSwitcherDataModel.dll
DesktopView.Internal.Broker.dll
DesktopView.Internal.Broker.ProxyStub.dll
DetailedReading-Default.xml
DevDispItemProvider.dll
DeveloperOptionsSettingsHandlers.dll
devenum.dll
deviceaccess.dll
deviceassociation.dll
DeviceCensus.exe
DeviceCenter.dll
DeviceCredential.dll
DeviceCredentialDeployment.exe
DeviceDirectoryClient.dll
DeviceDisplayStatusManager.dll
DeviceDriverRetrievalClient.dll
DeviceEject.exe
DeviceElementSource.dll
DeviceEnroller.exe
DeviceFlows.DataModel.dll
DeviceMetadataRetrievalClient.dll
devicengccredprov.dll
DevicePairing.dll
DevicePairingExperienceMEM.dll
DevicePairingFolder.dll
DevicePairingProxy.dll
DevicePairingWizard.exe
DeviceProperties.exe
DeviceReactivation.dll
deviceregistration.dll
DeviceSetupManager.dll
DeviceSetupManagerAPI.dll
DeviceSetupStatusProvider.dll
DevicesFlowBroker.dll
DeviceSoftwareInstallationClient.dll
DeviceUpdateAgent.dll
DeviceUpdateCenterCsp.dll
DeviceUxRes.dll
devinv.dll
devmgmt.msc
devmgr.dll
DevModeRunAsUserConfig.msc
devobj.dll
DevPropMgr.dll
DevQueryBroker.dll
devrtl.dll
dfdts.dll
DFDWiz.exe
dfrgui.exe
dfscli.dll
dfshim.dll
DfsShlEx.dll
dggpext.dll
dhcpcmonitor.dll
dhcpcore.dll
dhcpcore6.dll
dhcpcsvc.dll
dhcpcsvc6.dll
dhcpsapi.dll
DHolographicDisplay.dll
DiagCpl.dll
diagnosticdataquery.dll
DiagnosticDataSettings.dll
DiagnosticInvoker.dll
DiagnosticLogCSP.dll
diagperf.dll
DiagSvc.dll
diagtrack.dll
dialclient.dll
dialer.exe
DialogBlockerProc.dll
DialogBlockingManager.dll
DialogBlockingService.dll
dialserver.dll
DictationManager.dll
difxapi.dll
dimsjob.dll
dimsroam.dll
dinput.dll
dinput8.dll
Direct2DDesktop.dll
directmanipulation.dll
DirectML.Debug.dll
directml.dll
directxdatabaseupdater.exe
discan.dll
diskmgmt.msc
diskpart.exe
diskperf.exe
diskraid.exe
DiskSnapshot.conf
DiskSnapshot.exe
Dism.exe
DismApi.dll
DispBroker.Desktop.dll
DispBroker.dll
dispdiag.exe
dispex.dll
Display.dll
DisplayManager.dll
DisplaySwitch.exe
DisplaySystemToastIcon.contrast-white.png
DisplaySystemToastIcon.png
djctq.rs
djoin.exe
dllhost.exe
dllhst3g.exe
dlnashext.dll
DMAlertListener.ProxyStub.dll
DmApiSetExtImplDesktop.dll
DMAppsRes.dll
dmcertinst.exe
dmcfghost.exe
dmcfgutils.dll
dmclient.exe
dmcmnutils.dll
dmcommandlineutils.dll
dmcsps.dll
dmdlgs.dll
dmdskmgr.dll
dmdskres.dll
dmdskres2.dll
dmenrollengine.dll
dmenterprisediagnostics.dll
dmintf.dll
dmiso8601utils.dll
dmloader.dll
DmNotificationBroker.exe
dmocx.dll
dmoleaututils.dll
DmOmaCpMo.exe
dmprocessxmlfiltered.dll
dmpushproxy.dll
DMPushRouterCore.dll
DMRCDecoder.dll
DMRServer.dll
dmsynth.dll
dmusic.dll
dmutil.dll
dmvdsitf.dll
dmview.ocx
dmwappushsvc.dll
dmwmicsp.dll
dmxmlhelputils.dll
dnsapi.dll
dnscacheugc.exe
dnscmmc.dll
dnsext.dll
dnshc.dll
dnsrslvr.dll
Docking.VirtualInput.dll
DockInterface.ProxyStub.dll
docprop.dll
DocumentPerformanceEvents.dll
DolbyDAX2APOProp.dll
DolbyDAX2APOv211.dll
DolbyDAX2APOvlldp.dll
DolbyDecMFT.dll
domgmt.dll
dosettings.dll
doskey.exe
dosvc.dll
dot3api.dll
dot3cfg.dll
Dot3Conn.dll
dot3dlg.dll
dot3gpclnt.dll
dot3gpui.dll
dot3hc.dll
dot3mm.dll
dot3msm.dll
dot3svc.dll
dot3ui.dll
dpapi.dll
dpapimig.exe
dpapiprovider.dll
dpapisrv.dll
DpiScaling.exe
dps.dll
dpx.dll
DragDropExperienceCommon.dll
DragDropExperienceDataExchangeDelegated.dll
driverquery.exe
drprov.dll
drt.dll
DrtmAuthTxt.wim
drtprov.dll
drttransport.dll
drvinst.exe
drvsetup.dll
drvstore.dll
dsauth.dll
DscCore.dll
DscCoreConfProv.dll
dsclient.dll
dscproxy.dll
DscTimer.dll
dsdmo.dll
dskquota.dll
dskquoui.dll
DsmUserTask.exe
dsound.dll
dsparse.dll
dsprop.dll
dsquery.dll
dsreg.dll
dsregcmd.exe
dsregtask.dll
dsrole.dll
dssec.dat
dssec.dll
dssenh.dll
dssvc.dll
dstokenclean.exe
Dsui.dll
dsuiext.dll
dswave.dll
dtsh.dll
DTUHandler.exe
DTUHandlerPS.dll
DuCsps.dll
DucUpdateAgent.dll
dui70.dll
duser.dll
dusmapi.dll
dusmsvc.dll
dusmtask.exe
dvdplay.exe
dwm.exe
dwmapi.dll
dwmcore.dll
dwmghost.dll
dwminit.dll
dwmredir.dll
dwmscene.dll
DWrite.dll
DWWIN.EXE
DXCap.exe
DXCaptureReplay.dll
DXCore.dll
DXCpl.exe
dxdiag.exe
dxdiagn.dll
dxgi.dll
dxgiadaptercache.exe
DXGIDebug.dll
dxgwdi.dll
dxilconv.dll
dxmasf.dll
DXP.dll
dxpps.dll
Dxpserver.exe
DxpTaskSync.dll
dxtmsft.dll
DXToolsMonitor.dll
DXToolsOfflineAnalysis.dll
DxToolsReportGenerator.dll
DXToolsReporting.dll
dxtrans.dll
dxva2.dll
DynamicLong.bin
DynamicMedium.bin
DynamicShort.bin
dynamoapi.dll
EAMProgressHandler.dll
Eap3Host.exe
eapp3hst.dll
eappcfg.dll
eappcfgui.dll
eappgnui.dll
eapphost.dll
eappprxy.dll
eapprovp.dll
eapputil.dll
eapsimextdesktop.dll
eapsvc.dll
EapTeapAuth.dll
EapTeapConfig.dll
EapTeapExt.dll
easconsent.dll
EaseOfAccessDialog.exe
easinvoker.exe
easinvoker.proxystub.dll
EASPolicyManagerBrokerHost.exe
EasPolicyManagerBrokerPS.dll
easwrt.dll
edgeangle.dll
EdgeContent.dll
edgehtml.dll
edgeIso.dll
EdgeManager.dll
EditBufferTestHook.dll
EditionUpgradeHelper.dll
EditionUpgradeManagerObj.dll
edpauditapi.dll
EDPCleanup.exe
edpcsp.dll
edpnotify.exe
edptask.dll
edputil.dll
EduPrintProv.exe
eeprov.dll
eeutil.dll
efsadu.dll
efscore.dll
efsext.dll
efslsaext.dll
efssvc.dll
efsui.exe
efsutil.dll
efswrt.dll
EhStorAPI.dll
EhStorAuthn.exe
EhStorPwdMgr.dll
EhStorShell.dll
els.dll
ELSCore.dll
elshyph.dll
elslad.dll
elsTrans.dll
EM.exe
EmailApis.dll
embeddedmodesvc.dll
embeddedmodesvcapi.dll
EmojiDS.dll
encapi.dll
energy.dll
energyprov.dll
energytask.dll
enrollmentapi.dll
EnterpriseAPNCsp.dll
EnterpriseAppMgmtClient.dll
EnterpriseAppMgmtSvc.dll
EnterpriseAppVMgmtCSP.dll
enterprisecsps.dll
EnterpriseDesktopAppMgmtCSP.dll
enterpriseetw.dll
EnterpriseModernAppMgmtCSP.dll
enterpriseresourcemanager.dll
EoAExperiences.exe
eqossnap.dll
ErrorDetails.dll
ErrorDetailsCore.dll
es.dll
EsclProtocol.dll
EsclScan.dll
EsclWiaDriver.dll
EsdSip.dll
esent.dll
esentprf.dll
esentutl.exe
esevss.dll
eShims.dll
esrb.rs
EthernetMediaManager.dll
ETWCoreUIComponentsResources.dll
ETWESEProviderResources.dll
EtwRundown.dll
eudcedit.exe
eUICCsCSP.dll
EventAggregation.dll
eventcls.dll
eventcreate.exe
EventViewer_EventDetails.xsl
eventvwr.exe
eventvwr.msc
evr.dll
ExecModelClient.dll
execmodelproxy.dll
expand.exe
ExplorerFrame.dll
ExSMime.dll
extrac32.exe
ExtrasXmlParser.dll
f3ahvoas.dll
f989b52d-f928-44a3-9bf1-bf0c1da6a0d6_HyperV-DeviceVirtualization.dll
facecredentialprovider.dll
Facilitator.dll
Family.Authentication.dll
Family.Cache.dll
Family.Client.dll
Family.SyncEngine.dll
FamilySafetyExt.dll
Faultrep.dll
FaxPrinterInstaller.dll
fc.exe
fclip.exe
fcon.dll
fdBth.dll
fdBthProxy.dll
FdDevQuery.dll
fde.dll
fdeploy.dll
fdPHost.dll
fdPnp.dll
fdprint.dll
fdProxy.dll
FDResPub.dll
fdSSDP.dll
fdWCN.dll
fdWNet.dll
fdWSD.dll
FeatureToastBulldogImg.png
FeatureToastDlpImg.png
feclient.dll
ffbroker.dll
fhcat.dll
fhcfg.dll
fhcleanup.dll
fhcpl.dll
fhengine.dll
fhevents.dll
fhlisten.dll
fhmanagew.exe
fhsettingsprovider.dll
fhshl.dll
fhsrchapi.dll
fhsrchph.dll
fhsvc.dll
fhsvcctl.dll
fhtask.dll
fhuxadapter.dll
fhuxapi.dll
fhuxcommon.dll
fhuxgraphics.dll
fhuxpresentation.dll
fidocredprov.dll
FileAppxStreamingDataSource.dll
FileHistory.exe
filemgmt.dll
FilterDS.dll
find.exe
findnetprinters.dll
findstr.exe
finger.exe
fingerprintcredential.dll
Firewall.cpl
FirewallAPI.dll
FirewallControlPanel.dll
fixmapi.exe
FlightSettings.dll
fltLib.dll
fltMC.exe
FluencyDS.dll
fmapi.dll
FMAPO64.dll
fmifs.dll
fms.dll
FM_Speech_PP64.dll
FNTCACHE.DAT
FntCache.dll
fodhelper.exe
Fondue.exe
fontdrvhost.exe
fontext.dll
FontGlyphAnimator.dll
fontgroupsoverride.dll
FontProvider.dll
fontsub.dll
fontview.exe
forfiles.exe
format.com
fpb.rs
fphc.dll
framedyn.dll
framedynos.dll
FrameServer.dll
FrameServerClient.dll
frprov.dll
fsavailux.exe
FsIso.exe
fsmgmt.msc
FsNVSDeviceSource.dll
fsquirt.exe
fsutil.exe
fsutilext.dll
fthsvc.dll
ftp.exe
fundisc.dll
fveapi.dll
fveapibase.dll
fvecerts.dll
fvecpl.dll
fvenotify.exe
fveprompt.exe
fveskybackup.dll
fveui.dll
fvewiz.dll
fwbase.dll
fwcfg.dll
fwmdmcsp.dll
fwpolicyiomgr.dll
FWPUCLNT.DLL
FwRemoteSvr.dll
FXSAPI.dll
FXSCOM.dll
FXSCOMEX.dll
FXSCOMPOSE.dll
FXSCOMPOSERES.dll
FXSCOVER.exe
FXSEVENT.dll
FXSMON.dll
FXSRESM.dll
FXSROUTE.dll
FXSST.dll
FXSSVC.exe
FXST30.dll
FXSTIFF.dll
FXSUNATD.exe
FXSUTILITY.dll
g711codc.ax
GameBarPresenceWriter.exe
GameBarPresenceWriter.proxy.dll
GameChatOverlayExt.dll
GameChatTranscription.dll
GameInput.dll
GameInputInbox.dll
GameInputSvc.exe
gamemode.dll
GamePanel.exe
GamePanelExternalHook.dll
gamestreamingext.dll
GameSystemToastIcon.contrast-white.png
GameSystemToastIcon.png
gameux.dll
gamingtcui.dll
gatherNetworkInfo.vbs
gb2312.uce
gcdef.dll
gdi32.dll
gdi32full.dll
GdiPlus.dll
generaltel.dll
GenValObj.exe
Geocommon.dll
Geolocation.dll
getmac.exe
getuname.dll
GfxValDisplayLog.bin
glmf32.dll
globinputhost.dll
glu32.dll
gmsaclient.dll
gpapi.dll
GPCSEWrapperCsp.dll
gpedit.dll
gpedit.msc
gpprefcl.dll
gpprnext.dll
gpresult.exe
gpscript.dll
gpscript.exe
gpsvc.dll
gptext.dll
gpupdate.exe
gpupvdev.dll
GraphicsCapture.dll
GraphicsPerfSvc.dll
grb.rs
Groupinghc.dll
grpconv.exe
hal.dll
HalExtIntcLpioDMA.dll
HalExtPL080.dll
HandwritingSystemToastIcon.contrast-white.png
HandwritingSystemToastIcon.png
hascsp.dll
HashtagDS.dll
hbaapi.dll
hcproviders.dll
hcsdiag.exe
HdcpHandler.dll
hdwwiz.cpl
hdwwiz.exe
HeadphoneSystemToastIcon.contrast-white.png
HeadphoneSystemToastIcon.png
HeadsetSystemToastIcon.contrast-white.png
HeadsetSystemToastIcon.png
HealthSystemToastIcon.contrast-white.png
HealthSystemToastIcon.png
HeatCore.dll
help.exe
HelpPaneProxy.dll
hgcpl.dll
hgprint.dll
hhctrl.ocx
hhsetup.dll
hid.dll
HidCfu.dll
hidphone.tsp
hidserv.dll
HiFiDAX2API.dll
HiFiDAX2APIPCLL.dll
hlink.dll
hmkd.dll
hnetcfg.dll
HNetCfgClient.dll
hnetmon.dll
hnsdiag.exe
hnsproxy.dll
HologramCompositor.dll
HologramWorld.dll
HolographicExtensions.dll
HolographicRuntimes.dll
HoloShellRuntime.dll
HoloSHExtensions.dll
HoloSI.PCShell.dll
HOSTNAME.EXE
HostNetSvc.dll
hotplug.dll
HrtfApo.dll
html.iec
httpapi.dll
httpprxc.dll
httpprxm.dll
httpprxp.dll
HttpsDataSource.dll
htui.dll
hvax64.exe
hvhostsvc.dll
hvix64.exe
hvloader.dll
hvsievaluator.exe
hvsigpext.dll
HvsiManagementApi.dll
HvSocket.dll
Hydrogen.dll
IA2ComProxy.dll
ias.dll
iasacct.dll
iasads.dll
iasdatastore.dll
iashlpr.dll
IasMigPlugin.dll
iasnap.dll
iaspolcy.dll
iasrad.dll
iasrecst.dll
iassam.dll
iassdo.dll
iassvcs.dll
ibmpmctl.exe
ibmpmsvc.exe
icacls.exe
icfupgd.dll
icm32.dll
icmp.dll
icmui.dll
IconCodecService.dll
IcsEntitlementHost.exe
icsigd.dll
icsunattend.exe
icsvc.dll
icsvcext.dll
icu.dll
icuin.dll
icuuc.dll
IdCtrls.dll
ideograf.uce
IdListen.dll
idndl.dll
IDStore.dll
ie4uinit.exe
ie4ushowIE.exe
IEAdvpack.dll
ieapfltr.dll
iedkcs32.dll
ieframe.dll
iemigplugin.dll
iepeers.dll
ieproxy.dll
iernonce.dll
iertutil.dll
IESettingSync.exe
iesetup.dll
iesysprep.dll
ieui.dll
ieuinit.inf
ieUnatt.exe
iexpress.exe
ifmon.dll
ifsutil.dll
ifsutilx.dll
igdDiag.dll
IHDS.dll
ihvrilproxy.dll
IKEEXT.DLL
imaadp32.acm
imagehlp.dll
imageres.dll
imagesp1.dll
imapi.dll
imapi2.dll
imapi2fs.dll
imgutil.dll
imm32.dll
immersivetpmvscmgrsvr.exe
ImplatSetup.dll
IndexedDbLegacy.dll
inetcomm.dll
inetcpl.cpl
inetmib1.dll
inetpp.dll
inetppui.dll
INETRES.dll
InfDefaultInstall.exe
InkEd.dll
InkObjCore.dll
InprocLogger.dll
input.dll
InputCloudStore.dll
InputController.dll
InputHost.dll
InputInjectionBroker.dll
InputLocaleManager.dll
InputService.dll
InputSwitch.dll
InputSwitchToastHandler.exe
InputSystemToastIcon.contrast-white.png
InputSystemToastIcon.png
inseng.dll
InstallService.dll
InstallServiceTasks.dll
IntegratedServicesRegionPolicySet.json
IntelIHVRouter06.dll
IntelWifiIhv06.dll
intel_gfx_api-x64.dll
Intel_OpenCL_ICD64.dll
internetmail.dll
InternetMailCsp.dll
intl.cpl
invagent.dll
iologmsg.dll
IoTAssignedAccessLockFramework.dll
iotstartup.exe
ipconfig.exe
IPELoggingDictationHelper.dll
IPHLPAPI.DLL
iphlpsvc.dll
ipnathlp.dll
IpNatHlpClient.dll
IppCommon.dll
IppCommonProxy.dll
iprtprio.dll
iprtrmgr.dll
ipsecsnp.dll
IPSECSVC.DLL
ipsmsnap.dll
ipxlatcfg.dll
iri.dll
irprops.cpl
iscsicli.exe
iscsicpl.dll
iscsicpl.exe
iscsidsc.dll
iscsied.dll
iscsiexe.dll
iscsilog.dll
iscsium.dll
iscsiwmi.dll
iscsiwmiv2.dll
ISM.dll
isoburn.exe
itircl.dll
itss.dll
iuilp.dll
iumbase.dll
iumcrypt.dll
iumdll.dll
IumSdk.dll
iyuv_32.dll
JavaScriptCollectionAgent.dll
JHI64.dll
joinproviderol.dll
joinutil.dll
joy.cpl
JpMapControl.dll
jpndecoder.dll
jpninputrouter.dll
jpnranker.dll
JpnServiceDS.dll
jscript.dll
jscript9.dll
jscript9diag.dll
jsproxy.dll
kanji_1.uce
kanji_2.uce
kbd101.dll
kbd101a.dll
kbd101b.dll
kbd101c.dll
kbd103.dll
kbd106.dll
kbd106n.dll
KBDA1.DLL
KBDA2.DLL
KBDA3.DLL
KBDADLM.DLL
KBDAL.DLL
KBDARME.DLL
kbdarmph.dll
kbdarmty.dll
KBDARMW.DLL
kbdax2.dll
KBDAZE.DLL
KBDAZEL.DLL
KBDAZST.DLL
KBDBASH.DLL
KBDBE.DLL
KBDBENE.DLL
KBDBGPH.DLL
KBDBGPH1.DLL
KBDBHC.DLL
KBDBLR.DLL
KBDBR.DLL
KBDBU.DLL
KBDBUG.DLL
KBDBULG.DLL
KBDCA.DLL
KBDCAN.DLL
KBDCHER.DLL
KBDCHERP.DLL
KBDCR.DLL
KBDCZ.DLL
KBDCZ1.DLL
KBDCZ2.DLL
KBDDA.DLL
KBDDIV1.DLL
KBDDIV2.DLL
KBDDV.DLL
KBDDZO.DLL
KBDES.DLL
KBDEST.DLL
KBDFA.DLL
kbdfar.dll
KBDFC.DLL
KBDFI.DLL
KBDFI1.DLL
KBDFO.DLL
KBDFR.DLL
KBDFTHRK.DLL
KBDGAE.DLL
KBDGEO.DLL
kbdgeoer.dll
kbdgeome.dll
kbdgeooa.dll
kbdgeoqw.dll
KBDGKL.DLL
KBDGN.DLL
KBDGR.DLL
KBDGR1.DLL
KBDGRLND.DLL
KBDGTHC.DLL
KBDHAU.DLL
KBDHAW.DLL
KBDHE.DLL
KBDHE220.DLL
KBDHE319.DLL
KBDHEB.DLL
kbdhebl3.dll
KBDHELA2.DLL
KBDHELA3.DLL
KBDHEPT.DLL
KBDHU.DLL
KBDHU1.DLL
kbdibm02.dll
KBDIBO.DLL
KBDIC.DLL
KBDINASA.DLL
KBDINBE1.DLL
KBDINBE2.DLL
KBDINBEN.DLL
KBDINDEV.DLL
KBDINEN.DLL
KBDINGUJ.DLL
KBDINHIN.DLL
KBDINKAN.DLL
KBDINMAL.DLL
KBDINMAR.DLL
KBDINORI.DLL
KBDINPUN.DLL
KBDINTAM.DLL
KBDINTEL.DLL
KBDINUK2.DLL
KBDIR.DLL
KBDIT.DLL
KBDIT142.DLL
KBDIULAT.DLL
KBDJAV.DLL
KBDJPN.DLL
KBDKAZ.DLL
KBDKHMR.DLL
KBDKNI.DLL
KBDKOR.DLL
KBDKURD.DLL
KBDKYR.DLL
KBDLA.DLL
KBDLAO.DLL
kbdlisub.dll
kbdlisus.dll
kbdlk41a.dll
KBDLT.DLL
KBDLT1.DLL
KBDLT2.DLL
KBDLV.DLL
KBDLV1.DLL
KBDLVST.DLL
KBDMAC.DLL
KBDMACST.DLL
KBDMAORI.DLL
KBDMLT47.DLL
KBDMLT48.DLL
KBDMON.DLL
KBDMONMO.DLL
KBDMONST.DLL
KBDMYAN.DLL
KBDNE.DLL
kbdnec.dll
kbdnec95.dll
kbdnecat.dll
kbdnecnt.dll
KBDNEPR.DLL
kbdnko.dll
KBDNO.DLL
KBDNO1.DLL
KBDNSO.DLL
KBDNTL.DLL
KBDOGHAM.DLL
KBDOLCH.DLL
KBDOLDIT.DLL
KBDOSA.DLL
KBDOSM.DLL
KBDPASH.DLL
kbdphags.dll
KBDPL.DLL
KBDPL1.DLL
KBDPO.DLL
KBDRO.DLL
KBDROPR.DLL
KBDROST.DLL
KBDRU.DLL
KBDRU1.DLL
KBDRUM.DLL
KBDSF.DLL
KBDSG.DLL
KBDSL.DLL
KBDSL1.DLL
KBDSMSFI.DLL
KBDSMSNO.DLL
KBDSN1.DLL
KBDSORA.DLL
KBDSOREX.DLL
KBDSORS1.DLL
KBDSORST.DLL
KBDSP.DLL
KBDSW.DLL
KBDSW09.DLL
KBDSYR1.DLL
KBDSYR2.DLL
KBDTAILE.DLL
KBDTAJIK.DLL
KBDTAM99.DLL
KBDTAT.DLL
KBDTH0.DLL
KBDTH1.DLL
KBDTH2.DLL
KBDTH3.DLL
KBDTIFI.DLL
KBDTIFI2.DLL
KBDTIPRC.DLL
KBDTIPRD.DLL
KBDTT102.DLL
KBDTUF.DLL
KBDTUQ.DLL
KBDTURME.DLL
KBDTZM.DLL
KBDUGHR.DLL
KBDUGHR1.DLL
KBDUK.DLL
KBDUKX.DLL
KBDUR.DLL
KBDUR1.DLL
KBDURDU.DLL
KBDUS.DLL
KBDUSA.DLL
KBDUSL.DLL
KBDUSR.DLL
KBDUSX.DLL
KBDUZB.DLL
KBDVNTC.DLL
KBDWOL.DLL
KBDYAK.DLL
KBDYBA.DLL
KBDYCC.DLL
KBDYCL.DLL
kd.dll
kdcom.dll
kdcpw.dll
kdhvcom.dll
kdnet.dll
kdnet_uart16550.dll
KdsCli.dll
kdstub.dll
kdusb.dll
kd_02_10df.dll
kd_02_10ec.dll
kd_02_1137.dll
kd_02_14e4.dll
kd_02_15b3.dll
kd_02_1969.dll
kd_02_19a2.dll
kd_02_1af4.dll
kd_02_8086.dll
kd_07_1415.dll
kd_0C_8086.dll
keepaliveprovider.dll
KerbClientShared.dll
kerberos.dll
kernel.appcore.dll
kernel32.dll
KernelBase.dll
KeyboardFilterCore.dll
KeyboardFilterManager.dll
KeyboardFilterShim.dll
KeyboardFilterSvc.dll
KeyboardSystemToastIcon.contrast-white.png
KeyboardSystemToastIcon.png
KeyCredMgr.dll
keyiso.dll
keymgr.dll
KeywordDetectorMsftSidAdapter.dll
klist.exe
kmddsp.tsp
KnobsCore.dll
KnobsCsp.dll
korean.uce
ksetup.exe
ksproxy.ax
kstvtune.ax
ksuser.dll
Kswdmcap.ax
ksxbar.ax
ktmutil.exe
ktmw32.dll
l2gpstore.dll
l2nacp.dll
L2SecHC.dll
l3codeca.acm
l3codecp.acm
label.exe
LangCleanupSysprepAction.dll
LanguageComponentsInstaller.dll
LanguageComponentsInstallerComHandler.exe
LanguageOverlayServer.dll
LanguageOverlayUtil.dll
LanguagePackDiskCleanup.dll
LanguagePackManagementCSP.dll
LAPRXY.DLL
laps.dll
lapscsp.dll
LaptopPlugInToastImg.gif
LargeRoom.bin
LaunchTM.exe
LaunchWinApp.exe
lcphrase.tbl
lcptr.tbl
LegacyNetUX.dll
LegacyNetUXHost.exe
LegacySystemSettings.dll
lfsvc.dll
libcrypto.dll
libmfxhw64.dll
libomp140.x86_64.dll
libomp140d.x86_64.dll
libvpl.dll
license.rtf
LicenseManager.dll
LicenseManagerApi.dll
LicenseManagerShellext.exe
LicenseManagerSvc.dll
LicensingCSP.dll
licensingdiag.exe
LicensingDiagSpp.dll
LicensingUI.exe
LicensingWinRT.dll
licmgr10.dll
linkinfo.dll
ListSvc.dll
lltdapi.dll
lltdres.dll
lltdsvc.dll
lmhsvc.dll
loadperf.dll
locale.nls
localsec.dll
localspl.dll
localui.dll
LocationApi.dll
LocationFramework.dll
LocationFrameworkInternalPS.dll
LocationFrameworkPS.dll
LocationNotificationWindows.exe
LocationWinPalMisc.dll
Locator.exe
LockAppBroker.dll
LockAppHost.exe
LockController.dll
LockHostingFramework.dll
LockScreenContent.dll
LockScreenContentHost.dll
LockScreenContentServer.exe
LockScreenData.dll
lodctr.exe
logagent.exe
loghours.dll
logman.exe
logoff.exe
logoncli.dll
LogonController.dll
LogonUI.exe
lpasvc.dll
lpk.dll
lpkinstall.exe
lpksetup.exe
lpksetupproxyserv.dll
LPlatSvc.exe
lpremove.exe
LsaIso.exe
lsasrv.dll
lsass.exe
LSCSHostPolicy.dll
lsm.dll
lsmproxy.dll
lstelemetry.dll
luainstall.dll
luiapi.dll
lusrmgr.msc
lz32.dll
l_intl.nls
Magnification.dll
Magnify.exe
main.cpl
MaintenanceUI.dll
makecab.exe
manage-bde.exe
manage-bde.wsf
ManageCI.dll
MapConfiguration.dll
MapControlCore.dll
MapControlStringsRes.dll
MapGeocoder.dll
mapi32.dll
mapistub.dll
MapRouter.dll
MapsBtSvc.dll
MapsBtSvcProxy.dll
MapsCSP.dll
MapsStore.dll
mapstoasttask.dll
mapsupdatetask.dll
mavinject.exe
MbaeApi.dll
MbaeApiPublic.dll
MbaeParserTask.exe
MbaeXmlParser.dll
mblctr.exe
MBMediaManager.dll
MBR2GPT.EXE
mbsmsapi.dll
mbussdapi.dll
mcbuilder.exe
MCCSEngineShared.dll
MCCSPal.dll
mciavi32.dll
mcicda.dll
mciqtz32.dll
mciseq.dll
mciwave.dll
McpManagementProxy.dll
McpManagementService.dll
MCRecvSrc.dll
mcupdate_AuthenticAMD.dll
mcupdate_GenuineIntel.dll
MDEServer.exe
MDMAgent.exe
MDMAppInstaller.exe
MdmCommon.dll
MdmDiagnostics.dll
MdmDiagnosticsTool.exe
mdminst.dll
mdmlocalmanagement.dll
mdmmigrator.dll
mdmpostprocessevaluator.dll
mdmregistration.dll
MdRes.exe
MdSched.exe
MediaFoundation.DefaultPerceptionProvider.dll
MediaSystemToastIcon.contrast-white.png
MediaSystemToastIcon.png
MediumRoom.bin
MemoryDiagnostic.dll
MessagingDataModel2.dll
MessagingService.dll
mf.dll
mf3216.dll
mfAACEnc.dll
mfasfsrcsnk.dll
mfaudiocnv.dll
mfc100.dll
mfc100chs.dll
mfc100cht.dll
mfc100deu.dll
mfc100enu.dll
mfc100esn.dll
mfc100fra.dll
mfc100ita.dll
mfc100jpn.dll
mfc100kor.dll
mfc100rus.dll
mfc100u.dll
mfc110.dll
mfc110chs.dll
mfc110cht.dll
mfc110deu.dll
mfc110enu.dll
mfc110esn.dll
mfc110fra.dll
mfc110ita.dll
mfc110jpn.dll
mfc110kor.dll
mfc110rus.dll
mfc110u.dll
mfc120.dll
mfc120chs.dll
mfc120cht.dll
mfc120deu.dll
mfc120enu.dll
mfc120esn.dll
mfc120fra.dll
mfc120ita.dll
mfc120jpn.dll
mfc120kor.dll
mfc120rus.dll
mfc120u.dll
mfc140.dll
mfc140chs.dll
mfc140cht.dll
mfc140d.dll
mfc140deu.dll
mfc140enu.dll
mfc140esn.dll
mfc140fra.dll
mfc140ita.dll
mfc140jpn.dll
mfc140kor.dll
mfc140rus.dll
mfc140u.dll
mfc140ud.dll
mfc42.dll
mfc42u.dll
MFCaptureEngine.dll
mfcm100.dll
mfcm100u.dll
mfcm110.dll
mfcm110u.dll
mfcm120.dll
mfcm120u.dll
mfcm140.dll
mfcm140d.dll
mfcm140u.dll
mfcm140ud.dll
mfcore.dll
mfcsubs.dll
mfds.dll
mfdvdec.dll
mferror.dll
mfh263enc.dll
mfh264enc.dll
mfksproxy.dll
MFMediaEngine.dll
mfmjpegdec.dll
mfmkvsrcsnk.dll
mfmp4srcsnk.dll
mfmpeg2srcsnk.dll
mfnetcore.dll
mfnetsrc.dll
mfperfhelper.dll
mfplat.dll
MFPlay.dll
mfpmp.exe
mfps.dll
mfreadwrite.dll
mfsensorgroup.dll
mfsrcsnk.dll
mfsvr.dll
mftranscode.dll
mfvdsp.dll
mfvfw.dll
MFWMAAEC.DLL
mfxplugin64_hw.dll
mgmtapi.dll
mgmtrefreshcredprov.dll
mi.dll
mibincodec.dll
Microsoft-Windows-AppModelExecEvents.dll
microsoft-windows-battery-events.dll
microsoft-windows-hal-events.dll
Microsoft-Windows-Internal-Shell-NearShareExperience.dll
microsoft-windows-kernel-pnp-events.dll
microsoft-windows-kernel-power-events.dll
microsoft-windows-kernel-processor-power-events.dll
Microsoft-Windows-MapControls.dll
Microsoft-Windows-MosHost.dll
microsoft-windows-pdc.dll
microsoft-windows-power-cad-events.dll
microsoft-windows-processor-aggregator-events.dll
microsoft-windows-sleepstudy-events.dll
microsoft-windows-storage-tiering-events.dll
microsoft-windows-system-events.dll
Microsoft-WindowsPhone-SEManagementProvider.dll
Microsoft.Bluetooth.Proxy.dll
Microsoft.Bluetooth.Service.dll
Microsoft.Bluetooth.UserService.dll
Microsoft.Graphics.Display.DisplayEnhancementService.dll
Microsoft.LocalUserImageProvider.dll
Microsoft.Management.Infrastructure.Native.Unmanaged.dll
Microsoft.Uev.AgentDriverEvents.dll
Microsoft.Uev.AppAgent.dll
Microsoft.Uev.CabUtil.dll
Microsoft.Uev.CmUtil.dll
Microsoft.Uev.Common.dll
Microsoft.Uev.Common.WinRT.dll
Microsoft.Uev.CommonBridge.dll
Microsoft.Uev.ConfigWrapper.dll
Microsoft.Uev.CscUnpinTool.exe
Microsoft.Uev.EventLogMessages.dll
Microsoft.Uev.LocalSyncProvider.dll
Microsoft.Uev.ManagedEventLogging.dll
Microsoft.Uev.Management.dll
Microsoft.Uev.Management.WmiAccess.dll
Microsoft.Uev.ModernAppAgent.dll
Microsoft.Uev.ModernAppCore.dll
Microsoft.Uev.ModernAppData.WinRT.dll
Microsoft.Uev.ModernSync.dll
Microsoft.Uev.MonitorSyncProvider.dll
Microsoft.Uev.Office2010CustomActions.dll
Microsoft.Uev.Office2013CustomActions.dll
Microsoft.Uev.PrinterCustomActions.dll
Microsoft.Uev.SmbSyncProvider.dll
Microsoft.Uev.SyncCommon.dll
Microsoft.Uev.SyncConditions.dll
Microsoft.Uev.SyncController.exe
microsoft.windows.softwarelogo.showdesktop.exe
MicrosoftAccount.TokenProvider.Core.dll
MicrosoftAccountCloudAP.dll
MicrosoftAccountExtension.dll
MicrosoftAccountTokenProvider.dll
MicrosoftAccountWAMExtension.dll
MicrosoftEdgeBCHost.exe
MicrosoftEdgeCP.exe
MicrosoftEdgeDevTools.exe
MicrosoftEdgeSH.exe
midimap.dll
migisol.dll
miguiresource.dll
mimefilt.dll
mimofcodec.dll
MinstoreEvents.dll
MiracastInputMgr.dll
MiracastReceiver.dll
MiracastReceiverExt.dll
MirrorDrvCompat.dll
mispace.dll
MissionControlAggregator.dll
MissionControlAggregator_InventoryWrapper.dll
MitigationClient.dll
MitigationConfiguration.dll
miutils.dll
MixedReality.Broker.dll
MixedRealityCapture.Pipeline.dll
MixedRealityRuntime.dll
MixedRealityRuntime.json
mlang.dat
mlang.dll
mmc.exe
mmc.exe.config
mmcbase.dll
mmcndmgr.dll
mmcshext.dll
MMDevAPI.dll
mmgaclient.dll
mmgaproxystub.dll
mmgaserver.exe
mmres.dll
mmsys.cpl
mobilenetworking.dll
mobsync.exe
mode.com
modemui.dll
modernexecserver.dll
more.com
moricons.dll
moshost.dll
MosHostClient.dll
moshostcore.dll
MosStorage.dll
mountvol.exe
MouseSystemToastIcon.contrast-white.png
MouseSystemToastIcon.png
MoUsoCoreWorker.exe
MP3DMOD.DLL
MP43DECD.DLL
MP4SDECD.DLL
Mpeg2Data.ax
mpeval.dll
mpg2splt.ax
MPG4DECD.DLL
mpnotify.exe
mpr.dll
mprapi.dll
mprddm.dll
mprdim.dll
mprext.dll
mprmsg.dll
MpSigStub.exe
MPSSVC.dll
mpunits.dll
MRINFO.EXE
MrmCoreR.dll
MrmDeploy.dll
MrmIndexer.dll
MRT.exe
mrt100.dll
mrt_map.dll
ms3dthumbnailprovider.dll
msaatext.dll
MSAC3ENC.DLL
msacm32.dll
msacm32.drv
msadp32.acm
msafd.dll
MSAJApi.dll
MSAlacDecoder.dll
MSAlacEncoder.dll
MSAMRNBDecoder.dll
MSAMRNBEncoder.dll
MSAMRNBSink.dll
MSAMRNBSource.dll
MSAProfileNotificationHandler.dll
msasn1.dll
MSAudDecMFT.dll
msaudite.dll
msauserext.dll
mscandui.dll
mscat32.dll
MSchedExe.exe
msclmd.dll
mscms.dll
msconfig.exe
mscoree.dll
mscorier.dll
mscories.dll
msctf.dll
msctfime.ime
MsCtfMonitor.dll
msctfp.dll
msctfui.dll
msctfuimanager.dll
msdadiag.dll
msdart.dll
msdatsrc.tlb
msdelta.dll
msdmo.dll
msdrm.dll
msdt.exe
msdtc.exe
msdtckrm.dll
msdtclog.dll
msdtcprx.dll
msdtcspoffln.dll
msdtctm.dll
msdtcuiu.dll
msdtcVSp1res.dll
MSDvbNP.ax
msdxm.ocx
msdxm.tlb
msfeeds.dll
msfeedsbs.dll
msfeedssync.exe
MSFlacDecoder.dll
MSFlacEncoder.dll
msftedit.dll
MsftOemDllIgneous.dll
msg.exe
msg711.acm
msgsm32.acm
MSHEIF.dll
mshta.exe
mshtml.dll
mshtml.tlb
MshtmlDac.dll
mshtmled.dll
mshtmler.dll
msi.dll
MsiCofire.dll
msidcrl40.dll
msident.dll
msidle.dll
msidntld.dll
msieftp.dll
msiexec.exe
msihnd.dll
msiltcfg.dll
msimg32.dll
msimsg.dll
msimtf.dll
msinfo32.exe
msisip.dll
msIso.dll
msiwer.dll
mskeyprotcli.dll
mskeyprotect.dll
msls31.dll
msmpeg2adec.dll
MSMPEG2ENC.DLL
msmpeg2vdec.dll
MSNP.ax
msobjs.dll
msoert2.dll
MSOpusDecoder.dll
mspaint.exe
mspatcha.dll
mspatchc.dll
MSPhotography.dll
msports.dll
msprivs.dll
msra.exe
msrahc.dll
MsraLegacy.tlb
msrating.dll
MSRAWImage.dll
msrdc.dll
MsRdpWebAccess.dll
msrle32.dll
msscntrs.dll
mssecuser.dll
mssecwfpu.dll
mssign32.dll
mssip32.dll
mssitlb.dll
MsSpellCheckingFacility.dll
MsSpellCheckingHost.exe
mssph.dll
mssprxy.dll
mssrch.dll
mssvp.dll
mstask.dll
msTextPrediction.dll
mstsc.exe
mstscax.dll
msutb.dll
msv1_0.dll
msvcirt.dll
msvcp100.dll
msvcp110.dll
msvcp110_win.dll
msvcp120.dll
msvcp120_clr0400.dll
msvcp140.dll
msvcp140d.dll
msvcp140d_atomic_wait.dll
msvcp140d_codecvt_ids.dll
msvcp140_1.dll
msvcp140_1d.dll
msvcp140_2.dll
msvcp140_2d.dll
msvcp140_atomic_wait.dll
msvcp140_clr0400.dll
msvcp140_codecvt_ids.dll
msvcp60.dll
msvcp_win.dll
msvcr100.dll
msvcr100_clr0400.dll
msvcr110.dll
msvcr120.dll
msvcr120_clr0400.dll
msvcrt.dll
msvfw32.dll
msvidc32.dll
MSVidCtl.dll
MSVideoDSP.dll
MSVP9DEC.dll
msvproc.dll
MSVPXENC.dll
MSWB7.dll
MSWB70804.dll
MSWebp.dll
mswmdm.dll
mswsock.dll
msxml3.dll
msxml3r.dll
msxml6.dll
msxml6r.dll
msyuv.dll
MtcModel.dll
MTF.dll
MTFAppServiceDS.dll
MtfDecoder.dll
MTFFuzzyDS.dll
MTFServer.dll
MTFSpellcheckDS.dll
mtstocom.exe
mtxclu.dll
mtxdm.dll
mtxex.dll
mtxoci.dll
muifontsetup.dll
MUILanguageCleanup.dll
MuiUnattend.exe
MultiDigiMon.exe
musdialoghandlers.dll
MusNotification.exe
MusNotificationUx.exe
MusNotifyIcon.exe
MusUpdateHandlers.dll
mycomput.dll
mydocs.dll
Mystify.scr
NAPCRYPT.DLL
NapiNSP.dll
Narrator.exe
NarratorControlTemplates.xml
NaturalAuth.dll
NaturalAuthClient.dll
NaturalLanguage6.dll
navshutdown.dll
nbtstat.exe
NcaApi.dll
NcaSvc.dll
ncbservice.dll
NcdAutoSetup.dll
NcdProp.dll
nci.dll
ncobjapi.dll
ncpa.cpl
ncrypt.dll
ncryptprov.dll
ncryptsslp.dll
ncsi.dll
ncuprov.dll
ndadmin.exe
nddeapi.dll
ndfapi.dll
ndfetw.dll
NdfEventView.xml
ndfhcdiscovery.dll
ndishc.dll
NDKPing.exe
ndproxystub.dll
nduprov.dll
negoexts.dll
net.exe
net1.exe
netapi32.dll
netbios.dll
netbtugc.exe
NetCellcoreCellManagerProviderResources.dll
netcenter.dll
netcfg.exe
NetCfgNotifyObjectHost.exe
netcfgx.dll
netcorehc.dll
netdiagfx.dll
NetDriverInstall.dll
netevent.dll
NetEvtFwdr.exe
netfxperf.dll
neth.dll
NetHost.exe
netid.dll
netiohlp.dll
netiougc.exe
netjoin.dll
netlogon.dll
netman.dll
NetMgmtIF.dll
netmsg.dll
netplwiz.dll
Netplwiz.exe
netprofm.dll
netprofmsvc.dll
netprovfw.dll
netprovisionsp.dll
NetSetupApi.dll
NetSetupEngine.dll
NetSetupShim.dll
NetSetupSvc.dll
netsh.exe
netshell.dll
NETSTAT.EXE
nettrace.dll
NetTrace.PLA.Diagnostics.xml
nettraceex.dll
netutils.dll
NetworkBindingEngineMigPlugin.dll
NetworkCollectionAgent.dll
NetworkDesktopSettings.dll
networkexplorer.dll
networkhelper.dll
NetworkIcon.dll
networkitemfactory.dll
NetworkMobileSettings.dll
NetworkProxyCsp.dll
NetworkQoSPolicyCSP.dll
NetworkStatus.dll
NetworkUXBroker.dll
newdev.dll
newdev.exe
NFCProvisioningPlugin.dll
NfcRadioMedia.dll
ngccredprov.dll
NgcCtnr.dll
NgcCtnrGidsHandler.dll
NgcCtnrSvc.dll
NgcIso.exe
NgcIsoCtnr.dll
ngckeyenum.dll
ngcksp.dll
ngclocal.dll
ngcpopkeysrv.dll
NgcProCsp.dll
ngcrecovery.dll
ngcsvc.dll
ngctasks.dll
ninput.dll
NL7Data0804.dll
NL7Lexicons0804.dll
NL7Models0804.dll
nlaapi.dll
nlahc.dll
nlasvc.dll
nlhtml.dll
nlmgp.dll
nlmproxy.dll
nlmsprep.dll
nlsbres.dll
NlsData0000.dll
Nlsdl.dll
nltest.exe
NmaDirect.dll
nmbind.exe
nmscrub.exe
NOISE.CHS
NOISE.DAT
normaliz.dll
normidna.nls
normnfc.nls
normnfd.nls
normnfkc.nls
normnfkd.nls
notepad.exe
NotificationController.dll
NotificationControllerPS.dll
notificationplatformcomponent.dll
npmproxy.dll
NPSM.dll
NPSMDesktopProvider.dll
nrpsrv.dll
nshhttp.dll
nshipsec.dll
nshwfp.dll
nsi.dll
nsisvc.dll
nslookup.exe
ntasn1.dll
ntdll.dll
ntdsapi.dll
ntlanman.dll
ntlanui2.dll
NtlmShared.dll
ntmarta.dll
ntoskrnl.exe
ntprint.dll
ntprint.exe
ntshrui.dll
ntvdm64.dll
nv3dappshext.dll
nv3dappshextr.dll
NvAgent.dll
nvapi64.dll
nvcoproc.bin
nvcpl.dll
nvcuda.dll
nvcuvid.dll
nvdispco6451654.dll
nvdispgenco6451654.dll
nvEncodeAPI64.dll
NvFBC64.dll
NvIFR64.dll
nvinfo.pb
nvofapi64.dll
nvshext.dll
nvspinfo.exe
nvsvc64.dll
nvsvcr.dll
objsel.dll
occache.dll
OcpUpdateAgent.dll
ocsetapi.dll
odbc32.dll
odbcad32.exe
odbcbcp.dll
odbcconf.dll
odbcconf.exe
odbcconf.rsp
odbccp32.dll
odbccr32.dll
odbccu32.dll
odbcint.dll
odbctrac.dll
OEMDefaultAssociations.dll
OEMDefaultAssociations.xml
oemlicense.dll
ofdeploy.exe
offfilt.dll
officecsp.dll
offlinelsa.dll
offlinesam.dll
offreg.dll
oflc-nz.rs
OkDone_80.contrast-black.png
OkDone_80.contrast-white.png
OkDone_80.png
ole32.dll
oleacc.dll
oleacchooks.dll
oleaccrc.dll
oleaut32.dll
oledlg.dll
oleprn.dll
OmaDmAgent.dll
omadmapi.dll
omadmclient.exe
omadmprc.exe
OnDemandBrokerClient.dll
OnDemandConnRouteHelper.dll
OneBackupHandler.dll
OneCoreCommonProxyStub.dll
OneCoreUAPCommonProxyStub.dll
OneDriveSettingSyncProvider.dll
OneSettingsClient.dll
onex.dll
onexui.dll
onnxruntime.dll
OOBE-Maintenance.exe
OpcServices.dll
OpenCL.dll
openfiles.exe
opengl32.dll
OpenWith.exe
OptionalFeatures.exe
ortcengine.dll
osbaseln.dll
osk.exe
OskSupport.dll
osuninst.dll
OutdoorAudioEnvironment.bin
P2P.dll
P2PGraph.dll
p2pnetsh.dll
p2psvc.dll
p9np.dll
pacjsworker.exe
PackagedCWALauncher.exe
PackageInspector.exe
packager.dll
PackageStateChangeHandler.dll
PackageStateRoaming.dll
panmap.dll
PasswordEnrollmentManager.dll
PasswordOnWakeSettingFlyout.exe
PATHPING.EXE
pautoenr.dll
PayloadRestrictions.dll
PaymentMediatorServiceProxy.dll
pcacli.dll
pcadm.dll
pcaevts.dll
pcalua.exe
pcasvc.dll
pcaui.dll
pcaui.exe
pcbp.rs
pcl.sep
PCPKsp.dll
PCShellCommonProxyStub.dll
pcsvDevice.dll
pcwrun.exe
pcwum.dll
pcwutl.dll
pdh.dll
pdhui.dll
PeerDist.dll
PeerDistAD.dll
PeerDistCacheProvider.dll
PeerDistCleaner.dll
PeerDistHttpTrans.dll
PeerDistSh.dll
PeerDistSvc.dll
PeerDistWSDDiscoProv.dll
pegi-pt.rs
pegi.rs
PeopleAPIs.dll
PeopleBand.dll
PerceptionDevice.dll
PerceptionSimulation.ProxyStubs.dll
PerceptionSimulationExtensions.dll
PerceptionSimulationManager.dll
perfc009.dat
perfctrs.dll
perfd009.dat
perfdisk.dll
perfh009.dat
perfi009.dat
perfmon.exe
perfmon.msc
perfnet.dll
perfos.dll
perfproc.dll
PerfStringBackup.INI
perftrack.dll
perfts.dll
perf_gputiming.dll
PersonalizationCSP.dll
phoneactivate.exe
PhoneCallHistoryApis.dll
PhoneOm.dll
PhonePlatformAbstraction.dll
PhoneProviders.dll
PhoneService.dll
PhoneServiceRes.dll
PhoneSystemToastIcon.contrast-white.png
PhoneSystemToastIcon.png
Phoneutil.dll
PhoneutilRes.dll
PhotoMetadataHandler.dll
PhotoScreensaver.scr
photowiz.dll
PickerHost.exe
PickerPlatform.dll
pid.dll
pidgenx.dll
pifmgr.dll
PimIndexMaintenance.dll
PimIndexMaintenanceClient.dll
Pimstore.dll
PinEnrollmentBroker.exe
PinEnrollmentHelper.dll
PING.EXE
pkeyhelper.dll
PkgMgr.exe
PktMon.exe
PktMonApi.dll
pku2u.dll
pla.dll
plasrv.exe
playlistfolder.dll
PlaySndSrv.dll
PlayToDevice.dll
PlayToManager.dll
playtomenu.dll
PlayToReceiver.dll
PlayToStatusProvider.dll
ploptin.dll
pmcsnap.dll
pngfilt.dll
pnidui.dll
pnpclean.dll
pnppolicy.dll
pnpts.dll
pnpui.dll
PnPUnattend.exe
pnputil.exe
PNPXAssoc.dll
PNPXAssocPrx.dll
pnrpauto.dll
Pnrphc.dll
pnrpnsp.dll
pnrpsvc.dll
policymanager.dll
policymanagerprecheck.dll
polstore.dll
poqexec.exe
PortableDeviceApi.dll
PortableDeviceClassExtension.dll
PortableDeviceConnectApi.dll
PortableDeviceStatus.dll
PortableDeviceSyncProvider.dll
PortableDeviceTypes.dll
PortableDeviceWiaCompat.dll
posetup.dll
pospaymentsworker.exe
POSyncServices.dll
pots.dll
powercfg.cpl
powercfg.exe
powercpl.dll
powrprof.dll
ppcsnap.dll
prauthproviders.dll
Pre-boot Manager.exe
PresentationHost.exe
PresentationHostProxy.dll
PresentationSettings.exe
prevhost.exe
prfc0804.dat
prfd0804.dat
prfh0804.dat
prfi0804.dat
prflbmsg.dll
print.exe
Print.PrintSupport.Source.dll
Print.Workflow.Source.dll
PrintBrmUi.exe
PrinterCleanupTask.dll
printfilterpipelineprxy.dll
printfilterpipelinesvc.exe
PrintIsolationHost.exe
PrintIsolationProxy.dll
printmanagement.msc
PrintPlatformConfig.dll
PrintRenderAPIHost.DLL
printticketvalidation.dll
printui.dll
printui.exe
PrintWorkflowService.dll
PrintWSDAHost.dll
prncache.dll
prnfldr.dll
prnntfy.dll
prntvpt.dll
ProductEnumerator.dll
profapi.dll
profext.dll
profprov.dll
profsvc.dll
profsvcext.dll
propsys.dll
proquota.exe
provcore.dll
provdatastore.dll
provdiagnostics.dll
provengine.dll
provhandlers.dll
provisioningcommandscsp.dll
provisioningcsp.dll
ProvisioningHandlers.dll
provlaunch.exe
provmigrate.dll
provops.dll
provpackageapidll.dll
provplatformdesktop.dll
ProvPluginEng.dll
provsvc.dll
ProvSysprep.dll
provthrd.dll
provtool.exe
ProximityCommon.dll
ProximityCommonPal.dll
ProximityRtapiPal.dll
ProximityService.dll
ProximityServicePal.dll
ProximityUxHost.exe
prproc.exe
prvdmofcomp.dll
psapi.dll
pscript.sep
PSHED.DLL
psisdecd.dll
psisrndr.ax
PSModuleDiscoveryProvider.dll
psmodulediscoveryprovider.mof
PsmServiceExtHost.dll
psmsrv.dll
psr.exe
pstask.dll
pstorec.dll
ptpprov.dll
puiapi.dll
puiobj.dll
PushToInstall.dll
pwlauncher.dll
pwlauncher.exe
pwrshplugin.dll
pwsso.dll
qappsrv.exe
qasf.dll
qcap.dll
qdv.dll
qdvd.dll
qedit.dll
qedwipes.dll
qmgr.dll
qprocess.exe
QualityUpdateAssistant.dll
quartz.dll
Query.dll
query.exe
QuickActionsDataModel.dll
quickassist.exe
QuietHours.dll
quser.exe
qwave.dll
qwinsta.exe
R4EEA64A.dll
R4EED64A.dll
R4EEG64A.dll
R4EEL64A.dll
R4EEP64A.dll
RacEngn.dll
racpldlg.dll
radardt.dll
radarrs.dll
RADCUI.dll
rasadhlp.dll
rasapi32.dll
rasauto.dll
rasautou.exe
raschap.dll
raschapext.dll
rasctrnm.h
rasctrs.dll
rascustom.dll
rasdiag.dll
rasdial.exe
rasdlg.dll
raserver.exe
rasgcw.dll
rasman.dll
rasmans.dll
rasmbmgr.dll
RasMediaManager.dll
RASMM.dll
rasmontr.dll
rasphone.exe
rasplap.dll
rasppp.dll
rastapi.dll
rastls.dll
rastlsext.dll
RCoInstII64.dll
rdbui.dll
rdp4vs.dll
rdpbase.dll
rdpcfgex.dll
rdpclip.exe
rdpcore.dll
rdpcorets.dll
rdpcredentialprovider.dll
rdpencom.dll
rdpendp.dll
rdpinit.exe
rdpinput.exe
rdpnano.dll
RdpRelayTransport.dll
RdpSa.exe
RdpSaProxy.exe
RdpSaPs.dll
RdpSaUacHelper.exe
rdpserverbase.dll
rdpsharercom.dll
rdpshell.exe
rdpsign.exe
rdpudd.dll
rdpviewerax.dll
rdrleakdiag.exe
RDSAppXHelper.dll
rdsdwmdr.dll
rdsxvmaudio.dll
rdvvmtransport.dll
RDXService.dll
RDXTaskFactory.dll
readCloudDataSettings.exe
ReAgent.dll
ReAgentc.exe
ReAgentTask.dll
recdisc.exe
recover.exe
recovery.dll
RecoveryDrive.exe
refsutil.exe
reg.exe
regapi.dll
RegCtrl.dll
regedt32.exe
regidle.dll
regini.exe
Register-CimProvider.exe
regsvc.dll
regsvr32.exe
reguwpapi.dll
ReInfo.dll
rekeywiz.exe
relog.exe
RelPost.exe
RemoteAppLifetimeManager.exe
RemoteAppLifetimeManagerProxyStub.dll
remoteaudioendpoint.dll
remotepg.dll
RemotePosWorker.exe
remotesp.tsp
RemoteSystemToastIcon.contrast-white.png
RemoteSystemToastIcon.png
RemoteWipeCSP.dll
RemovableMediaProvisioningPlugin.dll
RemoveDeviceContextHandler.dll
RemoveDeviceElevated.dll
removerootporterr.mof
rendezvousSession.tlb
repair-bde.exe
replace.exe
ReportingCSP.dll
RESAMPLEDMO.DLL
ResBParser.dll
reset.exe
reseteng.dll
ResetEngine.dll
ResetEngine.exe
ResetEngOnline.dll
resmon.exe
ResourceMapper.dll
ResourcePolicyClient.dll
ResourcePolicyServer.dll
ResPriHMImageList
ResPriHMImageListLowCost
ResPriImageList
ResPriImageListLowCost
RestartManager.mof
RestartManagerUninstall.mof
RestartNowPower_80.contrast-black.png
RestartNowPower_80.contrast-white.png
RestartNowPower_80.png
RestartTonight_80.png
RestartTonight_80_contrast-black.png
RestartTonight_80_contrast-white.png
resutils.dll
rgb9rast.dll
rgnupdt.exe
Ribbons.scr
riched20.dll
riched32.dll
rilproxy.dll
RjvMDMConfig.dll
RltkAPO64.dll
RMActivate.exe
RMActivate_isv.exe
RMActivate_ssp.exe
RMActivate_ssp_isv.exe
RMapi.dll
rmclient.dll
RmClient.exe
RMSRoamingSecurity.dll
rmttpmvscmgrsvr.exe
rnr20.dll
RoamingSecurity.dll
Robocopy.exe
rometadata.dll
rootporterr.mof
RotMgr.dll
ROUTE.EXE
RpcEpMap.dll
rpchttp.dll
RpcNs4.dll
rpcnsh.dll
RpcPing.exe
rpcrt4.dll
RpcRtRemote.dll
rpcss.dll
rrinstaller.exe
rsaenh.dll
RsDMFT64.dll
rshx32.dll
rsop.msc
RstrtMgr.dll
rstrui.exe
RTCOM64.dll
rtffilt.dll
RtkApi64.dll
RtkCfg64.dll
RtkCoLDR64.dll
RtlCPAPI64.dll
rtm.dll
rtmcodecs.dll
RTMediaFrame.dll
rtmmvrortc.dll
rtmpal.dll
rtmpltfm.dll
RtPgEx64.dll
RTSnMg64.cpl
rtutils.dll
RTWorkQ.dll
RuleBasedDS.dll
runas.exe
rundll32.exe
runexehelper.exe
RunLegacyCPLElevated.exe
runonce.exe
RuntimeBroker.exe
rwinsta.exe
samcli.dll
samlib.dll
samsrv.dll
sas.dll
sbe.dll
sbeio.dll
sberes.dll
sbresources.dll
sbservicetrigger.dll
sc.exe
ScanPlugin.dll
scansetting.dll
SCardBi.dll
SCardDlg.dll
SCardSvr.dll
ScavengeSpace.xml
scavengeui.dll
ScDeviceEnum.dll
scecli.dll
scesrv.dll
schannel.dll
schedcli.dll
schedsvc.dll
ScheduleTime_80.contrast-black.png
ScheduleTime_80.contrast-white.png
ScheduleTime_80.png
schtasks.exe
scksp.dll
scripto.dll
ScriptRunner.exe
scrnsave.scr
scrobj.dll
scrptadm.dll
scrrun.dll
sdbinst.exe
sdchange.exe
sdclt.exe
sdcpl.dll
SDDS.dll
sdengin2.dll
SDFHost.dll
sdhcinst.dll
sdiageng.dll
sdiagnhost.exe
sdiagprv.dll
sdiagschd.dll
sdohlp.dll
sdrsvc.dll
sdshext.dll
Search.ProtocolHandler.MAPI2.dll
SearchFilterHost.exe
SearchFolder.dll
SearchIndexer.exe
SearchProtocolHost.exe
SebBackgroundManagerPolicy.dll
SecConfig.efi
SecEdit.exe
sechost.dll
secinit.exe
seclogon.dll
secpol.msc
secproc.dll
secproc_isv.dll
secproc_ssp.dll
secproc_ssp_isv.dll
secur32.dll
SecureAssessmentHandlers.dll
securekernel.exe
SecureTimeAggregator.dll
security.dll
SecurityAndMaintenance.png
SecurityAndMaintenance_Alert.png
SecurityAndMaintenance_Error.png
SecurityCenterBroker.dll
SecurityCenterBrokerPS.dll
SecurityHealthAgent.dll
SecurityHealthHost.exe
SecurityHealthProxyStub.dll
SecurityHealthService.exe
SecurityHealthSSO.dll
SecurityHealthSystray.exe
sedplugins.dll
SEMgrPS.dll
SEMgrSvc.dll
sendmail.dll
Sens.dll
SensApi.dll
SenseSubAuth.dll
SensorDataService.exe
SensorPerformanceEvents.dll
SensorsApi.dll
SensorsClassExtension.dll
SensorsCpl.dll
SensorService.dll
SensorsNativeApi.dll
SensorsNativeApi.V2.dll
SensorsUtilsV2.dll
sensrsvc.dll
serialui.dll
services.exe
services.msc
ServicingUAPI.dll
serwvdrv.dll
SessEnv.dll
sessionmsg.exe
setbcdlocale.dll
sethc.exe
SetNetworkLocation.dll
SetNetworkLocationFlyout.dll
SetProxyCredential.dll
setspn.exe
SettingMonitor.dll
settings.dat
SettingsEnvironment.Desktop.dll
SettingsExtensibilityHandlers.dll
SettingsHandlers_Accessibility.dll
SettingsHandlers_AnalogShell.dll
SettingsHandlers_AppControl.dll
SettingsHandlers_AppExecutionAlias.dll
SettingsHandlers_AssignedAccess.dll
SettingsHandlers_Authentication.dll
SettingsHandlers_BackgroundApps.dll
SettingsHandlers_BatteryUsage.dll
SettingsHandlers_BrowserDeclutter.dll
SettingsHandlers_CapabilityAccess.dll
SettingsHandlers_Clipboard.dll
SettingsHandlers_ClosedCaptioning.dll
SettingsHandlers_ContentDeliveryManager.dll
SettingsHandlers_Cortana.dll
SettingsHandlers_Devices.dll
SettingsHandlers_Display.dll
SettingsHandlers_Flights.dll
SettingsHandlers_Fonts.dll
SettingsHandlers_ForceSync.dll
SettingsHandlers_Gaming.dll
SettingsHandlers_Geolocation.dll
SettingsHandlers_Gpu.dll
SettingsHandlers_HoloLens_Environment.dll
SettingsHandlers_IME.dll
SettingsHandlers_InkingTypingPrivacy.dll
SettingsHandlers_InputPersonalization.dll
SettingsHandlers_Language.dll
SettingsHandlers_ManagePhone.dll
SettingsHandlers_Maps.dll
SettingsHandlers_Mouse.dll
SettingsHandlers_Notifications.dll
SettingsHandlers_nt.dll
SettingsHandlers_OneCore_BatterySaver.dll
SettingsHandlers_OneCore_PowerAndSleep.dll
SettingsHandlers_OneDriveBackup.dll
SettingsHandlers_OptionalFeatures.dll
SettingsHandlers_PCDisplay.dll
SettingsHandlers_Pen.dll
SettingsHandlers_QuickActions.dll
SettingsHandlers_Region.dll
SettingsHandlers_SharedExperiences_Rome.dll
SettingsHandlers_SIUF.dll
SettingsHandlers_SpeechPrivacy.dll
SettingsHandlers_Startup.dll
SettingsHandlers_StorageSense.dll
SettingsHandlers_Troubleshoot.dll
SettingsHandlers_User.dll
SettingsHandlers_UserAccount.dll
SettingsHandlers_UserExperience.dll
SettingsHandlers_WorkAccess.dll
SettingSync.dll
SettingSyncCore.dll
SettingSyncDownloadHelper.dll
SettingSyncHost.exe
setupapi.dll
setupcl.dll
setupcl.exe
setupcln.dll
setupetw.dll
setupugc.exe
setx.exe
sfc.dll
sfc.exe
sfc_os.dll
sgx_capable.dll
shacct.dll
shacctprofile.dll
SharedPCCSP.dll
SharedRealitySvc.dll
ShareHost.dll
sharemediacpl.dll
SHCore.dll
shdocvw.dll
shell32.dll
ShellAppRuntime.exe
ShellCommonCommonProxyStub.dll
shellstyle.dll
shfolder.dll
shgina.dll
ShiftJIS.uce
shimeng.dll
shimgvw.dll
shlwapi.dll
shpafact.dll
shrpubw.exe
shsetup.dll
shsvcs.dll
shunimpl.dll
shutdown.exe
shutdownext.dll
shutdownux.dll
shwebsvc.dll
signdrv.dll
sigverif.exe
SIHClient.exe
sihost.exe
SimAuth.dll
SimCfg.dll
simpdata.tlb
skci.dll
slc.dll
slcext.dll
SlideToShutDown.exe
slmgr.vbs
slui.exe
slwga.dll
SmallRoom.bin
SmartCardBackgroundPolicy.dll
SmartcardCredentialProvider.dll
SmartCardSimulator.dll
smartscreen.exe
smartscreenps.dll
SMBHelperClass.dll
smbwmiv2.dll
SmiEngine.dll
smphost.dll
SmsRouterSvc.dll
smss.exe
SndVol.exe
SndVolSSO.dll
SnippingTool.exe
snmpapi.dll
snmptrap.exe
Snooze_80.contrast-black.png
Snooze_80.contrast-white.png
Snooze_80.png
socialapis.dll
softkbd.dll
softpub.dll
sort.exe
SortServer2003Compat.dll
SortWindows61.dll
SortWindows62.dll
SortWindows64.dll
SortWindows6Compat.dll
SpaceAgent.exe
spacebridge.dll
SpaceControl.dll
spaceman.exe
SpatialAudioLicenseSrv.exe
SpatializerApo.dll
SpatialStore.dll
spbcd.dll
SpeakersSystemToastIcon.contrast-white.png
SpeakersSystemToastIcon.png
Spectrum.exe
SpectrumSyncClient.dll
SpeechPal.dll
spfileq.dll
spinf.dll
spmpm.dll
spnet.dll
spoolss.dll
spoolsv.exe
spopk.dll
spp.dll
sppc.dll
sppcext.dll
sppcomapi.dll
sppcommdlg.dll
SppExtComObj.Exe
sppinst.dll
sppnp.dll
sppobjs.dll
sppsvc.exe
sppwinob.dll
sppwmi.dll
spwinsat.dll
spwizeng.dll
spwizimg.dll
spwizres.dll
spwmp.dll
sqlsrv32.dll
sqlsrv32.rll
sqmapi.dll
srchadmin.dll
srclient.dll
srcore.dll
srdelayed.exe
SrEvents.dll
SRH.dll
srhelper.dll
srm.dll
srmclient.dll
srmlib.dll
srms-apr-v.dat
srms-apr.dat
srms.dat
srmscan.dll
srmshell.dll
srmstormod.dll
srmtrace.dll
srm_ps.dll
srpapi.dll
SrpUxNativeSnapIn.dll
srrstr.dll
SrTasks.exe
srumapi.dll
srumsvc.dll
srvcli.dll
srvsvc.dll
srwmi.dll
sscore.dll
sscoreext.dll
ssdm.dll
ssdpapi.dll
ssdpsrv.dll
sspicli.dll
sspisrv.dll
SSShim.dll
ssText3d.scr
sstpsvc.dll
StartTileData.dll
Startupscan.dll
StateRepository.Core.dll
stclient.dll
stdole2.tlb
stdole32.tlb
sti.dll
sti_ci.dll
stobject.dll
StorageContextHandler.dll
StorageUsage.dll
storagewmi.dll
storagewmi_passthru.dll
stordiag.exe
storewuauth.dll
Storprop.dll
StorSvc.dll
streamci.dll
StringFeedbackEngine.dll
StructuredQuery.dll
SubAuthLoader.dll
SubRange.uce
subst.exe
sud.dll
SvBannerBackground.png
svchost.exe
svf.dll
svsvc.dll
SwitcherDataModel.dll
swprv.dll
sxproxy.dll
sxs.dll
sxshared.dll
sxssrv.dll
sxsstore.dll
sxstrace.exe
synaTEE.signed.dll
SyncAppvPublishingServer.exe
SyncAppvPublishingServer.vbs
SyncCenter.dll
SyncController.dll
SyncHost.exe
SyncHostps.dll
SyncInfrastructure.dll
SyncInfrastructureps.dll
SynCOM.dll
SyncProxy.dll
Syncreg.dll
SyncRes.dll
SyncSettings.dll
syncutil.dll
SynTPAPI.dll
SynTPCo50-11.dll
sysclass.dll
sysdm.cpl
SysFxUI.dll
sysmain.dll
sysmon.ocx
sysntfy.dll
sysprint.sep
sysprtj.sep
SysResetErr.exe
syssetup.dll
systemcpl.dll
SystemEventsBrokerClient.dll
SystemEventsBrokerServer.dll
systeminfo.exe
SystemPropertiesAdvanced.exe
SystemPropertiesComputerName.exe
SystemPropertiesDataExecutionPrevention.exe
SystemPropertiesHardware.exe
SystemPropertiesPerformance.exe
SystemPropertiesProtection.exe
SystemPropertiesRemote.exe
systemreset.exe
SystemSettings.DataModel.dll
SystemSettings.DeviceEncryptionHandlers.dll
SystemSettings.Handlers.dll
SystemSettings.SettingsExtensibility.dll
SystemSettings.UserAccountsHandlers.dll
SystemSettingsAdminFlows.exe
SystemSettingsBroker.exe
SystemSettingsRemoveDevice.exe
SystemSettingsThresholdAdminFlowUI.dll
SystemSupportInfo.dll
SystemUWPLauncher.exe
systray.exe
t2embed.dll
Tabbtn.dll
TabbtnEx.dll
tabcal.exe
TabletPC.cpl
TabSvc.dll
takeown.exe
tapi3.dll
tapi32.dll
tapilua.dll
TapiMigPlugin.dll
tapiperf.dll
tapisrv.dll
TapiSysprep.dll
tapiui.dll
TapiUnattend.exe
tar.exe
TaskApis.dll
taskbarcpl.dll
taskcomp.dll
TaskFlowDataEngine.dll
taskhostw.exe
taskkill.exe
tasklist.exe
Taskmgr.exe
taskschd.dll
taskschd.msc
TaskSchdPS.dll
tbauth.dll
tbs.dll
tcblaunch.exe
tcbloader.dll
tcmsetup.exe
tcpbidi.xml
tcpipcfg.dll
tcpmib.dll
tcpmon.dll
tcpmon.ini
tcpmonui.dll
TCPSVCS.EXE
tdc.ocx
tdh.dll
TDLMigration.dll
TEEManagement64.dll
telephon.cpl
TelephonyInteractiveUser.dll
TelephonyInteractiveUserRes.dll
tellib.dll
telnet.exe
TempSignedLicenseExchangeTask.dll
TenantRestrictionsPlugin.dll
termmgr.dll
termsrv.dll
tetheringclient.dll
tetheringconfigsp.dll
TetheringIeProvider.dll
TetheringMgr.dll
tetheringservice.dll
TetheringStation.dll
TextInputFramework.dll
TextInputMethodFormatter.dll
TextShaping.dll
themecpl.dll
Themes.SsfDownload.ScheduledTask.dll
themeservice.dll
themeui.dll
ThirdPartyNoticesBySHS.txt
threadpoolwinrt.dll
thumbcache.dll
ThumbnailExtractionHost.exe
tier2punctuations.dll
TieringEngineProxy.dll
TieringEngineService.exe
TileDataRepository.dll
TimeBrokerClient.dll
TimeBrokerServer.dll
timedate.cpl
TimeDateMUICallback.dll
timeout.exe
timesync.dll
TimeSyncTask.dll
tlscsp.dll
tokenbinding.dll
TokenBroker.dll
TokenBrokerCookies.exe
TokenBrokerUI.dll
tpinspm.dll
tpm.msc
TpmCertResources.dll
tpmcompc.dll
TpmCoreProvisioning.dll
TpmInit.exe
TpmTasks.dll
TpmTool.exe
tpmvsc.dll
tpmvscmgr.exe
tpmvscmgrsvr.exe
tquery.dll
tracerpt.exe
TRACERT.EXE
traffic.dll
TransformPPSToWlan.xslt
TransformPPSToWlanCredentials.xslt
TransliterationRanker.dll
TransportDSA.dll
tree.com
trie.dll
trkwks.dll
TrustedSignalCredProv.dll
tsbyuv.dll
tscfgwmi.dll
tscon.exe
tsdiscon.exe
TSErrRedir.dll
tsf3gip.dll
tsgqec.dll
tskill.exe
tsmf.dll
TSpkg.dll
tspubwmi.dll
TSSessionUX.dll
tssrvlic.dll
TSTheme.exe
TsUsbGDCoInstaller.dll
TsUsbRedirectionGroupPolicyExtension.dll
TSWbPrxy.exe
TSWorkspace.dll
ttdinject.exe
ttdloader.dll
ttdplm.dll
ttdrecord.dll
ttdrecordcpu.dll
TtlsAuth.dll
TtlsCfg.dll
TtlsExt.dll
tttracer.exe
tvratings.dll
twext.dll
twinapi.appcore.dll
twinapi.dll
twinui.appcore.dll
twinui.dll
twinui.pcshell.dll
txflog.dll
txfw32.dll
typeperf.exe
tzautoupdate.dll
tzres.dll
tzsync.exe
tzsyncres.dll
tzutil.exe
ubpm.dll
ucmhc.dll
UCPDMgr.exe
ucrtbase.dll
ucrtbased.dll
ucrtbase_clr0400.dll
ucrtbase_enclave.dll
ucsvc.exe
udhisapi.dll
uDWM.dll
UefiCsp.dll
UevAgentPolicyGenerator.exe
UevAppMonitor.exe
UevAppMonitor.exe.config
UevCustomActionTypes.tlb
UevTemplateBaselineGenerator.exe
UevTemplateConfigItemGenerator.exe
uexfat.dll
ufat.dll
UiaManager.dll
UIAnimation.dll
UIAutomationCore.dll
uicom.dll
UIManagerBrokerps.dll
UIMgrBroker.exe
uireng.dll
UIRibbon.dll
UIRibbonRes.dll
ulib.dll
umb.dll
umdmxfrm.dll
umpdc.dll
umpnpmgr.dll
umpo-overrides.dll
umpo.dll
umpoext.dll
umpowmi.dll
umrdp.dll
unattend.dll
unenrollhook.dll
UnifiedConsent.dll
unimdm.tsp
unimdmat.dll
uniplat.dll
Unistore.dll
unlodctr.exe
unregmp2.exe
untfs.dll
UpdateAgent.dll
updatecsp.dll
UpdateDeploymentProvider.dll
updatepolicy.dll
upfc.exe
UpgradeResultsUI.exe
upnp.dll
upnpcont.exe
upnphost.dll
UPPrinterInstaller.exe
UPPrinterInstallsCSP.dll
upshared.dll
uReFS.dll
uReFSv1.dll
ureg.dll
url.dll
urlmon.dll
UsbCApi.dll
usbceip.dll
usbmon.dll
usbperf.dll
UsbPmApi.dll
UsbSettingsHandlers.dll
UsbTask.dll
usbui.dll
user32.dll
UserAccountBroker.exe
UserAccountControlSettings.dll
UserAccountControlSettings.exe
useractivitybroker.dll
usercpl.dll
UserDataAccessRes.dll
UserDataAccountApis.dll
UserDataLanguageUtil.dll
UserDataPlatformHelperUtil.dll
UserDataService.dll
UserDataTimeUtil.dll
UserDataTypeHelperUtil.dll
UserDeviceRegistration.dll
UserDeviceRegistration.Ngc.dll
userenv.dll
userinit.exe
userinitext.dll
UserLanguageProfileCallback.dll
usermgr.dll
usermgrcli.dll
UserMgrProxy.dll
usk.rs
usoapi.dll
UsoClient.exe
usocoreps.dll
usocoreworker.exe
usosvc.dll
usp10.dll
ustprov.dll
UtcDecoderHost.exe
utcutil.dll
utildll.dll
Utilman.exe
uudf.dll
UvcModel.dll
uwfcfgmgmt.dll
uwfcsp.dll
uwfservicingapi.dll
UXInit.dll
uxlib.dll
uxlibres.dll
uxtheme.dll
vac.dll
VAN.dll
Vault.dll
VaultCDS.dll
vaultcli.dll
VaultCmd.exe
VaultRoaming.dll
vaultsvc.dll
VBICodec.ax
vbisurf.ax
vbsapi.dll
vbscript.dll
vbssysprep.dll
vcamp110.dll
vcamp120.dll
vcamp140.dll
vcamp140d.dll
VCardParser.dll
vccorlib110.dll
vccorlib120.dll
vccorlib140.dll
vccorlib140d.dll
vcomp100.dll
vcomp110.dll
vcomp120.dll
vcomp140.dll
vcomp140d.dll
vcruntime140.dll
vcruntime140d.dll
vcruntime140_1.dll
vcruntime140_1d.dll
vcruntime140_1_clr0400.dll
vcruntime140_clr0400.dll
vcruntime140_threads.dll
vds.exe
vdsbas.dll
vdsdyn.dll
vdsldr.exe
vdsutil.dll
vdsvd.dll
vds_ps.dll
verclsid.exe
verifier.dll
verifier.exe
verifiergui.exe
version.dll
vertdll.dll
vfbasics.dll
vfcompat.dll
vfcuzz.dll
vfluapriv.dll
vfnet.dll
vfntlmless.dll
vfnws.dll
vfpapi.dll
vfpctrl.exe
vfprint.dll
vfprintpthelper.dll
vfrdvcompat.dll
vfuprov.dll
vfwwdm32.dll
VhfUm.dll
vid.dll
vidcap.ax
VideoHandlers.dll
VIDRESZR.DLL
virtdisk.dll
VirtualMonitorManager.dll
VmApplicationHealthMonitorProxy.dll
vmbuspipe.dll
vmbuspiper.dll
vmbusvdev.dll
VmChipset Third-Party Notices.txt
vmchipset.dll
vmcompute.dll
vmcompute.exe
vmcomputeeventlog.dll
VmCrashDump.dll
vmdevicehost.dll
vmdynmem.dll
vmflexio.dll
vmiccore.dll
vmictimeprovider.dll
vmpmem.dll
vmprox.dll
vmrdvcore.dll
vmserial.dll
vmsif.dll
vmsifcore.dll
vmsifproxystub.dll
vmsmb.dll
VmSynthNic.dll
vmsynthstor.dll
vmuidevices.dll
vmusrv.dll
vmvirtio.dll
vmvpci.dll
vmwp.exe
vmwpctrl.dll
vmwpevents.dll
VocabRoamingHandler.dll
VoiceActivationManager.dll
VoipRT.dll
vp9fs.dll
vpnike.dll
vpnikeapi.dll
VpnSohDesktop.dll
VPNv2CSP.dll
VrdUmed.dll
vrfcore.dll
VscMgrPS.dll
VSD3DWARPDebug.dll
VsGraphicsCapture.dll
VsGraphicsDesktopEngine.exe
VsGraphicsExperiment.dll
VsGraphicsProxyStub.dll
VsGraphicsRemoteEngine.exe
vssadmin.exe
vssapi.dll
vsstrace.dll
VSSVC.exe
vss_ps.dll
vtp.dll
vulkan-1-1-0-61-0.dll
vulkan-1-999-0-0-0.dll
vulkan-1.dll
vulkaninfo-1-1-0-61-0.exe
vulkaninfo-1-999-0-0-0.exe
vulkaninfo.exe
w32time.dll
w32tm.exe
w32topl.dll
WaaSAssessment.dll
WaaSMedicAgent.exe
WaaSMedicCapsule.dll
WaaSMedicPS.dll
WaaSMedicSvc.dll
WABSyncProvider.dll
waitfor.exe
WalletBackgroundServiceProxy.dll
WalletProxy.dll
WalletService.dll
WallpaperHost.exe
wavemsp.dll
wbadmin.exe
wbemcomn.dll
wbengine.exe
wbiosrvc.dll
wci.dll
wcimage.dll
wcmapi.dll
wcmcsp.dll
wcmsvc.dll
WcnApi.dll
wcncsvc.dll
WcnEapAuthProxy.dll
WcnEapPeerProxy.dll
WcnNetsh.dll
wcnwiz.dll
wc_storage.dll
wdc.dll
WdfCoInstaller01009.dll
WdfCoInstaller01011.dll
wdi.dll
wdigest.dll
wdmaud.drv
wdscore.dll
WdsUnattendTemplate.xml
WEB.rs
webauthn.dll
WebcamUi.dll
webcheck.dll
WebClnt.dll
webio.dll
webplatstorageserver.dll
WebRuntimeManager.dll
webservices.dll
Websocket.dll
wecapi.dll
wecsvc.dll
wecutil.exe
wephostsvc.dll
wer.dll
werconcpl.dll
wercplsupport.dll
werdiagcontroller.dll
WerEnc.dll
weretw.dll
WerFault.exe
WerFaultSecure.exe
wermgr.exe
wersvc.dll
werui.dll
wevtapi.dll
wevtfwd.dll
wevtsvc.dll
wevtutil.exe
wextract.exe
WF.msc
wfapigp.dll
wfdprov.dll
WFDSConMgr.dll
WFDSConMgrSvc.dll
WfHC.dll
WFS.exe
WFSR.dll
whealogr.dll
where.exe
whhelper.dll
whoami.exe
wiaacmgr.exe
wiaaut.dll
wiadefui.dll
wiadss.dll
WiaExtensionHost64.dll
wiarpc.dll
wiascanprofiles.dll
wiaservc.dll
wiashext.dll
wiatrace.dll
wiawow64.exe
WiFiCloudStore.dll
WiFiConfigSP.dll
wifidatacapabilityhandler.dll
WiFiDisplay.dll
wifinetworkmanager.dll
wifitask.exe
WimBootCompress.ini
wimgapi.dll
wimserv.exe
win32appinventorycsp.dll
Win32AppSettingsProvider.dll
Win32CompatibilityAppraiserCSP.dll
win32k.sys
win32kbase.sys
win32kfull.sys
win32kns.sys
win32spl.dll
win32u.dll
Win32_DeviceGuard.dll
winbio.dll
WinBioDataModel.dll
WinBioDataModelOOBE.exe
winbioext.dll
winbrand.dll
wincorlib.dll
wincredprovider.dll
wincredui.dll
WindowManagement.dll
WindowManagementAPI.dll
Windows.AccountsControl.dll
Windows.AI.MachineLearning.dll
Windows.AI.MachineLearning.Preview.dll
Windows.ApplicationModel.Background.SystemEventsBroker.dll
Windows.ApplicationModel.Background.TimeBroker.dll
Windows.ApplicationModel.ConversationalAgent.dll
windows.applicationmodel.conversationalagent.internal.proxystub.dll
windows.applicationmodel.conversationalagent.proxystub.dll
Windows.ApplicationModel.Core.dll
windows.applicationmodel.datatransfer.dll
Windows.ApplicationModel.dll
Windows.ApplicationModel.LockScreen.dll
Windows.ApplicationModel.Store.dll
Windows.ApplicationModel.Store.Preview.DOSettings.dll
Windows.ApplicationModel.Store.TestingFramework.dll
Windows.ApplicationModel.Wallet.dll
Windows.CloudStore.dll
Windows.CloudStore.Schema.DesktopShell.dll
Windows.CloudStore.Schema.Shell.dll
Windows.Cortana.Desktop.dll
Windows.Cortana.OneCore.dll
Windows.Cortana.ProxyStub.dll
Windows.Data.Activities.dll
Windows.Data.Pdf.dll
Windows.Devices.AllJoyn.dll
Windows.Devices.Background.dll
Windows.Devices.Background.ps.dll
Windows.Devices.Bluetooth.dll
Windows.Devices.Custom.dll
Windows.Devices.Custom.ps.dll
Windows.Devices.Enumeration.dll
Windows.Devices.Haptics.dll
Windows.Devices.HumanInterfaceDevice.dll
Windows.Devices.Lights.dll
Windows.Devices.LowLevel.dll
Windows.Devices.Midi.dll
Windows.Devices.Perception.dll
Windows.Devices.Picker.dll
Windows.Devices.PointOfService.dll
Windows.Devices.Portable.dll
Windows.Devices.Printers.dll
Windows.Devices.Printers.Extensions.dll
Windows.Devices.Radios.dll
Windows.Devices.Scanners.dll
Windows.Devices.Sensors.dll
Windows.Devices.SerialCommunication.dll
Windows.Devices.SmartCards.dll
Windows.Devices.SmartCards.Phone.dll
Windows.Devices.Usb.dll
Windows.Devices.WiFi.dll
Windows.Devices.WiFiDirect.dll
Windows.Energy.dll
Windows.FileExplorer.Common.dll
Windows.Gaming.Input.dll
Windows.Gaming.Preview.dll
Windows.Gaming.UI.GameBar.dll
Windows.Gaming.XboxLive.Storage.dll
Windows.Globalization.dll
Windows.Globalization.Fontgroups.dll
Windows.Globalization.PhoneNumberFormatting.dll
Windows.Graphics.Display.BrightnessOverride.dll
Windows.Graphics.Display.DisplayEnhancementOverride.dll
Windows.Graphics.dll
Windows.Graphics.Printing.3D.dll
Windows.Graphics.Printing.dll
Windows.Graphics.Printing.Workflow.dll
Windows.Graphics.Printing.Workflow.Native.dll
Windows.Help.Runtime.dll
windows.immersiveshell.serviceprovider.dll
Windows.Internal.AdaptiveCards.XamlCardRenderer.dll
Windows.Internal.Bluetooth.dll
Windows.Internal.CapturePicker.Desktop.dll
Windows.Internal.CapturePicker.dll
Windows.Internal.Devices.Sensors.dll
Windows.Internal.Feedback.Analog.dll
Windows.Internal.Feedback.Analog.ProxyStub.dll
Windows.Internal.Graphics.Display.DisplayColorManagement.dll
Windows.Internal.Graphics.Display.DisplayEnhancementManagement.dll
Windows.Internal.Management.dll
Windows.Internal.Management.SecureAssessment.dll
Windows.Internal.PlatformExtension.DevicePickerExperience.dll
Windows.Internal.PlatformExtension.MiracastBannerExperience.dll
Windows.Internal.PredictionUnit.dll
Windows.Internal.SecurityMitigationsBroker.dll
Windows.Internal.Shell.Broker.dll
windows.internal.shellcommon.AccountsControlExperience.dll
windows.internal.shellcommon.AppResolverModal.dll
Windows.Internal.ShellCommon.Broker.dll
windows.internal.shellcommon.FilePickerExperienceMEM.dll
Windows.Internal.ShellCommon.PrintExperience.dll
windows.internal.shellcommon.shareexperience.dll
windows.internal.shellcommon.TokenBrokerModal.dll
Windows.Internal.Signals.dll
Windows.Internal.System.UserProfile.dll
Windows.Internal.Taskbar.dll
Windows.Internal.UI.BioEnrollment.ProxyStub.dll
Windows.Internal.UI.Logon.ProxyStub.dll
Windows.Internal.UI.Shell.WindowTabManager.dll
Windows.Management.EnrollmentStatusTracking.ConfigProvider.dll
Windows.Management.InprocObjects.dll
Windows.Management.ModernDeployment.ConfigProviders.dll
Windows.Management.Provisioning.ProxyStub.dll
Windows.Management.SecureAssessment.CfgProvider.dll
Windows.Management.SecureAssessment.Diagnostics.dll
Windows.Management.Service.dll
Windows.Management.Workplace.dll
Windows.Management.Workplace.WorkplaceSettings.dll
Windows.Media.Audio.dll
Windows.Media.BackgroundMediaPlayback.dll
Windows.Media.BackgroundPlayback.exe
Windows.Media.Devices.dll
Windows.Media.dll
Windows.Media.Editing.dll
Windows.Media.FaceAnalysis.dll
Windows.Media.Import.dll
Windows.Media.MediaControl.dll
Windows.Media.MixedRealityCapture.dll
Windows.Media.Ocr.dll
Windows.Media.Playback.BackgroundMediaPlayer.dll
Windows.Media.Playback.MediaPlayer.dll
Windows.Media.Playback.ProxyStub.dll
Windows.Media.Protection.PlayReady.dll
Windows.Media.Renewal.dll
Windows.Media.Speech.dll
Windows.Media.Speech.UXRes.dll
Windows.Media.Streaming.dll
Windows.Media.Streaming.ps.dll
Windows.Mirage.dll
Windows.Mirage.Internal.Capture.Pipeline.ProxyStub.dll
Windows.Mirage.Internal.dll
Windows.Networking.BackgroundTransfer.BackgroundManagerPolicy.dll
Windows.Networking.BackgroundTransfer.ContentPrefetchTask.dll
Windows.Networking.BackgroundTransfer.dll
Windows.Networking.Connectivity.dll
Windows.Networking.dll
Windows.Networking.HostName.dll
Windows.Networking.NetworkOperators.ESim.dll
Windows.Networking.NetworkOperators.HotspotAuthentication.dll
Windows.Networking.Proximity.dll
Windows.Networking.ServiceDiscovery.Dnssd.dll
Windows.Networking.Sockets.PushEnabledApplication.dll
Windows.Networking.UX.EapRequestHandler.dll
Windows.Networking.Vpn.dll
Windows.Networking.XboxLive.ProxyStub.dll
Windows.Payments.dll
Windows.Perception.Stub.dll
Windows.Security.Authentication.Identity.Provider.dll
Windows.Security.Authentication.OnlineId.dll
Windows.Security.Authentication.Web.Core.dll
Windows.Security.Credentials.UI.CredentialPicker.dll
Windows.Security.Credentials.UI.UserConsentVerifier.dll
Windows.Security.Integrity.dll
Windows.Services.TargetedContent.dll
Windows.SharedPC.AccountManager.dll
Windows.SharedPC.CredentialProvider.dll
Windows.Shell.BlueLightReduction.dll
Windows.Shell.ServiceHostBuilder.dll
Windows.Shell.StartLayoutPopulationEvents.dll
Windows.StateRepository.dll
Windows.StateRepositoryBroker.dll
Windows.StateRepositoryClient.dll
Windows.StateRepositoryCore.dll
Windows.StateRepositoryPS.dll
Windows.StateRepositoryUpgrade.dll
Windows.Storage.ApplicationData.dll
Windows.Storage.Compression.dll
windows.storage.dll
Windows.Storage.OneCore.dll
Windows.Storage.Search.dll
Windows.System.Diagnostics.dll
Windows.System.Diagnostics.Telemetry.PlatformTelemetryClient.dll
Windows.System.Diagnostics.TraceReporting.PlatformDiagnosticActions.dll
Windows.System.Launcher.dll
Windows.System.Profile.HardwareId.dll
Windows.System.Profile.PlatformDiagnosticsAndUsageDataSettings.dll
Windows.System.Profile.RetailInfo.dll
Windows.System.Profile.SystemId.dll
Windows.System.Profile.SystemManufacturers.dll
Windows.System.RemoteDesktop.dll
Windows.System.SystemManagement.dll
Windows.System.UserDeviceAssociation.dll
Windows.System.UserProfile.DiagnosticsSettings.dll
Windows.UI.Accessibility.dll
Windows.UI.AppDefaults.dll
Windows.UI.BioFeedback.dll
Windows.UI.BlockedShutdown.dll
Windows.UI.Core.TextInput.dll
Windows.UI.Cred.dll
Windows.UI.CredDialogController.dll
Windows.UI.dll
Windows.UI.FileExplorer.dll
Windows.UI.Immersive.dll
Windows.UI.Input.Inking.Analysis.dll
Windows.UI.Input.Inking.dll
Windows.UI.Internal.Input.ExpressiveInput.dll
Windows.UI.Internal.Input.ExpressiveInput.Resource.dll
Windows.UI.Logon.dll
Windows.UI.NetworkUXController.dll
Windows.UI.PicturePassword.dll
Windows.UI.Search.dll
Windows.UI.Shell.dll
Windows.UI.Shell.Internal.AdaptiveCards.dll
Windows.UI.Storage.dll
Windows.UI.Xaml.Controls.dll
Windows.UI.Xaml.dll
Windows.UI.Xaml.InkControls.dll
Windows.UI.Xaml.Maps.dll
Windows.UI.Xaml.Phone.dll
Windows.UI.Xaml.Resources.19h1.dll
Windows.UI.Xaml.Resources.Common.dll
Windows.UI.Xaml.Resources.rs1.dll
Windows.UI.Xaml.Resources.rs2.dll
Windows.UI.Xaml.Resources.rs3.dll
Windows.UI.Xaml.Resources.rs4.dll
Windows.UI.Xaml.Resources.rs5.dll
Windows.UI.Xaml.Resources.th.dll
Windows.UI.Xaml.Resources.win81.dll
Windows.UI.Xaml.Resources.win8rtm.dll
Windows.UI.XamlHost.dll
Windows.WARP.JITService.dll
Windows.WARP.JITService.exe
Windows.Web.Diagnostics.dll
Windows.Web.dll
Windows.Web.Http.dll
WindowsActionDialog.exe
WindowsCodecs.dll
WindowsCodecsExt.dll
WindowsCodecsRaw.dll
WindowsCodecsRaw.txt
WindowsDefaultHeatProcessor.dll
windowsdefenderapplicationguardcsp.dll
WindowsInternal.ComposableShell.ComposerFramework.dll
WindowsInternal.ComposableShell.DesktopHosting.dll
WindowsInternal.Shell.CompUiActivation.dll
WindowsIoTCsp.dll
windowslivelogin.dll
WindowsManagementServiceWinRt.ProxyStub.dll
windowsperformancerecordercontrol.dll
WindowsSecurityIcon.png
windowsudk.shellcommon.dll
WindowsUpdateElevatedInstaller.exe
winethc.dll
WinFax.dll
winhttp.dll
winhttpcom.dll
WinHvEmulation.dll
WinHvPlatform.dll
wininet.dll
wininetlui.dll
wininit.exe
wininitext.dll
winipcfile.dll
winipcsecproc.dll
winipsec.dll
winjson.dll
Winlangdb.dll
winload.efi
winload.exe
winlogon.exe
winlogonext.dll
winmde.dll
winml.dll
winmm.dll
winmmbase.dll
winmsipc.dll
WinMsoIrmProtector.dll
winnlsres.dll
winnsi.dll
WinOpcIrmProtector.dll
WinREAgent.dll
winresume.efi
winresume.exe
winrm.cmd
winrm.vbs
winrnr.dll
winrs.exe
winrscmd.dll
winrshost.exe
winrsmgr.dll
winrssrv.dll
WinRTNetMUAHostServer.exe
WinRtTracing.dll
WinSAT.exe
WinSATAPI.dll
WinSCard.dll
WinSetupUI.dll
winshfhc.dll
winsku.dll
winsockhc.dll
winspool.drv
winsqlite3.dll
WINSRPC.DLL
winsrv.dll
winsrvext.dll
winsta.dll
WinSync.dll
WinSyncMetastore.dll
WinSyncProviders.dll
wintrust.dll
WinTypes.dll
winusb.dll
WinUSBCoInstaller2.dll
winver.exe
WiredNetworkCSP.dll
wisp.dll
witnesswmiv2provider.dll
wkscli.dll
wkspbroker.exe
wkspbrokerAx.dll
wksprt.exe
wksprtPS.dll
wkssvc.dll
wlanapi.dll
wlancfg.dll
WLanConn.dll
wlandlg.dll
wlanext.exe
wlangpui.dll
WLanHC.dll
wlanhlp.dll
WlanMediaManager.dll
WlanMM.dll
wlanmsm.dll
wlanpref.dll
WlanRadioManager.dll
wlansec.dll
wlansvc.dll
wlansvcpal.dll
wlanui.dll
wlanutil.dll
Wldap32.dll
wldp.dll
wlgpclnt.dll
wlidcli.dll
wlidcredprov.dll
wlidfdp.dll
wlidnsp.dll
wlidprov.dll
wlidres.dll
wlidsvc.dll
wlrmdr.exe
WMADMOD.DLL
WMADMOE.DLL
WMALFXGFXDSP.dll
WMASF.DLL
wmcodecdspps.dll
wmdmlog.dll
wmdmps.dll
wmdrmsdk.dll
wmerror.dll
wmi.dll
wmiclnt.dll
wmicmiplugin.dll
wmidcom.dll
wmidx.dll
WmiMgmt.msc
wmiprop.dll
wmitomi.dll
WMNetMgr.dll
wmp.dll
WMPDMC.exe
WmpDui.dll
wmpdxm.dll
wmpeffects.dll
WMPhoto.dll
wmploc.DLL
wmpps.dll
wmpshell.dll
wmsgapi.dll
WMSPDMOD.DLL
WMSPDMOE.DLL
WMVCORE.DLL
WMVDECOD.DLL
wmvdspa.dll
WMVENCOD.DLL
WMVSDECD.DLL
WMVSENCD.DLL
WMVXENCD.DLL
WofTasks.dll
WofUtil.dll
WordBreakers.dll
WorkFolders.exe
WorkfoldersControl.dll
WorkFoldersGPExt.dll
WorkFoldersRes.dll
WorkFoldersShell.dll
workfolderssvc.dll
wosc.dll
wow64.dll
wow64cpu.dll
wow64win.dll
wowreg32.exe
WpAXHolder.dll
wpbcreds.dll
Wpc.dll
WpcApi.dll
wpcatltoast.png
WpcDesktopMonSvc.dll
WpcMon.exe
wpcmon.png
WpcProxyStubs.dll
WpcRefreshTask.dll
WpcTok.exe
WpcWebFilter.dll
wpdbusenum.dll
WpdMtp.dll
WpdMtpUS.dll
wpdshext.dll
WPDShextAutoplay.exe
WPDShServiceObj.dll
WPDSp.dll
wpd_ci.dll
wpnapps.dll
wpnclient.dll
wpncore.dll
wpninprc.dll
wpnpinst.exe
wpnprv.dll
wpnservice.dll
wpnsruprov.dll
WpnUserService.dll
WpPortingLibrary.dll
WppRecorderUM.dll
wpr.config.xml
wpr.exe
WPTaskScheduler.dll
wpx.dll
write.exe
ws2help.dll
ws2_32.dll
wscadminui.exe
wscapi.dll
wscinterop.dll
wscisvif.dll
WSClient.dll
WSCollect.exe
wscproxystub.dll
wscript.exe
wscsvc.dll
wscui.cpl
WSDApi.dll
wsdchngr.dll
WSDPrintProxy.DLL
WsdProviderUtil.dll
WSDScanProxy.dll
wsecedit.dll
wsepno.dll
wshbth.dll
wshcon.dll
wshelper.dll
wshext.dll
wshhyperv.dll
wship6.dll
wshom.ocx
wshqos.dll
wshrm.dll
WSHTCPIP.DLL
wshunix.dll
wsl.exe
wslapi.dll
wslconfig.exe
WsmAgent.dll
wsmanconfig_schema.xml
WSManHTTPConfig.exe
WSManMigrationPlugin.dll
WsmAuto.dll
wsmplpxy.dll
wsmprovhost.exe
WsmPty.xsl
WsmRes.dll
WsmSvc.dll
WsmTxt.xsl
WsmWmiPl.dll
wsnmp32.dll
wsock32.dll
wsplib.dll
wsp_fs.dll
wsp_health.dll
wsp_sr.dll
wsqmcons.exe
WSReset.exe
WSTPager.ax
wtsapi32.dll
wuapi.dll
wuapihost.exe
wuauclt.exe
wuaueng.dll
wuceffects.dll
WUDFCoinstaller.dll
WUDFCompanionHost.exe
WUDFHost.exe
WUDFPlatform.dll
WudfSMCClassExt.dll
WudfUpdate_01011.dll
WUDFx.dll
WUDFx02000.dll
wudriver.dll
wups.dll
wups2.dll
wusa.exe
wuuhext.dll
wuuhosdeployment.dll
wvc.dll
WwaApi.dll
WwaExt.dll
WWAHost.exe
WWanAPI.dll
wwancfg.dll
wwanconn.dll
WWanHC.dll
wwanmm.dll
Wwanpref.dll
wwanprotdim.dll
WwanRadioManager.dll
wwansvc.dll
wwapi.dll
XamlTileRender.dll
XAudio2_8.dll
XAudio2_9.dll
XblAuthManager.dll
XblAuthManagerProxy.dll
XblAuthTokenBrokerExt.dll
XblGameSave.dll
XblGameSaveExt.dll
XblGameSaveProxy.dll
XblGameSaveTask.exe
XboxGipRadioManager.dll
xboxgipsvc.dll
xboxgipsynthetic.dll
XboxNetApiSvc.dll
xcopy.exe
XInput1_4.dll
XInput9_1_0.dll
XInputUap.dll
xmlfilter.dll
xmllite.dll
xmlprovi.dll
xolehlp.dll
XpsDocumentTargetPrint.dll
XpsGdiConverter.dll
XpsPrint.dll
xpspushlayer.dll
XpsRasterService.dll
xpsservices.dll
XpsToPclmConverter.dll
XpsToPwgrConverter.dll
xwizard.dtd
xwizard.exe
xwizards.dll
xwreg.dll
xwtpdui.dll
xwtpw32.dll
X_80.contrast-black.png
X_80.contrast-white.png
X_80.png
ze_loader.dll
ze_tracing_layer.dll
ze_validation_layer.dll
zipcontainer.dll
zipfldr.dll
ztrace_maps.dll
bfsvc.exe
bootstat.dat
DtcInstall.log
explorer.exe
HelpPane.exe
hh.exe
lsasetup.log
mib.bin
notepad.exe
NvContainerRecovery.bat
PFRO.log
Professional.xml
ProfessionalEducation.xml
ProfessionalWorkstation.xml
py.exe
pyshellext.amd64.dll
pyw.exe
regedit.exe
setuperr.log
splwow64.exe
Synaptics.log
Synaptics.PD.log
system.ini
twain_32.dll
win.ini
WindowsShell.Manifest
WindowsUpdate.log
winhlp32.exe
WMSysPr9.prx
write.exe
aeinv.mof
AgentWmi.mof
AgentWmiUninstall.mof
appbackgroundtask.dll
appbackgroundtask.mof
appbackgroundtask_uninstall.mof
AuditRsop.mof
authfwcfg.mof
bcd.mof
BthMtpEnum.mof
cimdmtf.mof
cimwin32.dll
cimwin32.mof
CIWmi.mof
classlog.mof
cli.mof
cliegaliases.mof
ddp.mof
dimsjob.mof
dimsroam.mof
DMWmiBridgeProv.dll
DMWmiBridgeProv.mof
DMWmiBridgeProv1.dll
DMWmiBridgeProv1.mof
DMWmiBridgeProv1_Uninstall.mof
DMWmiBridgeProv_Uninstall.mof
dnsclientcim.dll
dnsclientcim.mof
dnsclientpsprovider.dll
dnsclientpsprovider.mof
dnsclientpsprovider_Uninstall.mof
drvinst.mof
DscCore.mof
DscCoreConfProv.mof
dscproxy.mof
Dscpspluginwkr.dll
DscTimer.mof
dsprov.dll
dsprov.mof
eaimeapi.mof
EmbeddedLockdownWmi.dll
embeddedlockdownwmi.mof
embeddedlockdownwmi_Uninstall.mof
esscli.dll
EventTracingManagement.dll
EventTracingManagement.mof
fastprox.dll
fdPHost.mof
fdrespub.mof
fdSSDP.mof
fdWNet.mof
fdWSD.mof
filetrace.mof
firewallapi.mof
FolderRedirectionWMIProvider.mof
FunDisc.mof
fwcfg.mof
hbaapi.mof
hnetcfg.mof
IMAPIv2-Base.mof
IMAPIv2-FileSystemSupport.mof
IMAPIv2-LegacyShim.mof
interop.mof
IpmiDTrc.mof
ipmiprr.dll
ipmiprv.dll
ipmiprv.mof
IpmiPTrc.mof
ipsecsvc.mof
iscsidsc.mof
iscsihba.mof
iscsiprf.mof
iscsirem.mof
iscsiwmiv2.mof
iscsiwmiv2_uninstall.mof
kerberos.mof
KrnlProv.dll
krnlprov.mof
L2SecHC.mof
lltdio.mof
lltdsvc.mof
lsasrv.mof
mblctr.mof
MDMAppProv.dll
MDMAppProv.mof
MDMAppProv_Uninstall.mof
MDMSettingsProv.dll
MDMSettingsProv.mof
MDMSettingsProv_Uninstall.mof
Microsoft-Windows-OfflineFiles.mof
Microsoft-Windows-Remote-FileSystem.mof
Microsoft.AppV.AppVClientWmi.dll
Microsoft.AppV.AppVClientWmi.mof
Microsoft.Uev.AgentWmi.dll
Microsoft.Uev.ManagedAgentWmi.mof
Microsoft.Uev.ManagedAgentWmiUninstall.mof
mispace.mof
mispace_uninstall.mof
mmc.mof
MMFUtil.dll
mofcomp.exe
mofd.dll
mofinstall.dll
mountmgr.mof
mpeval.mof
mpsdrv.mof
mpssvc.mof
msdtcwmi.dll
MsDtcWmi.mof
msfeeds.mof
msfeedsbs.mof
msi.mof
msiprov.dll
msiscsi.mof
MsNetImPlatform.mof
mstsc.mof
mstscax.mof
msv1_0.mof
mswmdm.mof
NCProv.dll
ncprov.mof
ncsi.mof
ndisimplatcim.dll
ndistrace.mof
NetAdapterCim.dll
NetAdapterCim.mof
NetAdapterCimTrace.mof
NetAdapterCimTraceUninstall.mof
NetAdapterCim_uninstall.mof
netdacim.dll
netdacim.mof
netdacim_uninstall.mof
NetEventPacketCapture.dll
NetEventPacketCapture.mof
NetEventPacketCapture_uninstall.mof
NetNat.dll
NetNat.mof
netnccim.dll
netnccim.mof
netnccim_uninstall.mof
NetPeerDistCim.dll
NetPeerDistCim.mof
NetPeerDistCim_uninstall.mof
netprofm.mof
NetSwitchTeam.mof
netswitchteamcim.dll
NetTCPIP.dll
NetTCPIP.mof
NetTCPIP_Uninstall.mof
netttcim.dll
netttcim.mof
netttcim_uninstall.mof
networkitemfactory.mof
newdev.mof
nlasvc.mof
nlmcim.dll
nlmcim.mof
nlmcim_uninstall.mof
nlsvc.mof
npivwmi.mof
nshipsec.mof
ntevt.dll
ntevt.mof
ntfs.mof
OfflineFilesConfigurationWmiProvider.mof
OfflineFilesConfigurationWmiProvider_Uninstall.mof
OfflineFilesWmiProvider.mof
OfflineFilesWmiProvider_Uninstall.mof
p2p-mesh.mof
p2p-pnrp.mof
pcsvDevice.mof
pcsvDevice_Uninstall.mof
PNPXAssoc.mof
PolicMan.dll
PolicMan.mof
polproc.mof
polprocl.mof
polprou.mof
polstore.mof
portabledeviceapi.mof
portabledeviceclassextension.mof
portabledeviceconnectapi.mof
portabledevicetypes.mof
portabledevicewiacompat.mof
powermeterprovider.mof
PowerPolicyProvider.mof
ppcRsopCompSchema.mof
ppcRsopUserSchema.mof
PrintFilterPipelineSvc.mof
PrintManagementProvider.dll
PrintManagementProvider.mof
PrintManagementProvider_Uninstall.mof
profileassociationprovider.mof
PS_MMAgent.mof
qmgr.mof
qoswmi.dll
qoswmi.mof
qoswmitrc.mof
qoswmitrc_uninstall.mof
qoswmi_uninstall.mof
RacWmiProv.dll
RacWmiProv.mof
rawxml.xsl
rdpendp.mof
rdpinit.mof
rdpshell.mof
refs.mof
refsv1.mof
regevent.mof
Remove.Microsoft.AppV.AppvClientWmi.mof
repdrvfs.dll
rsop.mof
rspndr.mof
samsrv.mof
scersop.mof
schannel.mof
schedprov.dll
SchedProv.mof
scm.mof
scrcons.exe
scrcons.mof
sdbus.mof
secrcw32.mof
SensorsClassExtension.mof
ServDeps.dll
ServiceModel.mof
ServiceModel.mof.uninstall
ServiceModel35.mof
ServiceModel35.mof.uninstall
services.mof
setupapi.mof
SmbWitnessWmiv2Provider.mof
smbwmiv2.mof
SMTPCons.dll
smtpcons.mof
sppwmi.mof
sr.mof
sstpsvc.mof
stdprov.dll
storagewmi.mof
storagewmi_passthru.mof
storagewmi_passthru_uninstall.mof
storagewmi_uninstall.mof
stortrace.mof
subscrpt.mof
system.mof
tcpip.mof
texttable.xsl
textvaluelist.xsl
tsallow.mof
tscfgwmi.mof
tsmf.mof
tspkg.mof
umb.mof
umbus.mof
umpass.mof
umpnpmgr.mof
unsecapp.exe
UserProfileConfigurationWmiProvider.mof
UserProfileWmiProvider.mof
UserStateWMIProvider.mof
vds.mof
vdswmi.dll
viewprov.dll
vpnclientpsprovider.dll
vpnclientpsprovider.mof
vpnclientpsprovider_Uninstall.mof
vss.mof
vsswmi.dll
wbemcntl.dll
wbemcons.dll
WBEMCons.mof
wbemcore.dll
wbemdisp.dll
wbemdisp.tlb
wbemess.dll
wbemprox.dll
wbemsvc.dll
wbemtest.exe
wcncsvc.mof
WdacEtwProv.mof
WdacWmiProv.dll
WdacWmiProv.mof
WdacWmiProv_Uninstall.mof
Wdf01000.mof
Wdf01000Uninstall.mof
wdigest.mof
WFAPIGP.mof
wfascim.dll
wfascim.mof
wfascim_uninstall.mof
WFP.MOF
wfs.mof
whqlprov.mof
Win32_DeviceGuard.mof
Win32_EncryptableVolume.dll
win32_encryptablevolume.mof
Win32_EncryptableVolumeUninstall.mof
win32_printer.mof
Win32_Tpm.dll
Win32_Tpm.mof
wininit.mof
winipsec.mof
winlogon.mof
WinMgmt.exe
WinMgmtR.dll
Winsat.mof
WinsatUninstall.mof
wlan.mof
WLanHC.mof
wmi.mof
WMIADAP.exe
WmiApRes.dll
WmiApRpl.dll
WmiApSrv.exe
WMIC.exe
WMICOOKR.dll
WmiDcPrv.dll
wmipcima.dll
wmipcima.mof
wmipdfs.dll
wmipdfs.mof
wmipdskq.dll
wmipdskq.mof
WmiPerfClass.dll
WmiPerfClass.mof
WmiPerfInst.dll
WmiPerfInst.mof
WMIPICMP.dll
wmipicmp.mof
WMIPIPRT.dll
wmipiprt.mof
WMIPJOBJ.dll
wmipjobj.mof
wmiprov.dll
WmiPrvSD.dll
WmiPrvSE.exe
WMIPSESS.dll
wmipsess.mof
WMIsvc.dll
wmitimep.dll
wmitimep.mof
wmiutils.dll
WMI_Tracing.mof
wmp.mof
wmpnetwk.mof
wpdbusenum.mof
wpdcomp.mof
wpdfs.mof
wpdmtp.mof
wpdshext.mof
WPDShServiceObj.mof
wpdsp.mof
wpd_ci.mof
wscenter.mof
WsmAgent.mof
WsmAgentUninstall.mof
WsmAuto.mof
wsp_fs.mof
wsp_fs_uninstall.mof
wsp_health.mof
wsp_health_uninstall.mof
wsp_sr.mof
wsp_sr_uninstall.mof
WUDFx.mof
Wudfx02000.mof
Wudfx02000Uninstall.mof
WUDFxUninstall.mof
xsl-mappings.xml
xwizards.mof
Certificate.format.ps1xml
Diagnostics.Format.ps1xml
DotNetTypes.format.ps1xml
Event.Format.ps1xml
FileSystem.format.ps1xml
getevent.types.ps1xml
Help.format.ps1xml
HelpV3.format.ps1xml
powershell.exe
powershell.exe.config
PowerShellCore.format.ps1xml
PowerShellTrace.format.ps1xml
powershell_ise.exe
powershell_ise.exe.config
PSEvents.dll
pspluginwkr.dll
pwrshmsg.dll
pwrshsip.dll
Registry.format.ps1xml
types.ps1xml
typesv3.ps1xml
WSMan.Format.ps1xml
LICENSE.txt
NOTICE.txt
scp.exe
sftp.exe
ssh-add.exe
ssh-agent.exe
ssh-keygen.exe
ssh-keyscan.exe
ssh-pkcs11-helper.exe
ssh-sk-helper.exe
ssh.exe
dotnet.exe
LICENSE.txt
ThirdPartyNotices.txt
aslr-manager.ps1
git-gui.exe
git-lfs.exe
git-receive-pack.exe
git-upload-pack.exe
git.exe
gitk.exe
scalar.exe
start-ssh-agent.cmd
start-ssh-pageant.cmd
tig.exe
corepack
corepack.cmd
install_tools.bat
node.exe
nodevars.bat
npm
npm.cmd
npm.ps1
npx
npx.cmd
npx.ps1
choco.exe
python3.13.exe
RefreshEnv.cmd
_processed.txt
docker
docker-compose
docker-compose.exe
docker-credential-desktop.exe
docker-credential-ecr-login.exe
docker-credential-wincred.exe
docker.exe
extension-admin.exe
hub-tool.exe
kubectl.exe
local-sandboxesd.exe
00-RELEASENOTES
dump.rdb
EventLog.dll
redis-benchmark.exe
redis-benchmark.pdb
redis-check-aof.exe
redis-check-aof.pdb
redis-check-rdb.exe
redis-check-rdb.pdb
redis-cli.exe
redis-cli.pdb
redis-server.exe
redis-server.pdb
redis.windows-service.conf
redis.windows.conf
RELEASENOTES.txt
server_log.txt
vagrant.exe
7z.exe
7zFM.exe
7zG.exe
bash.exe
GameBarElevatedFT_Alias.exe
GetHelp.exe
K7.exe
K7C.exe
K7G.exe
MediaPlayer.exe
microsoftstore.exe
NanaZip.exe
NanaZipC.exe
NanaZipG.exe
olk.exe
python.exe
python3.exe
Skype.exe
store.exe
ubuntu.exe
WindowsPackageManagerMCPServer.exe
WindowsPackageManagerServer.exe
winget.exe
wsl.exe
wslconfig.exe
code
code-tunnel.exe
code.cmd
sharp
sharp.cmd
sharp.ps1
distro.exe
dotenv.exe
f2py.exe
fastapi.exe
hf.exe
httpx.exe
huggingface-cli.exe
jsondiff
jsonpatch
jsonpointer
langchain-cli.exe
langchain.exe
markdown-it.exe
normalizer.exe
numpy-config.exe
openai.exe
pip.exe
pip3.13.exe
pip3.exe
pygmentize.exe
tiny-agents.exe
tqdm.exe
typer.exe
uvicorn.exe
app.ico
ollama app.exe
ollama.exe
unins000.dat
unins000.exe
unins000.msg
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$
安装pip sudo apt install python3-pip:
baiyang@DESKTOP-PSDQHMG:~$ sudo apt install python3-pip
[sudo] password for baiyang:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
build-essential bzip2 cpp cpp-11 dpkg-dev fakeroot g++ g++-11 gcc gcc-11 gcc-11-base javascript-common
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libatomic1 libc-dev-bin
libc-devtools libc6-dev libcc1-0 libcrypt-dev libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl
libgcc-11-dev libgd3 libgomp1 libisl23 libitm1 libjs-jquery libjs-sphinxdoc libjs-underscore liblsan0 libmpc3
libnsl-dev libpython3-dev libpython3.10 libpython3.10-dev libpython3.10-minimal libpython3.10-stdlib libquadmath0
libstdc++-11-dev libtirpc-dev libtsan0 libubsan1 libxpm4 linux-libc-dev lto-disabled-list make manpages-dev
python3-dev python3-wheel python3.10 python3.10-dev python3.10-minimal rpcsvc-proto zlib1g-dev
Suggested packages:
bzip2-doc cpp-doc gcc-11-locales debian-keyring g++-multilib g++-11-multilib gcc-11-doc gcc-multilib autoconf
automake libtool flex bison gdb gcc-doc gcc-11-multilib apache2 | lighttpd | httpd glibc-doc bzr libgd-tools
libstdc++-11-doc make-doc python3.10-venv python3.10-doc binfmt-support
The following NEW packages will be installed:
build-essential bzip2 cpp cpp-11 dpkg-dev fakeroot g++ g++-11 gcc gcc-11 gcc-11-base javascript-common
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan6 libatomic1 libc-dev-bin
libc-devtools libc6-dev libcc1-0 libcrypt-dev libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl
libgcc-11-dev libgd3 libgomp1 libisl23 libitm1 libjs-jquery libjs-sphinxdoc libjs-underscore liblsan0 libmpc3
libnsl-dev libpython3-dev libpython3.10-dev libquadmath0 libstdc++-11-dev libtirpc-dev libtsan0 libubsan1 libxpm4
linux-libc-dev lto-disabled-list make manpages-dev python3-dev python3-pip python3-wheel python3.10-dev rpcsvc-proto
zlib1g-dev
The following packages will be upgraded:
libpython3.10 libpython3.10-minimal libpython3.10-stdlib python3.10 python3.10-minimal
5 upgraded, 55 newly installed, 0 to remove and 116 not upgraded.
Need to get 77.1 MB of archives.
After this operation, 234 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10 amd64 3.10.12-1~22.04.16 [1950 kB]
Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.12-1~22.04.16 [508 kB]
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.12-1~22.04.16 [1850 kB]
Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.12-1~22.04.16 [2254 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.12-1~22.04.16 [817 kB]
Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.13 [20.3 kB]
Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-185.195 [1315 kB]
Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB]
Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]
Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB]
Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]
Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.13 [2101 kB]
Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11-base amd64 11.4.0-1ubuntu1~22.04.3 [216 kB]
Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB]
Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB]
Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.4.0-1ubuntu1~22.04.3 [10.0 MB]
Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB]
Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcc1-0 amd64 12.3.0-1ubuntu1~22.04.3 [48.3 kB]
Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.3.0-1ubuntu1~22.04.3 [127 kB]
Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.3.0-1ubuntu1~22.04.3 [30.2 kB]
Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.3.0-1ubuntu1~22.04.3 [10.5 kB]
Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.4.0-1ubuntu1~22.04.3 [2283 kB]
Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.3.0-1ubuntu1~22.04.3 [1069 kB]
Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.4.0-1ubuntu1~22.04.3 [2260 kB]
Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.3.0-1ubuntu1~22.04.3 [976 kB]
Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.3.0-1ubuntu1~22.04.3 [154 kB]
Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-11-dev amd64 11.4.0-1ubuntu1~22.04.3 [2517 kB]
Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11 amd64 11.4.0-1ubuntu1~22.04.3 [20.1 MB]
Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B]
Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.4.0-1ubuntu1~22.04.3 [2101 kB]
Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.4.0-1ubuntu1~22.04.3 [11.4 MB]
Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B]
Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB]
Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.6 [237 kB]
Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB]
Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB]
Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.6 [922 kB]
Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B]
Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB]
Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB]
Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 javascript-common all 11+nmu1 [5936 B]
Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB]
Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.04.2 [36.7 kB]
Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgd3 amd64 2.3.0-2ubuntu2.3 [129 kB]
Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.13 [29.0 kB]
Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1-dev amd64 2.4.7-1ubuntu0.7 [148 kB]
Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB]
Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-jquery all 3.6.0+dfsg+~3.5.13-1 [321 kB]
Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-underscore all 1.13.2~dfsg-2 [118 kB]
Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjs-sphinxdoc all 4.3.2-1 [139 kB]
Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu9.2 [164 kB]
Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-dev amd64 3.10.12-1~22.04.16 [4766 kB]
Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-dev amd64 3.10.6-1~22.04.1 [7064 B]
Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-dev amd64 3.10.12-1~22.04.16 [508 kB]
Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-dev amd64 3.10.6-1~22.04.1 [26.0 kB]
Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-wheel all 0.37.1-2ubuntu0.22.04.1 [32.0 kB]
Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-pip all 22.0.2+dfsg-1ubuntu0.7 [1306 kB]
Fetched 77.1 MB in 15s (5056 kB/s)
Extracting templates from packages: 100%
(Reading database ... 42622 files and directories currently installed.)
Preparing to unpack .../00-libpython3.10_3.10.12-1~22.04.16_amd64.deb ...
Unpacking libpython3.10:amd64 (3.10.12-1~22.04.16) over (3.10.12-1~22.04.15) ...
Preparing to unpack .../01-python3.10_3.10.12-1~22.04.16_amd64.deb ...
Unpacking python3.10 (3.10.12-1~22.04.16) over (3.10.12-1~22.04.15) ...
Preparing to unpack .../02-libpython3.10-stdlib_3.10.12-1~22.04.16_amd64.deb ...
Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.16) over (3.10.12-1~22.04.15) ...
Preparing to unpack .../03-python3.10-minimal_3.10.12-1~22.04.16_amd64.deb ...
Unpacking python3.10-minimal (3.10.12-1~22.04.16) over (3.10.12-1~22.04.15) ...
Preparing to unpack .../04-libpython3.10-minimal_3.10.12-1~22.04.16_amd64.deb ...
Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.16) over (3.10.12-1~22.04.15) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../05-libc-dev-bin_2.35-0ubuntu3.13_amd64.deb ...
Unpacking libc-dev-bin (2.35-0ubuntu3.13) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../06-linux-libc-dev_5.15.0-185.195_amd64.deb ...
Unpacking linux-libc-dev:amd64 (5.15.0-185.195) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../07-libcrypt-dev_1%3a4.4.27-1_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ...
Selecting previously unselected package rpcsvc-proto.
Preparing to unpack .../08-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../09-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../10-libnsl-dev_1.3.0-2build2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../11-libc6-dev_2.35-0ubuntu3.13_amd64.deb ...
Unpacking libc6-dev:amd64 (2.35-0ubuntu3.13) ...
Selecting previously unselected package gcc-11-base:amd64.
Preparing to unpack .../12-gcc-11-base_11.4.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package libisl23:amd64.
Preparing to unpack .../13-libisl23_0.24-2build1_amd64.deb ...
Unpacking libisl23:amd64 (0.24-2build1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../14-libmpc3_1.2.1-2build1_amd64.deb ...
Unpacking libmpc3:amd64 (1.2.1-2build1) ...
Selecting previously unselected package cpp-11.
Preparing to unpack .../15-cpp-11_11.4.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking cpp-11 (11.4.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package cpp.
Preparing to unpack .../16-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ...
Unpacking cpp (4:11.2.0-1ubuntu1) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../17-libcc1-0_12.3.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking libcc1-0:amd64 (12.3.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../18-libgomp1_12.3.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking libgomp1:amd64 (12.3.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../19-libitm1_12.3.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking libitm1:amd64 (12.3.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../20-libatomic1_12.3.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking libatomic1:amd64 (12.3.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package libasan6:amd64.
Preparing to unpack .../21-libasan6_11.4.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking libasan6:amd64 (11.4.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../22-liblsan0_12.3.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking liblsan0:amd64 (12.3.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../23-libtsan0_11.4.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking libtsan0:amd64 (11.4.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../24-libubsan1_12.3.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking libubsan1:amd64 (12.3.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../25-libquadmath0_12.3.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking libquadmath0:amd64 (12.3.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package libgcc-11-dev:amd64.
Preparing to unpack .../26-libgcc-11-dev_11.4.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package gcc-11.
Preparing to unpack .../27-gcc-11_11.4.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking gcc-11 (11.4.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package gcc.
Preparing to unpack .../28-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ...
Unpacking gcc (4:11.2.0-1ubuntu1) ...
Selecting previously unselected package libstdc++-11-dev:amd64.
Preparing to unpack .../29-libstdc++-11-dev_11.4.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package g++-11.
Preparing to unpack .../30-g++-11_11.4.0-1ubuntu1~22.04.3_amd64.deb ...
Unpacking g++-11 (11.4.0-1ubuntu1~22.04.3) ...
Selecting previously unselected package g++.
Preparing to unpack .../31-g++_4%3a11.2.0-1ubuntu1_amd64.deb ...
Unpacking g++ (4:11.2.0-1ubuntu1) ...
Selecting previously unselected package make.
Preparing to unpack .../32-make_4.3-4.1build1_amd64.deb ...
Unpacking make (4.3-4.1build1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../33-libdpkg-perl_1.21.1ubuntu2.6_all.deb ...
Unpacking libdpkg-perl (1.21.1ubuntu2.6) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../34-bzip2_1.0.8-5build1_amd64.deb ...
Unpacking bzip2 (1.0.8-5build1) ...
Selecting previously unselected package lto-disabled-list.
Preparing to unpack .../35-lto-disabled-list_24_all.deb ...
Unpacking lto-disabled-list (24) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../36-dpkg-dev_1.21.1ubuntu2.6_all.deb ...
Unpacking dpkg-dev (1.21.1ubuntu2.6) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../37-build-essential_12.9ubuntu3_amd64.deb ...
Unpacking build-essential (12.9ubuntu3) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../38-libfakeroot_1.28-1ubuntu1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../39-fakeroot_1.28-1ubuntu1_amd64.deb ...
Unpacking fakeroot (1.28-1ubuntu1) ...
Selecting previously unselected package javascript-common.
Preparing to unpack .../40-javascript-common_11+nmu1_all.deb ...
Unpacking javascript-common (11+nmu1) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../41-libalgorithm-diff-perl_1.201-1_all.deb ...
Unpacking libalgorithm-diff-perl (1.201-1) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../42-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../43-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../44-libxpm4_1%3a3.5.12-1ubuntu0.22.04.2_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../45-libgd3_2.3.0-2ubuntu2.3_amd64.deb ...
Unpacking libgd3:amd64 (2.3.0-2ubuntu2.3) ...
Selecting previously unselected package libc-devtools.
Preparing to unpack .../46-libc-devtools_2.35-0ubuntu3.13_amd64.deb ...
Unpacking libc-devtools (2.35-0ubuntu3.13) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../47-libexpat1-dev_2.4.7-1ubuntu0.7_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.4.7-1ubuntu0.7) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../48-libfile-fcntllock-perl_0.22-3build7_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.22-3build7) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../49-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ...
Unpacking libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../50-libjs-underscore_1.13.2~dfsg-2_all.deb ...
Unpacking libjs-underscore (1.13.2~dfsg-2) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../51-libjs-sphinxdoc_4.3.2-1_all.deb ...
Unpacking libjs-sphinxdoc (4.3.2-1) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../52-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
Selecting previously unselected package libpython3.10-dev:amd64.
Preparing to unpack .../53-libpython3.10-dev_3.10.12-1~22.04.16_amd64.deb ...
Unpacking libpython3.10-dev:amd64 (3.10.12-1~22.04.16) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../54-libpython3-dev_3.10.6-1~22.04.1_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.10.6-1~22.04.1) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../55-manpages-dev_5.10-1ubuntu1_all.deb ...
Unpacking manpages-dev (5.10-1ubuntu1) ...
Selecting previously unselected package python3.10-dev.
Preparing to unpack .../56-python3.10-dev_3.10.12-1~22.04.16_amd64.deb ...
Unpacking python3.10-dev (3.10.12-1~22.04.16) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../57-python3-dev_3.10.6-1~22.04.1_amd64.deb ...
Unpacking python3-dev (3.10.6-1~22.04.1) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../58-python3-wheel_0.37.1-2ubuntu0.22.04.1_all.deb ...
Unpacking python3-wheel (0.37.1-2ubuntu0.22.04.1) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../59-python3-pip_22.0.2+dfsg-1ubuntu0.7_all.deb ...
Unpacking python3-pip (22.0.2+dfsg-1ubuntu0.7) ...
Setting up javascript-common (11+nmu1) ...
Setting up gcc-11-base:amd64 (11.4.0-1ubuntu1~22.04.3) ...
Setting up manpages-dev (5.10-1ubuntu1) ...
Setting up lto-disabled-list (24) ...
Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.2) ...
Setting up libfile-fcntllock-perl (0.22-3build7) ...
Setting up libalgorithm-diff-perl (1.201-1) ...
Setting up linux-libc-dev:amd64 (5.15.0-185.195) ...
Setting up libgomp1:amd64 (12.3.0-1ubuntu1~22.04.3) ...
Setting up bzip2 (1.0.8-5build1) ...
Setting up python3-wheel (0.37.1-2ubuntu0.22.04.1) ...
Setting up libfakeroot:amd64 (1.28-1ubuntu1) ...
Setting up libasan6:amd64 (11.4.0-1ubuntu1~22.04.3) ...
Setting up fakeroot (1.28-1ubuntu1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
Setting up make (4.3-4.1build1) ...
Setting up libquadmath0:amd64 (12.3.0-1ubuntu1~22.04.3) ...
Setting up libgd3:amd64 (2.3.0-2ubuntu2.3) ...
Setting up libmpc3:amd64 (1.2.1-2build1) ...
Setting up libatomic1:amd64 (12.3.0-1ubuntu1~22.04.3) ...
Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.16) ...
Setting up python3-pip (22.0.2+dfsg-1ubuntu0.7) ...
Setting up libdpkg-perl (1.21.1ubuntu2.6) ...
Setting up libubsan1:amd64 (12.3.0-1ubuntu1~22.04.3) ...
Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
Setting up libcrypt-dev:amd64 (1:4.4.27-1) ...
Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
Setting up libisl23:amd64 (0.24-2build1) ...
Setting up libc-dev-bin (2.35-0ubuntu3.13) ...
Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
Setting up libcc1-0:amd64 (12.3.0-1ubuntu1~22.04.3) ...
Setting up liblsan0:amd64 (12.3.0-1ubuntu1~22.04.3) ...
Setting up libitm1:amd64 (12.3.0-1ubuntu1~22.04.3) ...
Setting up libc-devtools (2.35-0ubuntu3.13) ...
Setting up libjs-underscore (1.13.2~dfsg-2) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up libtsan0:amd64 (11.4.0-1ubuntu1~22.04.3) ...
Setting up cpp-11 (11.4.0-1ubuntu1~22.04.3) ...
Setting up python3.10-minimal (3.10.12-1~22.04.16) ...
Setting up dpkg-dev (1.21.1ubuntu2.6) ...
Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.16) ...
Setting up libjs-sphinxdoc (4.3.2-1) ...
Setting up libgcc-11-dev:amd64 (11.4.0-1ubuntu1~22.04.3) ...
Setting up gcc-11 (11.4.0-1ubuntu1~22.04.3) ...
Setting up cpp (4:11.2.0-1ubuntu1) ...
Setting up libc6-dev:amd64 (2.35-0ubuntu3.13) ...
Setting up libpython3.10:amd64 (3.10.12-1~22.04.16) ...
Setting up python3.10 (3.10.12-1~22.04.16) ...
Setting up gcc (4:11.2.0-1ubuntu1) ...
Setting up libexpat1-dev:amd64 (2.4.7-1ubuntu0.7) ...
Setting up libstdc++-11-dev:amd64 (11.4.0-1ubuntu1~22.04.3) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
Setting up g++-11 (11.4.0-1ubuntu1~22.04.3) ...
Setting up libpython3.10-dev:amd64 (3.10.12-1~22.04.16) ...
Setting up python3.10-dev (3.10.12-1~22.04.16) ...
Setting up g++ (4:11.2.0-1ubuntu1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.9ubuntu3) ...
Setting up libpython3-dev:amd64 (3.10.6-1~22.04.1) ...
Setting up python3-dev (3.10.6-1~22.04.1) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for libc-bin (2.35-0ubuntu3.13) ...
/sbin/ldconfig.real: /usr/lib/wsl/lib/libcuda.so.1 is not a symbolic link
baiyang@DESKTOP-PSDQHMG:~$
baiyang@DESKTOP-PSDQHMG:~$
后面提示 /usr/lib/wsl/lib/libcuda.so.1 不是软链,这里只是提示,不用管他。
参考资料
AI大模型微调全流程实战 https://www.bilibili.com/video/BV17CX6YnEUS
大模型微调三部曲“SFT -> RLHF -> LoRA/QLoRA” https://zhuanlan.zhihu.com/p/2034228529169180270