copy supremo to public desktop
This commit is contained in:
@@ -65,6 +65,13 @@ Write-Host -ForegroundColor Yellow ">>> Install default software... <<<"
|
|||||||
winget install --disable-interactivity Microsoft.PowerShell Adobe.Acrobat.Reader.64-bit IZArc.IZArc Oracle.JavaRuntimeEnvironment Google.Chrome 7zip.7zip Microsoft.VCRedist.2010.x64 --source winget
|
winget install --disable-interactivity Microsoft.PowerShell Adobe.Acrobat.Reader.64-bit IZArc.IZArc Oracle.JavaRuntimeEnvironment Google.Chrome 7zip.7zip Microsoft.VCRedist.2010.x64 --source winget
|
||||||
Write-Host ""
|
Write-Host ""
|
||||||
|
|
||||||
|
Write-Host -ForegroundColor DarkGray ">>> Copy 'Supremo' to Public Desktop <<<"
|
||||||
|
$supremo_path=".\supremo.exe"
|
||||||
|
If (Test-Path $supremo_path ) {
|
||||||
|
Copy-Item -Path "$supremo_path" -Destination "C:\Users\Public\Desktop\supremo.exe"
|
||||||
|
}
|
||||||
|
Write-Host ""
|
||||||
|
|
||||||
##########################################################################################
|
##########################################################################################
|
||||||
# #
|
# #
|
||||||
# Taskbar #
|
# Taskbar #
|
||||||
|
|||||||
Reference in New Issue
Block a user