May not Delete in Task Scheduler

\Microsoft\Windows\TextServicesFramework		// or else ChsIME.exe will not start up.
\Microsoft\Windows\WCM
\Microsoft\Windows\WlanSvc
\Microsoft\Windows\WwanSvc

Install Nvidia Driver Manually

Reboot to Ubuntu Recovery,

sudo apt install build-essential linux-headers-generic gcc make
sudo apt install pkg-config libglvnd-dev
./NVIDIA-Linux-x86_64-535.54.03.run

sudo vi /etc/modprobe.d/blacklist.conf

blacklist vga16fb 
blacklist nouveau 
blacklist rivafb 
blacklist nvidiafb 
blacklist rivatv

refer to:
https://www.jianshu.com/p/e562752cdbee

Install Vmware In Ubuntu

sudo apt install build-essential linux-headers-generic gcc make
sudo ./VMware-Workstation-Full-17.0.2-21581411.x86_64.bundle

Vmtools iso,

/usr/lib/vmware/isoimages/

refer to:
https://www.vmware.com/go/getworkstation-linux

Install VirtualBox in Ubuntu

sudo apt install qt5*
sudo apt install libqt5opengl5
sudo apt install libqt5xml5
sudo dpkg -i ./virtualbox-7.0_7.0.8-156879~Ubuntu~jammy_amd64.deb

refer to:
https://www.virtualbox.org/wiki/Linux_Downloads

Ubuntu Software Settings Paths

Evince		/home/eu/.local/share/gvfs-metadata/
qBittorrent	/home/eu/.local/share/qBittorrent/
		/home/eu/.config/qBittorrent/
Transmission	/home/eu/.config/transmission/

refer to:
https://superuser.com/questions/346345/where-does-evince-store-its-per-document-state-position-etc

Install Win10 Though Ubuntu Without Usb

sudo ./woeusb --partition /path/to/Win11_22H2_English_x64v2.iso /dev/sda4

then reboot while stroking F12.

Need not to write chainloader in grub.cfg for Win11 manually.

refer to:
C.S.Cameron at https://askubuntu.com/questions/484434/how-can-i-install-ubuntu-without-cd-and-usb
https://askubuntu.com/questions/1284364/installing-windows-10-without-usb-with-ubuntu-18-04-this-is-not-a-bootable-disk