Friday, December 31, 2021

Dowloading view-only videos from Google Drive.

 Here is a technique by which you can download a “view-only” video from Google drive.

  1. Open the Inspect element. You can get this by using the keyboard shortcut Ctrl + Shift + I (on Mac: Option + Command + I)
  2. Inside the inspect element, Open “Network” Tab.

3. Search for “videoplayback” on the filter search. If nothing shows up, then reload the page and repeat the steps.

4. Right-click on any one of the search results and select “Open in new tab”.

    1. Pro Tip💡: If you want to download the video with the highest resolution, then compare the sizes and download the one with the largest size.

5. In the new tab with the video, Right-click again and select “Save Video As”.

Your video starts downloading!

https://www.quora.com

Sunday, August 15, 2021

Enable SMB1 Sharing Protocol in Windows 10.

start - run - optionalfeatures 

ClickSMB 1.0/CIFS Clientcheckbox and then OK

https://winaero.com

Monday, July 5, 2021

Refresh environment variables without reboot windows 10.

https://search4fan.github.io

  • open cmd commend prompt window
  • input set PATH=C -> this will refresh the environment variables
  • close and restart cmd window
  • input echo %PATH% to test

Wednesday, June 9, 2021

Photoshop jpeg error.

edit->preferences->file handling->camer raw preferences->jpeg and tiff handling-->

jpeg:automatically open al supported jpegs

tiff:jpeg:automatically open al supported tiffs


https://www.youtube.com

Sunday, May 2, 2021

Replacing subscript in Microsoft Word.

https://cybertext.wordpress.com
  1. Change one of the incorrect instances of H2O to the correct formatting  (H2O).
  2. Copy the correct format (H2O) to the clipboard (select all the text and then press Ctrl+C).
  3. Open Word’s Find and Replace (Ctrl+H).
  4. In the Find what field, type H2O (the incorrect format).
  5. In the Replace with field, type ^c (that’s a Shift+6 for the caret [^] character and a lower case ‘c‘ — the ‘c’ MUST be lower case).
  6. Click Replace All.



Thursday, January 28, 2021

Windows 10 RAID IDE to AHCI.

https://support.thinkcritical.com

  1. Click the Start Button and type cmd
  2. Right-click the result and select Run as administrator
  3. Type this command and press ENTER: bcdedit /set {current} safeboot minimal (ALT: bcdedit /set safeboot minimal)
  4. Restart the computer and enter BIOS Setup
  5. Change the SATA Operation mode to AHCI from either IDE or RAID
  6. Save changes and exit Setup and Windows will automatically boot to Safe Mode.
  7. Right-click the Windows Start Menu once more. Choose Command Prompt (Admin).
  8. Type this command and press ENTER: bcdedit /deletevalue {current} safeboot (ALT: bcdedit /deletevalue safeboot)
  9. Reboot once more and Windows will automatically start with AHCI drivers enabled.