-TaskName "\Microsoft\Windows\PI\Secure-Boot-Update"
I dont have this task? thoughts?
Run this command to check on your Secure Boot task:
Code:
>powershell -f C:\Windows\SecureBoot\ExampleRolloutScripts\Enable-SecureBootUpdateTask.ps1 check
========================================
Secure Boot Update Task Enabler
========================================
Task: \Microsoft\Windows\PI\Secure-Boot-Update
Checking: Y50-70
State: Ready
========================================
Summary
========================================
Total Checked: 1
Enabled:
ComputerName : Y50-70
TaskExists : True
TaskState : Ready
IsEnabled : True
LastRunTime :
NextRunTime :
Error :
Presuming you have a different result, then recreate the missing task:
Code:
powershell -f C:\Windows\SecureBoot\ExampleRolloutScripts\Enable-SecureBootUpdateTask.ps1 create
powershell -f C:\Windows\SecureBoot\ExampleRolloutScripts\Enable-SecureBootUpdateTask.ps1 enable
My Computer
System One
-
- OS
- Windows 7







