Skip to content

Commit c7d2d61

Browse files
committedOct 5, 2015
RDP session timeout script to minutes
1 parent 78d625c commit c7d2d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎RDP/Set-RdpSessionTimeout.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
$setParams = @{
4444
'Path' = $baseRegKey
4545
'Name' = $valueName
46-
'Value' = ($Timeout * 1000)
46+
'Value' = (($Timeout * 60) * 1000)
4747
}
4848

4949
$icmParams = @{

0 commit comments

Comments
 (0)
Please sign in to comment.