windows10自带了录屏功能。运行win+G即可打开。如果出现错误,可以运行如下PS脚本。

https://files.cnblogs.com/files/mqingqing123/reinstall-preinstalledApps.zip

 

将上面介绍后,将  reinstall-preinstalledApps.ps1 复制到桌面上

 

然后输入 win+X, 选择运行 power shell (admin)

执行如下代码

 

Set-ExecutionPolicy Unrestricted
$trishtech = [Environment]::GetFolderPath("Desktop")
cd $trishtech
.\reinstall-preinstalledApps.ps1
Set-ExecutionPolicy AllSigned

相关文章:

  • 2021-12-23
  • 2021-12-23
  • 2021-12-27
  • 2021-05-03
  • 2021-06-04
  • 2022-12-23
猜你喜欢
  • 2021-10-15
  • 2021-04-09
  • 2022-12-23
  • 2022-01-11
  • 2021-06-27
  • 2022-01-19
  • 2021-07-15
相关资源
相似解决方案