Skip to content

Commit

Permalink
CRC
Browse files Browse the repository at this point in the history
  • Loading branch information
😊Nitin Gurram😊 committed Mar 9, 2017
1 parent 8ed769f commit c17dc33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ function SetupTestMachine($TestUserName, $TestUserPassword) {
Write-Verbose -Message "Test user domain $Domain" -Verbose

Set-DisableScreenSaverReg | Out-Null
ConfigurePowerOptions -MachineCredential $MachineUserCredential | Out-Null
ConfigurePowerOptions | Out-Null

$isTestUserLogged = IsTestUserCurrentlyLoggedIn -TestUserName $TestUser
if(-not $isTestUserLogged)
Expand Down

0 comments on commit c17dc33

Please sign in to comment.