Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Update date and time

Featured Replies

I want to be able to update the date and time on a system automatically via a command line or vbscript.

Currently I can update the time via a net time command, but this doesnt update the date as well. Is there a way to do this?

  • 2 weeks later...
?

Try the next autoit script:

Run("rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,0")
WinWait("Date and Time Properties", "&Time")
Send("{TAB 9}")
Send("{RIGHT 2}")
WinWait("Date and Time Properties", "&Update Now")
ControlClick("Date and Time Properties", "&Update Now", "Button2")
WinWait("Date and Time Properties", "The time has been successfully synchronized with time.windows.com")
ControlClick("Date and Time Properties", "&Update Now", "Button3")

If it works, then compile and execute when is needed.

Edit: works only for updating time.

Edited by radix

The only way to update "date" via command prompt is by using the following:

DATE XX/XX/XXXX

Were xx/xx/xxxx is the date you want to use.

I don't know of any way to update it automatically.

  • Author

Is there a 3rd party app that can pull date/time settings from a server and automatically change the local system date/time? I vaguely remember seeing one before on a thin client but my mind doesn't seem to recall the name of that specific app. Portable would be better so I can run it from a network store.

Basically the reason why I am trying to do this is so I can completely have a hands off PXE boot unattended install of Windows XP. This is the last step in the whole process and I cannot seem to get it..... any other workarounds would be appreciated :thumbup

  • Author

So I finally figured it out on my own.

Basically I run 3 commands:

net time /setsntp:<servername>

net stop w32time

net start w32time

It's a little more complex than it needs to be but it works.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.