PS is picky about running script files. Unlike CMD, it doesn't "see" files in the current folder as a preventative security measure.PS C:\Downloads> Update_UEFI-CA2023.ps1 -SkuSiPolicy
Update_UEFI-CA2023.ps1: The term 'Update_UEFI-CA2023.ps1' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
The Script is in the C:\Downloads folder.
You have to explicitly call it using ".\Update_UEFI-CA2023.ps1 -SkuSiPolicy", from inside the Downloads folder.
My Computer
System One
-
- OS
- Windows 7





