1. Boot Windows into Safe Mode or Windows Recovery Environment
2. Go to directory C:\Windows\System32\drivers\CrowdStrike
3. Find and delete file matching C-00000291*.sys
4. Boot to Windows
1. Boot Windows into Safe Mode or Windows Recovery Environment
2. Go to directory C:\Windows\System32\drivers\CrowdStrike
3. Find and delete file matching C-00000291*.sys
4. Boot to Windows
Right-to-Left: Ctrl + Right-Shift
Left-to-Right: Ctrl + Left-Shift
or
Right click in Notepad
Click Right-to-left reading order
Uninstall Mozilla from Add or remove programs
Now search %appdata% and it will open Windows Explorer
Delete folder Mozilla
Install package pyinstaller and run the following command
pyinstaller --onefile <filename>.py
Run the following command from terminal
taskkill /F /IM chrome.exe
Same command can be used to close other processes.
Just replace chrome.exe with the process name and include extension as well.