1. Download the script at the bottom of this post.
2. Extract the Check_BootFile.ps1 script and place it on your desktop.
3. Go to: C:\Users\your account name\Desktop and right click Desktop and choose: Open in Terminal
4. In the powershell window that pops up, type the following...
5. Set-ExecutionPolicy unrestricted <------ So the script can run.
Then...
6. .\Check_EFIBootFile.ps1 and hit the ENTER key.
You should get a result similar to this...
Then...
7. Set-ExecutionPolicy restricted <------ To return to the more secure state.
Question
mfessler 0
1. Download the script at the bottom of this post.
2. Extract the Check_BootFile.ps1 script and place it on your desktop.
3. Go to:
C:\Users\your account name\Desktopand right click Desktop and choose: Open in Terminal4. In the powershell window that pops up, type the following...
5.
Set-ExecutionPolicy unrestricted<------ So the script can run.Then...
6.
.\Check_EFIBootFile.ps1and hit the ENTER key.You should get a result similar to this...
Then...
7.
Set-ExecutionPolicy restricted<------ To return to the more secure state.Here is the script...
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.