May 26 2020

HP Windows 10 KMODE_EXCEPTION…

https://www.windowslatest.com/2020/05/22/hp-kmode-bsod-windows-10/

How to fix “KMODE_EXCEPTION_NOT_HANDLED” BSOD on HP
Head to Windows Security > Virus & Threat protection > Manage settings, and disable Tamper Protection.
Open Registry Editor.
Browse to: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender
Right-click the Windows Defender (folder) key.
Select New, and click on DWORD (32-bit) Value.
Create a new key and name it DisableAntiSpyware and press Enter.
Double-click the newly created DWORD and change the value from 0 to 1.
Right-click again on the same folder in the registry.
Add a new KEY (folder) “Real-Time Protection”.
Now, right-click on the folder (Real-Time Protection) and add the following new DWORD(32) values and set each to 1:

DisableBehaviorMonitoring
DisableOnAccessProtection
DisableScanOnRealtimeEnable

Category: Uncategorized | Comments Off on HP Windows 10 KMODE_EXCEPTION…
May 14 2020

Mapping sshfs in Windows 10

Install WinFsp and sshfs-win

This PC -> Map Network Drive context:

\\sshfs\<user>@<host>\\\

Will map <user>’s home directory on <host> (port 22)

Links:

https://github.com/billziss-gh/sshfs-win

https://github.com/billziss-gh/winfsp/releases/tag/v1.6

https://github.com/billziss-gh/sshfs-win/releases

Category: Uncategorized | Comments Off on Mapping sshfs in Windows 10
May 4 2020

Enable BitLocker issue, “The system can not find the file specified.”

Couldn’t enable BitLocker on Windows 10.

The fix is to rename or delete ReAgent.xml in \Windows\System32\Recovery\

Reference:

https://answers.microsoft.com/en-us/windows/forum/all/bitlocker-the-system-cannot-find-the-file/76c4223e-6cef-4dc8-9274-e3cc788119ed

https://social.technet.microsoft.com/Forums/en-US/afe53f8d-2f9e-4fc0-bc56-0b577a9c8d38/bitlocker-quotthe-system-can-not-find-the-file-specifiedquot?forum=w8itprosecurity

Category: Uncategorized | Comments Off on Enable BitLocker issue, “The system can not find the file specified.”