Change Date and Time in Windows 10 using Control Panel

To change Date and Time in Windows 10 with Control Panel, do the following.

  1. Open Control panel.
  2. Go to Control Panel\Clock, Language, and Region.Windows 10 Clock Region And Language
  3. There, click on the icon Date and time. The following window will appear:Windows 10 Date And Time Classic
  4. Click on the button Change date and time.
  5. If a UAC prompt appears, click on the Yes button to proceed.
  6. Now, change the date and time to the correct values of month, day, year, hour and minute. Click the OK button to set new values.Windows 10 Change Date And Time Classic

Change Date and Time in Windows 10 using Settings

To change Date and Time in Windows 10 with Settings, do the following.

  1. Open Settings.
  2. Go to Time and Language – Time.Windows 10 Settings Date And Time
  3. On the right, turn off the option Set time automatically.Windows 10 Disable Set Time Automatically
  4. Click the Change button under Change date and time.Windows 10 Change Date
  5. The following window will appear.Windows 10 Change Date Modern Dialog Change the date and time to the correct values of month, day, year, hour and minute. Click the Change button to set new values.

Change Date and Time in Windows 10 using Command Prompt

To change Date and Time in Windows 10 using the command prompt, perform the following steps.

  1. Open an elevated command prompt.
  2. To see the current date, type or copy-paste this command:
    date /t

    Windows 10 Cmd See Date

  3. To see the current time, type the command:
    time /t

    Windows 10 Cmd See Time

  4. To set a new date, execute the following command:
    date MM/DD/YYYY

    The arguments are as follows:
    MM is the month of the year, for example 06.
    DD is the day of the month, e.g. 20.
    YYYY is the year, e.g. 2017.
    For example:

    date 06/20/2017

    Windows 10 Cmd Set New Date

  5. To set the new time, execute the following command:
    time HH:MM

    The arguments are as follows:
    HH are the hours, for example 06.
    MM are the minutes, i.e. 20.
    For example:

    time 06:20

    Windows 10 Cmd Set New Time