Update the manuals

This commit is contained in:
Markus Fleschutz
2021-09-11 11:37:22 +02:00
parent 9185eed551
commit f0bc1b4160
30 changed files with 372 additions and 46 deletions

View File

@ -1,5 +1,4 @@
#Requires -RunAsAdministrator
<#
<#
.SYNOPSIS
hibernate.ps1
.DESCRIPTION
@ -12,6 +11,8 @@
https://github.com/fleschutz/PowerShell
#>
#Requires -RunAsAdministrator
try {
[Void][System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
[System.Windows.Forms.Application]::SetSuspendState("Hibernate", $false, $false);