Download location to desktop
This commit is contained in:
parent
16b25e2373
commit
03ae00fd77
@ -8,8 +8,8 @@ function Exit-Script {
|
|||||||
)
|
)
|
||||||
|
|
||||||
process {
|
process {
|
||||||
if (Test-Path -Path "$env:TEMP\MAS.cmd") {
|
if (Test-Path -Path "$env:USERPROFILE\Desktop\MAS.cmd") {
|
||||||
Remove-Item -Path "$env:TEMP\MAS.cmd" -Force
|
Remove-Item -Path "$env:USERPROFILE\Desktop\MAS.cmd" -Force
|
||||||
}
|
}
|
||||||
|
|
||||||
exit $ExitCode
|
exit $ExitCode
|
||||||
|
Loading…
Reference in New Issue
Block a user