Skip to content
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

Feature: Registry based non-administrator startup #16639

Closed
Vocllum opened this issue Dec 22, 2024 · 3 comments
Closed

Feature: Registry based non-administrator startup #16639

Vocllum opened this issue Dec 22, 2024 · 3 comments
Labels
area - file operations Features or bug reports for file operations

Comments

@Vocllum
Copy link

Vocllum commented Dec 22, 2024

What feature or improvement do you think would benefit Files?

Image
In the registry editor (regedit), create a new string value under the path HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\ appflags \Layers, The name is the full path to the program and the value is "RunAsInvoker". Once this is set up, Files will be able to drag and drop files without setting UAC. Can this feature be added directly to files?

Requirements

-Use the ability to drag and drop files without setting UAC
-Caching computation results reduces CPU consumption for displaying folder sizes (?)

Files Version

3.8

Windows Version

10

Comments

No response

@0x5bfa
Copy link
Member

0x5bfa commented Dec 22, 2024

This reg key is for executable file compatibility. And we support compatibility tab in exe file's properties window. However, Files' exe is stored in a highly vaulted storage folder where you cannot get into easily.

@Vocllum
Copy link
Author

Vocllum commented Dec 22, 2024

Perhaps I didn't fully understand your meaning. I used the task manager to locate the folder where the files.exe file is stored, and it runs well on my computer. I hope to find a way to make files.exe register itself so that UAC is no longer needed. I know that it can be registered through a batch file, but I don't know code, and I'm not sure if it will work.

@Josh65-2201 Josh65-2201 added the needs - additional info Needs more information from the reporter label Dec 22, 2024
@Josh65-2201 Josh65-2201 added area - file operations Features or bug reports for file operations and removed needs - additional info Needs more information from the reporter labels Jan 11, 2025
@Josh65-2201 Josh65-2201 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 11, 2025
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Files task board Jan 11, 2025
@0x5bfa
Copy link
Member

0x5bfa commented Jan 11, 2025

Unfortunately files.exe isn't an ordinal executable image and so even if you set such compatibility option, it shouldn't work well.

I exactly don't understand what issue you're facing. If your account isn't Admin, drag and drop work well.
If you have changed the UAC level, you should revert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area - file operations Features or bug reports for file operations
Projects
Status: Done
Development

No branches or pull requests

3 participants