- Local time
- 11:48 AM
- Posts
- 2,266
- Location
- San Francisco, California USA
- OS
- Windows XP/7/8/8.1/10/11, Linux, Android, FreeBSD Unix
I tried earlier to implement the following:
using KB5041876 Windows 11 Insider Beta build 22635.4082 (23H2) - Aug. 26.
Except the problem is the system will not boot and GSOD's as follows:
Anyways, I forgot to update my WinRE as I missed this part so the automatic repair doesn't work:
1) Run the following commands from an elevated Windows PowerShell prompt:
2) Reboot
3) Turn off Secure Boot in BIOS
4) Run the following from an elevated Windows PowerShell prompt:
5) Turn on Secure Boot in BIOS and reboot
The question is what can I use to boot into Windows on a USB flash drive so I can actually do the above as it seems like basically I have to delete the files mentioned above manually to fix it.
Thanks!
KB5042562 Guidance for blocking rollback of Virtualization-based Security (VBS) related security updates
Microsoft Support: Summary Microsoft was made aware of a vulnerability in Windows that allows an attacker with administrator privileges to replace updated Windows system files that have older versions, opening the door for an attacker to reintroduce vulnerabilities to Virtualization-based...
www.elevenforum.com
Except the problem is the system will not boot and GSOD's as follows:
Anyways, I forgot to update my WinRE as I missed this part so the automatic repair doesn't work:
- Windows Recovery Environment. The Windows Recovery Environment (WinRE) on the device must be updated with the Windows updates dated on or after August 13, 2024 before the SkuSipolicy.p7b is applied to the device. Omitting this step might prevent WinRE from running the Reset PC feature. For more information, see Add an update package to Windows RE.
1) Run the following commands from an elevated Windows PowerShell prompt:
Code:
# Initialize policy location
$PolicyBinary = $env:windir+"\System32\CodeIntegrity\SiPolicy.p7b"
# Remove SiPolicy.p7b
Remove-Item -Path $PolicyBinary -force
2) Reboot
3) Turn off Secure Boot in BIOS
4) Run the following from an elevated Windows PowerShell prompt:
Code:
$PolicyBinary = $env:windir+"\System32\SecureBootUpdates\SkuSiPolicy.p7b"
$MountPoint = 'C:\EFIMount'
$EFIPolicyPath = "$MountPoint\EFI\Microsoft\Boot\SkuSiPolicy.p7b"
$EFIDestinationFolder="$MountPoint\EFI\Microsoft\Boot"
$EFIPartition = (Get-Partition | Where-Object IsSystem).AccessPaths[0]
if (-Not (Test-Path $MountPoint)) { New-Item -Path $MountPoint -Type Directory -Force }
mountvol $MountPoint $EFIPartition
if (-Not (Test-Path $EFIDestinationFolder)) { New-Item -Path $EFIDestinationFolder -Type Directory -Force }
if (Test-Path $EFIPolicyPath ) {Remove-Item -Path $EFIPolicyPath -Force }
mountvol $MountPoint /D
5) Turn on Secure Boot in BIOS and reboot
The question is what can I use to boot into Windows on a USB flash drive so I can actually do the above as it seems like basically I have to delete the files mentioned above manually to fix it.
Thanks!
- Windows Build/Version
- Windows 11 Insider Beta build 22635.4082 (23H2)
My Computer
System One
-
- OS
- Windows XP/7/8/8.1/10/11, Linux, Android, FreeBSD Unix
- Computer type
- Laptop
- Manufacturer/Model
- Dell XPS 15 9570
- CPU
- Intel® Core™ i7-8750H 8th Gen Processor 2.2Ghz up to 4.1Ghz
- Motherboard
- Dell XPS 15 9570
- Memory
- 32GB using 2x16GB modules
- Graphics Card(s)
- Intel UHD 630 & NVIDIA GeForce GTX 1050 Ti with 4GB DDR5
- Sound Card
- Realtek ALC3266-CG
- Monitor(s) Displays
- 15.6" 4K Touch UltraHD 3840x2160 made by Sharp
- Screen Resolution
- 3840x2160
- Hard Drives
- Toshiba KXG60ZNV1T02 NVMe 1024GB/1TB SSD
- PSU
- Dell XPS 15 9570
- Case
- Dell XPS 15 9570
- Cooling
- Stock
- Keyboard
- Stock
- Mouse
- SwitftPoint ProPoint
- Internet Speed
- Comcast/XFinity 1.44Gbps/42.5Mbps
- Browser
- Microsoft EDGE (Chromium based) & Google Chrome
- Antivirus
- Windows Defender that came with Windows