3 Ways To Fix Windows BSOD | RNDISMP6.SYS | Stop code: DRIVER_IRQL_NOT_LESS_OR_EQUAL | Blue Screen
Windows crashes with a blue screen saying "Your pc ran into some trouble and needs to restart".
Stop code: DRIVER_IRQL_NOT_LESS_OR_EQUAL
What failed: RNDISMP6.SYS
00:00 Introduction
00:20 Method 1: Run SFC
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
for %i in (%windir%\\system32\\*.dll) do regsvr32.exe /s %i
chkdsk C: /f
00:47 Method 2: Update the device driver
01:53 Method 3: Disable and re-enable the "netsetupsvc" service
sc.exe config netsetupsvc start=disabled
$ErrorActionPreference = 'SilentlyContinue'
$path = Get-ChildItem -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}' | Get-ItemProperty | Where-Object { $_.DriverDesc -like "*NDIS*" } | Select-Object -ExpandProperty PSPath
New-ItemProperty -Name *IfType -Value 6 -LiteralPath $path -Force
New-ItemProperty -Name *MediaType -Value 0 -LiteralPath $path -Force
New-ItemProperty -Name *PhysicalMediaType -Value 14 -LiteralPath $path -Force
sc.exe config netsetupsvc start=demand
------------------------------------------------------------------------------------------------
Give me bug info, i will show you how to fix.
Note: I need more information about the error, take a screenshot when the error occurs and send it to my email(ledaiphi@gmail.com)
Join as a member of this channel to enjoy the benefits:
(I will directly fix the error for you through teamview or ultraview)
https://www.youtube.com/channel/UCytUQByPq_7IyAous9B5vzg/join
-------------------------------------------------------------------------------------------------
Donate for me : https://www.paypal.com/paypalme/howtofix
#windows11 #windows10 #bsod