-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install under Windows user account doesn't work #137
Comments
Have you tried the option "Run as administrator" by right-clicking on the install script? |
Yes, it's then that I'm prompted for the admin password, etc. like described in the firt post. |
I'm not a Windows user, but someone in the community can help you with this issue. |
Thanks. Regards. |
The
It seems your user cannot elevate a process (via UAC) as administrator but runs with a different (administrator) user, so it sets up the cursors just for that user. You may:
If one doesn't have any administrative privileges, they may extract the cursors into their profile, f.e. |
Thanks Stanio! |
- "Install under Windows user account doesn't work" <ful1e5/Bibata_Cursor#137 (comment)> - "INF CopyFiles Directive - Copy Cursors To Non-Default Folder" <https://superuser.com/questions/1332991/inf-copyfiles-directive-copy-cursors-to-non-default-folder> - https://superuser.com/a/1333769 - "Using Dirids" <https://learn.microsoft.com/en-us/windows-hardware/drivers/install/using-dirids> > 53 | User profile directory
Saving this here for future reference – yes, it is possible:
The user profile (home) directory is equivalent to [DestinationDirs]
-Scheme.Cur = 10,"%CUR_DIR%"
+Scheme.Cur = 53,"%CUR_DIR%"
[Scheme.Reg]
-HKCU,"Control Panel\Cursors\Schemes","%SCHEME_NAME%",,"%10%\%CUR_DIR%\...,%10%\%CUR_DIR%\...,..."
+HKCU,"Control Panel\Cursors\Schemes","%SCHEME_NAME%",,"%53%\%CUR_DIR%\...,%53%\%CUR_DIR%\...,..."
[Strings]
-CUR_DIR = "Cursors\Bibata-..."
+CUR_DIR = "AppData\Local\Cursors\Bibata-..." However, given INF files are primarily meant for device driver installation, it seems Windows will ask for elevated rights anyway. In this regard, From Reg - Edit Registry - Windows CMD (SS64.com):
|
However, I've identified an unpleasant shortcoming related to (what it seems) the "user profile preloading" Windows feature. Haven't tried if it occurs with that feature disabled (if possible?) but I've noticed after a system restart the mouse cursors are not applied on the login screen. They are not applied even after login until one opens the "Mouse Properties" control panel and clicks "OK" to the already selected mouse pointer scheme. This all appears related to the fact the "Mouse Properties" control panel automatically replaces paths under the user profile with
and I speculate this fails to resolve before the actual login. After login, the user profile preloading has already set the cursor scheme while failing to resolve the cursor files. I've also noticed the new (Windows 10+) "Accessibility > Mouse pointer" (Change pointer size and color) settings – they dynamically generate cursor (bitmap) files from SVG sources into
and that doesn't suffer from the given problem. |
In this regard, I recommend copying the files to a subdirectory of |
Hi.
Windows 10 Pro here.
Have trouble installing this to user account.
I'm entering the admin password when prompted, it "seems" to install, but then the theme is not visible in the list.
Rebooting didn't help.
Thanks for looking at this!
P.S. Install on admin account is no problem.
The text was updated successfully, but these errors were encountered: