Tuesday, June 6, 2023

Windows Time Zone

  1. Save the command in a text file and save the file with the extension ".bat" .
  2. Open start menu and select "Run" and type "shell:startup" and copy the file.

 

Set a timezone with DST off:

 tzutil /s "Arabic Standard time_dstoff"

 

Set a timezone

tzutil /s "Arabic Standard time"


Display current timezone:

tzutil /g

Kali Linux

  Activate Root: sudo apt -y install kali-root-login =============================== Change boot order ( Easily Change GRUB Boot Order in Ka...