Unsolved
1 Rookie
•
1 Message
0
32
May 22nd, 2025 09:20
XPS 16 9640, BSOD, constant errors after Factory reset, driver updates and weeks of troubeleshooting
Hi,
Am experineced constant BSOD Blue Screen of Death errors on my Dell XPS 16 9640 BSOD after weeks of troubleshooting with the Dell Tecgh Support. Have tried everything inclduing 3 Factory reset, driver updates, virueses checks and and logs, but nothing has happened. I was finally told that it might be releated to the motherboard and send they will send someone, but a few days later told me they need they need the logs first, but still cannot find the root cause.
It seems only in safe mode the BSOD do not happen.
Please advise.
Thanks, Mat
No Events found!
anne_droid
3 Apprentice
•
649 Posts
0
May 22nd, 2025 11:47
Hi
Unfortunately from your description it is a software issue, I believe.
One of those driver/updates is the cause, and hopefully DELL have a techy-type who can prevent the install of some updates.
Something not quite this drastic...
Block All Driver Updates via Device Installation Settings
Open Settings > System > About.
Click Advanced system settings.
Go to the Hardware tab.
Click Device Installation Settings.
Select No (your device might not work as expected).
Click Save Changes and OK.
This stops Windows Update from automatically installing drivers for all devices.
OR
Open Notepad and paste the following, replacing
HardwareIDs
with your actual IDs:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall] [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions] "DenyDeviceIDs"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs] "1"="HardwareID1" "2"="HardwareID2"
Save as
block-driver.reg
and double-click to merge into the registry.EVEN....
To disable (hide) a specific Windows update using PowerShell, the most effective method is to use the PSWindowsUpdate module, which allows you to manage and hide individual updates by their KB number.
Hide a Specific Update Using PowerShell
Install PSWindowsUpdate Module
Open PowerShell as Administrator and run:
Install-Module -Name PSWindowsUpdate -Force
Hide-WindowsUpdate -KBArticleID KB1234567,KB7654321 -Verbose -Confirm:$False
etc etc.
But that is just my thoughts, and not something DELL has to comply with.
rothenbj
1 Rookie
•
8 Posts
0
July 16th, 2025 20:31
Have you ever gotten a resolution?