Skip to content

Commit

Permalink
Update WinCustomizer.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNico98 committed Feb 28, 2024
1 parent 24e741a commit 802dc02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WinCustomizer/WinCustomizer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ Risorse\PowerRun.exe cmd.exe /c "reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentContr

$bios.Add_Click({
Log('Inizio la procedura')
shutdown /r /o /f /t 00
shutdown /t 0 /r /fw
True('FATTO')
})

Expand Down Expand Up @@ -2388,4 +2388,4 @@ $WPFwsl.Add_Click({
Error('Programma non presente')} else {True('FATTO')}
})

$Form.ShowDialog() | out-null
$Form.ShowDialog() | out-null

0 comments on commit 802dc02

Please sign in to comment.