Tuesday, February 13, 2024

Fix Khmer font size on Telegram for desktop

 Khmer font on Telegram for desktop is very tiny by default.To fix this problem, you have change default font Microsoft windows by update registry.
Option 1:
Hold Winkey + R to open Run -> type “regedit“ (user must have Administrator privileged)
Navigate to : Computer/HKEY_LOCAL_MACHINE > SOFTWARE > Microsoft > Windows NT > CurrentVersion > FontSubstitutes

Modify value data to your preferred font name. ex: “Khmer OS Content”
Restart your computer  

Option 2:
Don’t need to follow step in option 1. You just download this registry file save on your computer. Fix Telegram Font to KhmerOSContent.reg.

1. after download please rename file remove extension .txt(rename from Fix Telegram to KhmerOSContent.reg.txt to Fix Telegram to KhmerOSContent.reg)

    

Saturday, September 23, 2023

How to Show Hidden Files Windows 10 with CMD

 Step 1. Press Windows + R, type cmd, and press Ctrl + Shift + Enter to open elevated Command Prompt in your Windows 10 computer.

Step 2. Then you can type this command line: attrib -h -r -s /s /d E:\*.*, and hit Enter to unhide the files and folders in drive E. You should replace the drive letter with the exact drive letter of your computer. You can open This PC to check the drive letters of your computer hard drive partitions.

To help you better understand this attrib command, below is the explanation of each part of the command line.

  • –h: It clears the Hidden file attribute to show hidden files.
  • –r: It clears the Read-only file attribute to allow you modify the file after it shows.
  • –s: It clears the System file attribute.
  • /s: It applies attrib and any command-line options to matching files in the current directory and all of its subdirectories.
  • /d: It applies attrib and any command-line options to directories.

 

    

Tuesday, August 1, 2023

New Word (生词)

1-眼睛 yan3 jing1=eye
2-额头 e2 tou2=Forehead
3-眉 mei2=Eyebrows
4-脸 lian3=Face
5-头 tou2=head

    

Saturday, July 29, 2023

Find Wifi Password Already Connected in window

1-Press start and type CMD, right-click on the Command Prompt option shown
as a search result and click on Run as administrator.  
2-netsh wlan show profile
Profiles on interface Wi-Fi:

Group policy profiles (read only)
---------------------------------
    <None>

User profiles
-------------
    All User Profile     : vv@smart
    All User Profile     : Veal Vong
    All User Profile     : Smart@home
    All User Profile     : ????
    All User Profile     : Wwwiphone
    All User Profile     : salasangkatvealvong
3-netsh wlan show profile Veal Vong key=clear
then please look on word "Key content"
    

Saturday, July 15, 2023