It's a PowerShell script, and for security reasons Windows doesn't allow you to double-click PS scripts to run.I like to run Garlin's script but I have a couple questions, perhaps someone can answer. Is Double clicking the script the way to run it? And question 2: Are the results auto generated into a text file that is created at the desktop, or how do I get them. Thank's.
You can open an Administrator's CMD or PowerShell session. To run the script, and save the output into a text file:
From Powershell (as Admin):
Code:
\path\to\save\folder\Check_EFIBootFile.ps1 > C:\Users\BoElam\Desktop\output.txt
From CMD (as Admin):
Code:
powershell -ep bypass -f \path\to\save\folder\Check_EFIBootFile.ps1 > C:\Users\BoElam\Desktop\output.txt
My Computer
System One
-
- OS
- Windows 7





