Skip to content
Alexander Raab edited this page Dec 7, 2021 · 2 revisions

If you want to install QuickLook on more than 1 PC these scripting-topics might be relevant:

Change Install-Directory

Currently the default path for installing QuickLook is the user's %APPDATA%-directory. To change the path and install QuickLook for all users use this command: msiexec /i "msi_path" INSTALLFOLDER="C:\MyFolderPath" ALLUSERS=1 /qb

Run at Startup

Create a shortcut for each user in %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\ named QuickLook.lnk pointing to path\to\QL\QuickLook.exe /autorun

Another solution would be to use %ProgramData%\Microsoft\Windows\Start Menu\Programs\Startup\QuickLook.lnk although this currently has a drawback. Users don't see the checkmark in the trayicon and could enable QuickLook a second time. This would lead to a message saying "QuickLook is already running".

Deploy plugins

.qlplugin-files are just zip-files that have been renamed. Unzipping these files into the QuickLook.Plugin-directory inside the install-directory is all that's needed.