mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Running autostart from elevated terminal still doesn't have privileges #707
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @27labs on GitHub (Dec 1, 2025).
Summary
When restarting after running
komorebi enable-autostartfrom an admin terminal, the program still fails to tile the windows of elevated executables.Version Information
OS Name: Microsoft Windows 11 Education
OS Version: 10.0.26200 N/A Build 26200
komorebic 0.1.38
tag:v0.1.38
commit_hash:ffa76ea2
build_time:2025-09-13 18:40:25 +00:00
build_env:rustc 1.89.0 (29483883e 2025-08-04),stable-x86_64-pc-windows-msvc
Komorebi Configuration
Hotkey Configuration
Output of komorebic check
@LGUG2Z commented on GitHub (Dec 16, 2025):
There is no support for auto-starting as an Administrator user and the docs don't make any claim that the
enable-autostartcommand supports this use caseshell:startup, whichkomorebic enable-autostartuses under the hood, is explicitly scoped to the user running the commandI'm not against someone opening a PR to add support for enabling autostart as admin through other means, but I'm closing this because it's not a bug either in implementation or documentation