Open the Windows Date and Time Properties panel
- Last UpdatedJul 24, 2024
- 1 minute read
In a script, use the following commands to open the Windows Date/Time Properties panel:
OLE_CreateObject(%WP,"Shell.Application");
%WP.SetTime();
You can do similar tasks by calling different methods and passing them to the referenced OLE object:
|
This Method |
Opens The Panel |
|---|---|
|
TrayProperties() |
Tray properties |
|
FileRun() |
File Run dialog box |
|
FindFiles() |
Find Files dialog box |
|
FindComputer() |
Find Computer dialog box |
|
ShutdownWindows() |
Shutdown Windows panel |