打开 Windows 日期与时间属性面板
- Last UpdatedSep 24, 2024
- 1 minute read
在脚本中<1>,</1>使用以下命令打开 Windows 的<2>“</2>日期/时间属性<3>”</3>面板<4>:</4>
OLE_CreateObject(%WP,"Shell.Application");
%WP.SetTime();
通过调用不同的方法并将它们传递给所引用的 OLE 对象,可以执行类似的任务:
|
此方法 |
打开面板 |
|---|---|
|
TrayProperties() |
工具栏属性 |
|
FileRun() |
文件运行对话框 |
|
FindFiles() |
查找文件对话框 |
|
FindComputer() |
查找计算机对话框 |
|
ShutdownWindows() |
关闭 Windows 面板 |