Skip to content
Merged

Fix typo #11767

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ This cmdlet returns no output.
of the Windows Management Instrumentation (WMI) [Win32_OperatingSystem](/windows/desktop/CIMWin32Prov/win32-operatingsystem)
class. This method requires the **SeShutdownPrivilege** privilege be enabled for the user account
used to restart the machine.
- On Linux and Mac OS, `Restart-Computer` uses the `/sbin/shutdown` bash tool.
- On Linux and macOS, `Restart-Computer` uses the `/sbin/shutdown` bash tool.

## RELATED LINKS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ This cmdlet returns no output.
[Win32_OperatingSystem](/windows/desktop/CIMWin32Prov/win32-operatingsystem) class. This method
requires the **SeShutdownPrivilege** privilege be enabled for the user account used to restart
the machine.
- On Linux and Mac OS, `Restart-Computer` uses the `/sbin/shutdown` bash tool.
- On Linux and macOS, `Restart-Computer` uses the `/sbin/shutdown` bash tool.

## RELATED LINKS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ This cmdlet returns no output.
of the Windows Management Instrumentation (WMI) [Win32_OperatingSystem](/windows/desktop/CIMWin32Prov/win32-operatingsystem)
class. This method requires the **SeShutdownPrivilege** privilege be enabled for the user account
used to restart the machine.
- On Linux and Mac OS, `Restart-Computer` uses the `/sbin/shutdown` bash tool.
- On Linux and macOS, `Restart-Computer` uses the `/sbin/shutdown` bash tool.

## RELATED LINKS

Expand Down