# Windows installer flags
Folge installer supports following flags:
/S
- Silent install ( ⚠️ should be capitalS
)/allusers
- Install for all users (requires admin)/currentuser
- Install for current user only (default)
Example: Folge-1.12.0.exe /S /allusers
will silently install Folge for all the users.
WARNING
Make sure to use an elevated PowerShell to run the installer when using the /allusers
flag, otherwise, it will fail.