# Installieren unter Microsoft Windows™
Download the latest Windows archive from QOwnNotes Releases on GitHub (opens new window) (look for a file called QOwnNotes.zip
) and unzip it to anywhere you like. Es ist keine Installation erforderlich!
WARNING
Wenn Sie den automatischen Updater verwenden möchten, stellen Sie sicher, dass Sie ihn an einen Ort entpacken, auf den Ihr Benutzerkonto Schreibzugriff hat. By default, your user account most likely doesn't have write access to places like C:\Program Files (x86)
or C:\Program Files
.
Sie können dann QOwnNotes.exe
direkt in Ihrem QOwnNotes
-Ordner ausführen. Eine Installation ist nicht erforderlich.
# Portabler Modus
Verwenden Sie QOwnNotesPortable.bat
, um QOwnNotes im portablen Modus auszuführen, in dem alles (einschließlich Ihrer Notizen) nur in Ihrem QOwnNotes
-Ordner gespeichert wird.
TIP
Sie benötigen den portablen Modus nicht, wenn Sie lediglich keine Administratorrechte für Ihren Computer haben. QOwnNotes muss nicht installiert werden!
# Windows XP
Qt hat die Unterstützung für Windows XP mit Version 5.8 eingestellt, aber QOwnNotes wurde jetzt auch mit Qt 5.7 erstellt, damit Windows XP-Benutzer es weiterhin verwenden können.
Sie müssen die ZIP-Datei von AppVeyor (opens new window) selbst herunterladen und in einen Ordner Ihrer Wahl entpacken.
Sie können dann QOwnNotes.exe
direkt aus diesem Ordner ausführen, es ist keine Installation erforderlich.
TIP
Info Der automatische Update-Mechanismus funktioniert nicht mit dem AppVeyor-Build für Windows XP! Sie müssen neue Versionen selbst herunterladen.
# Chocolatey
There is a community-maintained package of QOwnNotes at Chocolatey (opens new window).
Sie können es installieren mit:
choco install qownnotes
Copied!
# Scoop
There is a community-maintained package of QOwnNotes (opens new window) at Scoop (opens new window). If you add the Extras bucket, you can use it to install QOwnNotes in portable mode.
scoop bucket add extras scoop update scoop install qownnotes
Copied!
2
3
# WinGet
There is a community-maintained package of QOwnNotes (opens new window) for WinGet (opens new window).
You can install it with:
winget install qownnotes
Copied!
# MSYS2
There is a community-maintained package of QOwnNotes (opens new window) for MSYS2.
You can install it with:
pacman -S mingw-w64-qownnotes
Copied!