DisableSogouNetwork icon indicating copy to clipboard operation
DisableSogouNetwork copied to clipboard

win10系统文件运行不了

Open omymenzies opened this issue 1 year ago • 3 comments

把文件拖到powershell里是这样image 如果右键文件运行也会直接闪退

omymenzies avatar Sep 27 '24 13:09 omymenzies

网上搜一下,或者看看这个:https://codesigningstore.com/powershell-script-is-not-digitally-signed-error

yongxin-ms avatar Sep 27 '24 17:09 yongxin-ms

修改一下powershell执行策略就行 https://learn.microsoft.com/zh-cn/powershell/module/microsoft.powershell.core/about/about_scripts?view=powershell-7.4

nmmnn avatar Oct 13 '24 05:10 nmmnn

在powershell中执行

Set-ExecutionPolicy Bypass

然后就可以运行了.(如下图)

image

abin-z avatar Oct 18 '24 16:10 abin-z