Sunday, August 15, 2021

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.