07 2024 档案
摘要:Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
阅读全文
摘要:目的 把当前文件夹下的这些文件 重命名为 代码 Get-ChildItem -Path . -Filter "*.mkv" | ForEach-Object { if ($_.Name -ne "rename") { _.Name -replace "\.[^.]+$",
阅读全文
摘要:解决方案来自https://gist.github.com/plembo/f0767e4fbcd42c6c98f8271c15ee785d?ref=techhut.tv 首先确保宿主机开启了3d加速,并且客户机安装了vmware tools。 编辑~/.vmware/preferences 在最后加
阅读全文