Powered by Blogger.

Social Icons

Featured Posts

Use Google Messages without an account

Tuesday, December 10, 2024

 Go to Phone settings -> Apps -> Messages -> Clear Data

Restart App

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

Open PDF File in Full Screen View in Google Chrome Browser

Saturday, February 17, 2024

Open the PDF file in Google Chrome Browser

Click Three-dot icon

Select Present 

Press Esc key to exit full screen mode



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





Add Date / Time stamp to photos on Android Mobile Phone

Friday, September 15, 2023

Open Camera application

Tap Settings 



Tap Watermark




Tap On
Tap Date and time




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

Error #204: It seems UI.Vision RPA is not installed yet - or you need to turn on Allow access to file URLs for UI.Vision RPA in your browser extension settings.

Monday, April 03, 2023

 Follow the steps to enable Allow access to file URLs:

Click Extensions icon

Click 3 dots (...) next to UI Vision RPA

Click Manage Extension



Scroll down and enable Allow access to file URLs



List all files in a Directory in Python

Wednesday, February 22, 2023

import os

directory_path = "/path/to/directory"

#For windows
directory_path = "C:\\path\\to\\directory"

file_list = os.listdir(directory_path)

print("List of files in directory:")
for file_name in file_list:
    print(file_name)

Change Language in Google Doc Voice Typing

Wednesday, February 15, 2023

Open Google Doc

Click Tools - Voice typing

Click Drop Down menu 



Select Language



Import Passwords to Chrome Browser

Monday, February 13, 2023

 Open chrome://flags in Chrome Browser

Type password import in Search flags

Choose Enabled from dropdown list box

Click Relaunch button

Open chrome://settings/passwords in Chrome Browser

Click three-dot button in Saved Passwords 

Click Import passwords

Locate CSV file and click Open



Close Google Chrome browser from terminal

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.

Add Bookmarks in Brave Browser for Android

Friday, December 16, 2022

 Open Website in Brave app

Click Bookmark icon in bottom left.


Bookmark will get saved.







Clear Google Chrome Console History

Thursday, November 03, 2022

 Open Console

Right click in console and click Clear console history



Fix Horizontal Lines on Youtube videos

Saturday, October 15, 2022

 Go to  Chrome settings

Search for hardware acceleration

Turn off  the setting

Relaunch the browser



Delete Brave browser Internet history on Android

Wednesday, October 12, 2022

Open Brave Browser

Press three dots on lower-right corner


Press History



Press Clear browsing data...


Press Clear data



Check Bluetooth Headphones Battery Level

Sunday, June 26, 2022

Pair Bluetooth Headphone with mobile phone.

Now battery level will be visible.




Get X,Y coordinates of mouse cursor in Linux

Install package xdotool

sudo apt-get install xdotool


Now run following command to get X,Y coordinates of mouse cursor

xdotool getmouselocation


Output will be like this

x:1285 y:10 screen:0

Check if computer is BIOS or UEFI in Linux

Sunday, May 15, 2022

Look for  folder /sys/firmware/efi

ls /sys/firmware/efi

If folder is there then its UEFI otherwise its BIOS

Add Google Search engine to Firefox Browser in Linux Mint

Thursday, September 16, 2021

 Open following link in Firefox Browser

https://www.linuxmint.com/searchengines/anse.php?sen=Google&c=y


Right click in  Address Bar and select Add Google


Go to Preferences and select Google from Default Search Engine




 

Translate

Popular Posts