4 lines
81 B
PowerShell
4 lines
81 B
PowerShell
Stop-Process -Name explorer -Force
|
|
Start-Sleep -Seconds 2
|
|
Start-Process explorer
|