Powered by Blogger.

Social Icons

Featured Posts

Showing posts with label windows. Show all posts
Showing posts with label windows. Show all posts

Microsoft outage Crowdstrike Blue Screen of Death workaround

Friday, July 19, 2024

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 Text Alignment in Notepad

Tuesday, January 09, 2024

Right-to-Left: Ctrl + Right-Shift

Left-to-Right: Ctrl + Left-Shift

or

Right click in Notepad 

Click Right-to-left reading order





How to completely remove Firefox Browser

Tuesday, August 22, 2023

Uninstall Mozilla from Add or remove programs

Now search %appdata% and it will open Windows Explorer

Delete folder Mozilla

Create Executable Applications in Python

Wednesday, April 05, 2023

Install package pyinstaller and run the following command

 pyinstaller --onefile <filename>.py

Close Google Chrome browser from terminal

Monday, February 13, 2023

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.

Lenovo Ideapad Notebook

Friday, August 04, 2017

Macro length exceeds 2500 lines, this might take too long to load

Tuesday, July 11, 2017

Go to about:config in Firefox

Enter extensions.imacros.maxMacrolength in search



Double click extensions.imacros.maxMacrolength

Type 5000 or whatever length you want it to be.


Click OK


Now iMacros won't display message if number of lines in code don't exceed specified number.

Create directory list from command prompt on Windows

Navigate to folder and run following command

dir > FileName.txt
or
dir > Complete Folder Path/Filename.txt

dir >> Filename.txt will append data to existing file 

dir /s > FileName.txt will include sub-directories

dir /b > Filename.txt will save in Bare format

For more options run dir /?
 

Translate

Popular Posts