> For the complete documentation index, see [llms.txt](https://help.remoteyon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.remoteyon.com/windows-help/cmd-commands.md).

# CMD Commands

<details>

<summary>Get the PC's Serial Number</summary>

`wmic bios get serialnumber`

</details>

<details>

<summary>Get the PC's Name</summary>

Open a CMD prompt and type `hostname`, then hit enter.

</details>

<details>

<summary>Disable Hybernation</summary>

`powercfg.exe /hibernate off`

or

`powercfg -h off`

</details>
