windows10下录屏

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
posted @ 2019-07-15 20:59  启明星工作室  阅读(267)  评论(0编辑  收藏  举报