Programska oprema nameščena na vse šolske računalnike v šolskem letu 2023-24
Aplikacija | Verzija | Namestitvena datoteka | Opombe |
---|---|---|---|
Firefox | latest | winget install firefox -s winget | |
7zip | latest | winget install –id=7zip.7zip -e | |
Microsoft C++ 2015-2022 redistributable | winget install –id=Microsoft.VCRedist.2015+.x86 -e | ||
Windows .NET Desktop Runtime | 7.0.11 | winget install Microsoft.DotNet.DesktopRuntime.7 | |
.NET runtime 7 | 7 | winget install –id=Microsoft.DotNet.Runtime.7 -e | |
Eclipse Adoptium Temurin 20 JDK | winget install –id=EclipseAdoptium.Temurin.20.JDK -e | ||
OpenJDK | 21 | winget install –id=Oracle.JDK.21 -e | |
Acrobat Reader | latest | winget install –id=Adobe.Acrobat.Reader.64-bit -e | |
Python | 3.11.5 | winget install -e –id Python.Python.3.11 | pip install numpy |
PyCharm Community | 2023.2.1 | winget install -e –id JetBrains.PyCharm.Community | Dodaj Python interpreter |
NotePad++ | 8.5.6 | winget install –id=Notepad++.Notepad++ -e | |
XAMPP | 8.2.4 | winget install –id=ApacheFriends.Xampp.8.2 -e | |
VirtualBox 7 + Ext Pack | 7 | winget install –id=Oracle.VirtualBox -e | |
Docker | latest | winget install –id=Docker.DockerDesktop -e | |
Arduino IDE 2 | latest | winget install –id=ArduinoSA.IDE.stable -e | Dodaj board ESP32 |
Git | latest | winget install –id=Git.Git -e | Nano as default editor –> git config –global core.editor “nano” |
KiCad | 7 | winget install –id=KiCad.KiCad -e | |
PrusaSlicer | 2.6.0 | winget install –id=Prusa3D.PrusaSlicer -e | |
BlueJ | latest | winget install –id=BlueJTeam.BlueJ -e | |
OpenShot | latest | winget install –id=OpenShot.OpenShot -e | |
Gimp | latest | winget install –id=GIMP.GIMP -e | |
Code Blocks | latest | winget install –id=Codeblocks.Codeblocks -e | GNU GCC compiler/MiniGW (Settings/Compiler/Toolcahin/AutoDetect) |
Nodejs | latest | winget install –id=OpenJS.NodeJS -e | |
Bitvise ssh client | latest | winget install –id=Bitvise.SSH.Client -e | |
Scenebuilder (Gluon) | latest | winget install –id=Gluon.SceneBuilder -e | |
VMWare player | 17.5.0 | winget install –id=VMware.WorkstationPlayer -e | |
Putty | latest | winget install –id=PuTTY.PuTTY -e | |
Microsoft VS Code | latest | winget install Microsoft.VisualStudioCode | Extensions: Platformio, Python, PowerShell, WSL, C++, PHP, JAVA |
Microsoft Office 2021 | 2021 | MS Deploymen Installer | |
DEXi | 5.05 | Prenesi | |
Microsoft VS Code Portable | latest | C:\Users\Vegova\Documents\VSCode | |
Visual Paradigm | 17.1 | C:\vp | LLVM C++ in dodatki |
WSL2 | latest | wsl –install –no-distribution | |
Raptor | 4.1.0 | Prenesi | |
Firebird 3 | 3.0.11 | Prenesi | |
MySQL Workbench 8 | 8.0.34 | Prenesi | |
Linux Mint (v Virtual Box-u) | 21.2 | Prenesi | |
Windows (v Virtual Box-u) | 10 Pro | ||
EWB | |||
Microchip Studio | latest | Prenesi | Samo AVR 8-bit |
HXD (Hex editor) | latest | Prenesi | |
Autodesk Inventor Pro | 2024 | ||
sPlan | 7 | ||
Apache Netbeans | 19 | Prenesi | |
UMLet | latest | Prenesi | |
Cisco Packet tracer | 8.2.1. | Prenesi | |
Eclipse IDE | latest | Prenesi | |
Adobe CS6 | 6 | Samo v K2 | |
PHP Composer | 2.6.5 | Prenesi |
Dodtane nastavitve po namestitvi
Nastavi privzeto verzijo WSL
wsl --set-default-version 2
VS Code nastavitev za Platformio
PLATFORMS --> Embedded --> AVR --> Espressif (ne 8266)
Arduino IDE ESP32 Board platforma
Board Manager --> Add --> ESP32
Izklop posodabljanja sistema Windows 10, Windows 11
gpedit.msc
#
Computer Configuration > Administrative Templates > Windows Components > Windows Update
Configure Automatic Updates --> Disable
services
#
Windows Automatic Update --> Stop --> Disable
Windows Tweaker aplikacija
#
Windows Automatic Updates --> Off
Namestitev aplikacij z Winget paketi
Namestitvena skripta, PowerShell adminstratorske pravice
# 1. Preveri da je nameščena Windows App Installer aplikacija in jo posodobi na zadnjo verzijo v Microsoft trgovini
# https://www.microsoft.com/en-us/p/app-installer/9nblggh4nns1
# 2. Posodobi Winget izvorni spisek --> winget source update
# 3. Uredi spisek aplikacij, ki se nameščajo. Iskalnik aplikacij --> https://winstall.app/
# 4. Zaženi skripto kot administrator
Write-Output "Installing Apps"
$apps = @(
@{name = "7zip.7zip" },
@{name = "Microsoft.WindowsTerminal" },
@{name = "Mozilla.Firefox" },
@{name = "Microsoft.DotNet.Runtime.7" },
@{name = "Microsoft.DotNet.DesktopRuntime.7" },
@{name = "Microsoft.VCRedist.2015+.x86" },
@{name = "Microsoft.VisualStudioCode" },
@{name = "Microsoft.WindowsTerminal" },
@{name = "Python.Python.3.11" },
@{name = "JetBrains.PyCharm.Community" },
@{name = "Oracle.JDK.21" },
@{name = "EclipseAdoptium.Temurin.20.JDK" },
@{name = "BlueJTeam.BlueJ" },
@{name = "ApacheFriends.Xampp.8.1" },
@{name = "Docker.DockerDesktop" },
@{name = "Git.Git" },
@{name = "ArduinoSA.IDE.stable" },
@{name = "Prusa3D.PrusaSlicer" },
@{name = "GIMP.GIMP" },
@{name = "Codeblocks.Codeblocks" },
@{name = "Adobe.Acrobat.Reader.64-bit" },
@{name = "KiCad.KiCad" },
@{name = "Oracle.VirtualBox" },
@{name = "OpenShot.OpenShot" },
@{name = "Notepad++.Notepad++" },
@{name = "VideoLAN.VLC" },
@{name = "OpenJS.NodeJS" },
@{name = "Bitvise.SSH.Client" },
@{name = "Gluon.SceneBuilder" },
@{name = "PuTTY.PuTTY" },
@{name = "VMware.WorkstationPlayer" }
);
Foreach ($app in $apps)
{
$listApp = winget list --exact -q $app.name
if (![String]::Join("", $listApp).Contains($app.name))
{
Write-host "Installing: " $app.name
winget install -e -h --accept-source-agreements --accept-package-agreements --id $app.name
}
else
{
Write-host "Skipping: " $app.name " (already installed)"
}
}
Write-Output "All Done!"
# Opcijske namestitve
#@{name = "Microsoft.VisualStudio.2022.Community" },
#@{name = "OpenJS.NodeJS.LTS" },
#@{name = "Lenovo.SystemUpdate" },
#@{name = "REALiX.HWiNFO" },
#@{name = "CrystalDewWorld.CrystalDiskInfo" },
#@{name = "CrystalDewWorld.CrystalDiskMark" },