windows10自带了录屏功能。运行win+G便可打开。若是出现错误,能够运行以下PS脚本。shell
https://files.cnblogs.com/files/mqingqing123/reinstall-preinstalledApps.zipwindows
将上面介绍后,将 reinstall-preinstalledApps.ps1 复制到桌面上rest
而后输入 win+X, 选择运行 power shell (admin)blog
执行以下代码ip
Set-ExecutionPolicy Unrestricted $trishtech = [Environment]::GetFolderPath("Desktop") cd $trishtech .\reinstall-preinstalledApps.ps1 Set-ExecutionPolicy AllSigned