From 0e042a3a32789912e38430fc0caa9e64f0b6b5dc Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:26:43 +0200 Subject: [PATCH] remove admin privileges from readme --- README.md | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/README.md b/README.md index e1e7bfb7d..39de1a0d7 100644 --- a/README.md +++ b/README.md @@ -26,41 +26,6 @@ Usage of shim: Shim is installed with AYON launcher, or on first run of AYON launcher. It is installed to app data which is based on OS, or to `{AYON_LAUNCHER_LOCAL_DIR}/shim/` directory if `AYON_LAUNCHER_LOCAL_DIR` environment variable is set. -Windows installation requires admin privileges, you'll be prompted for them on installation of AYON launcher. - -
- -Windows registry - -You can register custom uri protocol scheme `ayon-launcher://` by adding following registry keys: -It uses default shim executable path `%LOCALAPPDATA%\Ynput\AYON\shim\ayon.exe`. - -``` -Windows Registry Editor Version 5.00 - -[HKEY_CLASSES_ROOT\ayon-launcher] -"URL Protocol"="" - -[HKEY_CLASSES_ROOT\ayon-launcher\DefaultIcon] -@=hex(2):25,00,4c,00,4f,00,43,00,41,00,4c,00,41,00,50,00,50,00,44,00,41,00,54,\ - 00,41,00,25,00,5c,00,59,00,6e,00,70,00,75,00,74,00,5c,00,41,00,59,00,4f,00,\ - 4e,00,5c,00,73,00,68,00,69,00,6d,00,5c,00,61,00,79,00,6f,00,6e,00,2e,00,65,\ - 00,78,00,65,00,00,00 - -[HKEY_CLASSES_ROOT\ayon-launcher\shell] - -[HKEY_CLASSES_ROOT\ayon-launcher\shell\open] - -[HKEY_CLASSES_ROOT\ayon-launcher\shell\open\command] -@=hex(2):25,00,4c,00,4f,00,43,00,41,00,4c,00,41,00,50,00,50,00,44,00,41,00,54,\ - 00,41,00,25,00,5c,00,59,00,6e,00,70,00,75,00,74,00,5c,00,41,00,59,00,4f,00,\ - 4e,00,5c,00,73,00,68,00,69,00,6d,00,5c,00,61,00,79,00,6f,00,6e,00,2e,00,65,\ - 00,78,00,65,00,20,00,22,00,25,00,31,00,22,00,00,00 - -``` - -
- > [!CAUTION] > Shim on macOs is installed to `/Applications/AYON.app`. To be able to use it in automation which waits for AYON launcher to finish then you have to use full path to executable `/Applications/AYON.app/Contents/MacOS/ayon`.