Revert back

This commit is contained in:
WindowsAddict 2022-04-28 22:30:09 +05:30
parent 03ae00fd77
commit 15509e8ddc

View File

@ -8,8 +8,8 @@ function Exit-Script {
) )
process { process {
if (Test-Path -Path "$env:USERPROFILE\Desktop\MAS.cmd") { if (Test-Path -Path "$env:TEMP\MAS.cmd") {
Remove-Item -Path "$env:USERPROFILE\Desktop\MAS.cmd" -Force Remove-Item -Path "$env:TEMP\MAS.cmd" -Force
} }
exit $ExitCode exit $ExitCode