Monday, September 1, 2025

Activate Office 2019

 Activate Office 2019

1-Method 1 

=>Download KmsPico11(KMSFull).rar 

2-Method 2 

This method is the most convenient and works on Windows 8.1, 10, and 11.

  1. Click the Start Menu, type PowerShell, and open it.
  2. Copy and paste the code below and press Enter. 
    irm https://get.activated.win | iex
MAS AIO

 

    

Wednesday, August 27, 2025

Using Command and Script for Shutdown Window

+Using the Run Dialog or Command Prompt (One-Time Timer) 

    1. Open Run:
    Press the Windows key + R to open the Run dialog.
    2. Enter the command:
    Type shutdown -s -f -t [seconds] into the dialog box.
        Replace [seconds] with the number of seconds for your desired shutdown time (e.g., 3600 for one hour, 300 for five minutes). For an immediate shutdown, use 0.
    3. Press Enter:
    Click OK or press Enter to schedule the shutdown. A notification will appear confirming the scheduled shutdown.
    4. To cancel:
    Open the Run dialog again (Win + R) and type shutdown -a. Press Enter to cancel the pending shutdown.
+Using Script
    -Open Notepad and write
        @echo off
        shutdown -s -f -t 1800
        @echo off
    -save file .bat

    

Tuesday, March 11, 2025

Remove Language keyboard layout From Windows 11 / 10 | How To Delete Extra & Unwanted language

1-Window PowerShell=>Run As administrator

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Try the new cross-platform PowerShell https://aka.ms/pscore6
 

2-user command: Get-WinUserLanguageList

LanguageTag     : en-US
Autonym         : English (United States)
EnglishName     : English
LocalizedName   : English (United States)
ScriptName      : Latin
InputMethodTips : {0409:00020409}
Spellchecking   : True
Handwriting     : False

LanguageTag     : zh-Hans-CN
Autonym         : 中文(中华人民共和国)
EnglishName     : Chinese
LocalizedName   : Chinese (Simplified, China)
ScriptName      : Chinese (Simplified)
InputMethodTips : {0804:{81D4E9C9-1D3B-41BC-9E6C-4B40BF79E35E}{FA550B04-5AD7-411F-A5AC-CA038EC515D7}}
Spellchecking   : True
Handwriting     : True

3-user command> Set-WinUserLanguageList en-us,zh-Hans-CN

Confirm
Continue with this operation?
[Y] Yes  [N] No  [S] Suspend  [?] Help (default is "Y"): y
PS C:\WINDOWS\system32> 

------------------------------

4-install KhmerUnicode2.0.1.exe