diff --git a/RDP/Set-RdpSessionTimeout.ps1 b/RDP/Set-RdpSessionTimeout.ps1 index 1d959a4..5277e67 100644 --- a/RDP/Set-RdpSessionTimeout.ps1 +++ b/RDP/Set-RdpSessionTimeout.ps1 @@ -43,7 +43,7 @@ $setParams = @{ 'Path' = $baseRegKey 'Name' = $valueName - 'Value' = ($Timeout * 1000) + 'Value' = (($Timeout * 60) * 1000) } $icmParams = @{