-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
No existing files or folders are passed in a command line. #27
Comments
Some additional info I thought I'd add:
|
That is a good find, really appreciate it. |
For the "in a command line" part - that's a rudiment. I'll adjust the wording. |
Also, could you check, if deleting keys |
Background:
I recently got a new NAS and couldn't add tags to any of the folders on it, even though everything was still working fine for local files. The app would seemingly not even launch without giving an error message or anything. When I checked the GitHub, that's when I realized I was using an old version of the app (1.2.4.0) and that many improvements to the app were made since, so I updated to the latest version (1.8.1.0)
Actual issue
Upon installing the latest version of the app, I was now getting this error message when trying to add a tag to a folder on my NAS (everything still worked fine for local files though):
When checking existing issues to see if I was the only one experiencing this problem, issue #12 caught my eye. Ever since installing the app a couple years ago I've always had the UAC prompt and didn't think much of it, but according to your comment it should not be appearing anymore since version 1.4.1.0.
The fix
Just like @OLCadlywydd originally suggested, I checked the "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" registry key, only to find there was already an entry for InTag that was probably added during (re)installation:
Just for testing I changed the value to "~ RunAsInvoker" instead of "~ RUNASADMIN", and to my surprise, everything seems to work now.
Theories
Keep in mind I'm very much a beginner programmer and I have no idea how this app works so this might be useless info, but here are some things that might be of note in my setup:
Conclusion
I'm not exactly sure why changing the value of the registry entry to "~ RunAsInvoker" seems to fix my problem. I can replicate the original issue by changing it back to "~ RUNASADMIN", and weirdly enough like I said it only seems to be a problem when tagging files on my NAS.
I'd be more than happy to help with further testing if needed, so please let me know if there's anything I can do!
The text was updated successfully, but these errors were encountered: