diff --git a/configwinpc.ps1 b/configwinpc.ps1 index 021d605..f6b69bf 100644 --- a/configwinpc.ps1 +++ b/configwinpc.ps1 @@ -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 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 #