# Installatie op Microsoft Windows™

Download het nieuwste Windows-archief van QOwnNotes Releases op GitHub (opens new window) (zoek naar een bestand met de naam QOwnNotes.zip) en pak het uit waar u maar wilt. Er is geen installatie nodig!

WARNING

Als u de automatic updater wilt gebruiken, zorg er dan voor dat u deze uitpakt op een plaats waar uw gebruikersaccount schrijftoegang tot heeft. Standaard heeft uw gebruikersaccount waarschijnlijk geen schrijfrechten op locaties zoals C:\Program Files (x86) of C:\Program Files.

U kunt dan direct QOwnNotes.exe starten vanuit uw QOwnNotes -map, er is geen installatie vereist.

# Portable mode

Gebruik QOwnNotesPortable.bat om QOwnNotes in draagbare modus uit te voeren, waar alles (inclusief uw notities) alleen wordt opgeslagen in uw map QOwnNotes.

TIP

U hebt het draagbare modus niet nodig als u gewoon geen beheerdersrechten voor uw computer hebt. QOwnNotes hoeft niet te worden geïnstalleerd!

# Windows XP

Qt heeft de ondersteuning voor Windows XP met versie 5.8 laten vallen, maar QOwnNotes is nu ook gebouwd met Qt 5.7 zodat Windows XP-gebruikers het nog steeds kunnen gebruiken.

Je moet het ZIP-bestand zelf downloaden van AppVeyor (opens new window) en het uitpakken in een map naar keuze.

U kunt dan direct QOwnNotes.exe uitvoeren vanuit die map, er is geen installatie vereist.

TIP

Info Het automatische updatemechanisme werkt niet met de AppVeyor-build voor Windows XP! U zult zelf nieuwe releases moeten downloaden.

# Chocolatey

There is a community-maintained package of QOwnNotes at Chocolatey (opens new window).

U kunt het installeren met:

choco install qownnotes
1

# 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
1
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
1

# MSYS2

There is a community-maintained package of QOwnNotes (opens new window) for MSYS2.

You can install it with:

pacman -S mingw-w64-qownnotes
1