Anki installs and starts just fine without admin rights. The only issue is that the installer is packaged in a way that demands them. This can be bypassed. This works for me:
- Download the Anki installer. We’ll assume it’s called
anki-2.1.49-windows.exe
and that it’s downloaded to yourDownloads
folder (the one with the blue downward arrow icon in Explorer). - Push Start and search for “Command Prompt”. Run it. A black command window appears.
- Take note of the path to the left of the
>
. It’sC:\Users\user
for me. Select it with the mouse (excluding the>
) and push Return to copy it to the clipboard. - Enter the following commands, pushing Return after each line:
set __COMPAT_LAYER=RUNASINVOKER
cd Downloads
anki-2.1.49-windows.exe
- The Anki installer should open. The default install path is
C:\Program Files\Anki
, but we can’t write there. - Replace the path by pasting from the clipboard and append a subdirectory you like. Don’t use any “special characters” for this (see note below). I’ll use
\Anki
. My home path isC:\Users\user
, so my install path box now saysC:\Users\user\Anki
. - Copy the whole path to the clipboard
- Click “Install” to complete the installation
- This way of installing doesn’t seem to create start menu icons. Open an Explorer window, paste the Anki installation path into the address bar and press Return
- There should be an
anki.exe
in the folder you’re looking at. Run it, or create a shortcut, or whatever.
Note: It seems Anki refuses to start if the install path has special characters. I.e. it installed but then didn’t start properly from C:\Users\俺様\Anki
(on a Japanese Windows).