在 Windows 10 中更改日期和时间的 4 种方法

如果您最近更新了您的Windows 10或刚刚升级到Windows 10,您可能会遇到时间稍微不正确的情况,您需要在Windows 10中配置日期和时间。但别担心,有很多方法可以轻松更改Windows 10中的日期(Date)时间。(Time)您可以通过控制面板(Control Panel)或在Windows 10设置(Settings)中配置日期和时间,但您必须以管理员(Administrator)身份登录才能配置这些设置。所以不要浪费任何时间,让我们看看如何(How)Windows 10中更改日期(Date)时间(Time) 使用下面列出的教程。

在 Windows 10 中更改日期和时间的 4 种方法

Windows 10中更改日期(Date)时间(Time)的4种方法(Ways)

确保 创建一个还原点(create a restore point) 以防万一出现问题。

方法 1:如何使用控制面板在 Windows 10 中更改日期和时间(Method 1: How to Change Date and Time in Windows 10 using Control Panel)

1.在Windows 10搜索(Search)中键入control ,然后从搜索结果中单击控制面板。( Control Panel)

在搜索栏中输入控制面板,然后按回车

2. 现在点击“时钟和地区(Clock and Region)”,然后点击“日期和时间(Date and Time)”。

单击日期和时间,然后单击时钟和区域 |  在 Windows 10 中更改日期和时间的 4 种方法

3. 在日期(Date)时间(Time)窗口下,单击“更改日期和时间(Change date and time)”。

单击更改日期和时间

4. 这将打开日期(Date)时间设置(Time Settings)窗口,因此相应地配置日期和时间,然后单击确定。(configure the date and time accordingly and click OK.)

相应地配置日期和时间

注意:(Note:)您可以更改当前的小时、分钟、秒和AM/PM以进行时间设置。就日期而言,您可以更改月份、年份和当前日期。

5. 单击应用,然后单击确定。(OK.)

方法 2:如何在 Windows 10 设置中更改日期和时间(Method 2: How to Change Date and Time in Windows 10 Settings)

1. 按 Windows 键 + I 打开设置(Settings),然后单击时间和语言。(Time & Language.)

点击时间和语言 |  在 Windows 10 中更改日期和时间的 4 种方法

注意:(Note:)或者您可以右键单击任务栏上的日期和时间(Date & Time),然后选择 Adjust date/time.

右键单击日期和时间,然后选择调整日期/时间右键单击日期和时间,然后选择调整日期/时间

2. 确保在左侧菜单中选择日期和时间。(select Date & time)

3.现在要更改日期和时间,请关闭(turn off the)自动设置时间(Set time automatically)”的切换。

关闭显示自动设置时间的开关

4. 然后点击更改日期和时间下的“( Change date and time.)更改(Change)” 。

5. 接下来,将日期、月份和年份更改为正确的数字( change the date, month, and year to correct number)。同样,将时间设置为正确的当前小时、分钟和AM/PM ,然后单击更改。(Change.)

在更改日期和时间窗口中进行必要的更改,然后单击更改

6. 如果您希望 Windows 自动将系统时钟时间与互联网时间服务器同步,请再次打开“自动设置时间(Set time automatically)”开关。

打开设置时间自动切换 |  在 Windows 10 中更改日期和时间的 4 种方法

方法 3:如何使用命令提示符在 Windows 10 中更改日期和时间(Method 3: How to Change Date and Time in Windows 10 using Command Prompt)

1.打开命令提示符(Command Prompt)。用户可以通过搜索“cmd”然后按 Enter 来执行此步骤。

打开命令提示符。 用户可以通过搜索“cmd”然后按 Enter 来执行此步骤。

2. 在 cmd 中输入以下命令并回车(Enter)

To see the current date: date /t
To Change the current date: date MM/DD/YYYY

使用命令提示符更改 Windows 10 中的日期和时间

注:(Note:) MM 是一年中的月份,DD 是月份的日期,YYYY是年份。因此,如果要将日期更改为2018 年 3 月 15 日(March 2018),则需要输入:date 03/15/2018

3. 在 cmd 中键入以下命令并按Enter

To see the current time: time /t
更改当前日期:time HH:MM(To Change the current date: time HH:MM)

使用 cmd 在 Windows 10 中更改日期和时间

注:(Note:) HH 是小时,MM 是分钟。因此,如果要将时间更改为上午 10:15,则需要使用命令:time 10:15,类似地,如果要将时间更改为晚上 11:00,请输入:time 23:00

4. 关闭命令提示符(Command Prompt)并重新启动您的 PC 以保存更改。

方法 4:如何使用 PowerShell 在 Windows 10 中更改日期和时间(Method 4: How to Change Date and Time in Windows 10 using PowerShell)

1.在Windows Search中键入PowerShell ,然后在搜索结果中右键单击PowerShell并选择以管理员身份运行。(Run as Administrator.)

在搜索栏中搜索 Windows Powershell,然后单击以管理员身份运行

2. 现在输入以下命令并按Enter 键(Enter)

使用 24 小时格式更改日期和时间:Set-Date -Date “MM/DD/YYYY HH:MM
以 AM 更改日期和时间:Set-Date -Date “MM/DD/YYYY HH:MM AM
To更改 PM 中的日期和时间:Set-Date -Date “MM/DD/YYYY HH:MM PM

如何使用 PowerShell 在 Windows 10 中更改日期和时间 |  在 Windows 10 中更改日期和时间的 4 种方法

注意:(Note:) 将 MM 替换(Replace MM)为一年中的实际月份,将 DD 替换为当月的日期,将YYYY替换为年份。同样(Similarly),将 HH 替换为小时,将 MM 替换为分钟。让我们看一下上述每个命令的示例:

使用 24 小时格式更改日期和时间:Set-Date -Date “03/15/2018 21:00
以 AM 更改日期和时间:Set-Date -Date “03/15/2018 06:31 AM
到在 PM 中更改日期和时间:Set-Date -Date “03/15/2018 11:05 PM

3.完成后关闭 PowerShell(Close PowerShell)并重新启动 PC 以保存更改。

受到推崇的:(Recommended:)

就是这样,您已经成功学习了如何在 Windows 10 中更改日期和时间,( How to Change Date and Time in Windows 10)但如果您对本教程仍有任何疑问,请随时在评论部分提问。



About the author

我是一名软件工程师,拥有 Xbox Explorer、Microsoft Excel 和 Windows 8.1 Explorer 方面的经验。业余时间,我喜欢玩电子游戏和看电视。我拥有犹他大学的学位,目前在一家国际公司担任软件工程师。



Related posts