File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
6/Microsoft.PowerShell.Utility
7/Microsoft.PowerShell.Utility Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -99,11 +99,21 @@ This is the default return type when no parameters are used.
99
99
100
100
### System.DateTime
101
101
102
- This is the type return when using the **Since** parameter.
102
+ This type is returned when using the **Since** parameter.
103
+
104
+ > [!NOTE]
105
+ > If Windows fast startup is enabled, Windows does not update the value stored in
106
+ > **LastBootUpTime**. To disable fast startup, run the following command: ` Powercfg -h off`.
107
+ >
108
+ > For more information about Windows fast startup, see
109
+ > [Distinguishing Fast Startup from Wake-from-Hibernation](/windows-hardware/drivers/kernel/distinguishing-fast-startup-from-wake-from-hibernation).
103
110
104
111
# # NOTES
105
112
106
- On Windows, the value returned will be the same as the **LastBootUpTime** property of the **Win32_OperatingSystem** class in WMI.
113
+ On Windows, the value returned is the same as the **LastBootUpTime** property of the
114
+ **Win32_OperatingSystem** class in WMI.
107
115
108
116
# # RELATED LINKS
109
117
118
+ [Win32_OperatingSystem](/windows/win32/cimwin32prov/win32-operatingsystem#properties)
119
+
Original file line number Diff line number Diff line change @@ -99,11 +99,21 @@ This is the default return type when no parameters are used.
99
99
100
100
### System.DateTime
101
101
102
- This is the type return when using the **Since** parameter.
102
+ This type is returned when using the **Since** parameter.
103
+
104
+ > [!NOTE]
105
+ > If Windows fast startup is enabled, Windows does not update the value stored in
106
+ > **LastBootUpTime**. To disable fast startup, run the following command: ` Powercfg -h off`.
107
+ >
108
+ > For more information about Windows fast startup, see
109
+ > [Distinguishing Fast Startup from Wake-from-Hibernation](/windows-hardware/drivers/kernel/distinguishing-fast-startup-from-wake-from-hibernation).
103
110
104
111
# # NOTES
105
112
106
- On Windows, the value returned will be the same as the **LastBootUpTime** property of the **Win32_OperatingSystem** class in WMI.
113
+ On Windows, the value returned is the same as the **LastBootUpTime** property of the
114
+ **Win32_OperatingSystem** class in WMI.
107
115
108
116
# # RELATED LINKS
109
117
118
+ [Win32_OperatingSystem](/windows/win32/cimwin32prov/win32-operatingsystem#properties)
119
+
You can’t perform that action at this time.
0 commit comments