加载笔记内容...
加载笔记内容...
Generation 2
英文版的 win11 默认渲染中文会使用日文,导致文字变形,需要一些额外的设置来让文字显示正常。
打开 Settings -> Time & language -> Language & Region -> Administrative language settings -> Administrative Tab -> Change system locale -> Current system locale Chinese (Simplified, China)
1$vm = "virtual machine name"
2
3Add-VMGpuPartitionAdapter -VMName $vm
4
5Set-VMGpuPartitionAdapter -VMName $vm -MinPartitionVRAM 80000000 -MaxPartitionVRAM 100000000 -OptimalPartitionVRAM 100000000 -MinPartitionEncode 80000000 -MaxPartitionEncode 100000000 -OptimalPartitionEncode 100000000 -MinPartitionDecode 80000000 -MaxPartitionDecode 100000000 -OptimalPartitionDecode 100000000 -MinPartitionCompute 80000000 -MaxPartitionCompute 100000000 -OptimalPartitionCompute 100000000
6
7Set-VM -GuestControlledCacheTypes $true -VMName $vm
8Set-VM -LowMemoryMappedIoSpace 1Gb -VMName $vm
9Set-VM -HighMemoryMappedIoSpace 32GB -VMName $vm
C:\Windows\System32\DriverStore\FileRepository\
to Virtual machine C:\Windows\System32\HostDriverStore\FileRepository\
.C:\Windows\System32\nvapi64.dll
to Virtual machine same path.Win + R
and type dxdiag
to check.Win + R
and type gpedit.msc
.Use hardware graphics adapters for all Remote Desktop Services sessions
and edit value to Enabled.繁体/简体切换快捷键和 jetbrains 格式化冲突 英文/中文切换快捷键和 jetbrains 提示冲突
Settings Location: Settings -> Time & language -> Language & region -> Language tab -> Chinese (Simplified, China) -> Language options -> Keyboards -> Microsoft Pinyin -> Keyboard options -> Keys -> Mode Switch -> ...
Ctrl + Space
Chinese/English mode switchCtrl + Shift + F
Simplified/Traditional Chinese input switch