mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #1452] Background registry editor #2850
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2850
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @seckinsozan on GitHub (Mar 13, 2023).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1452
It would be very good to have a background registry editor for Windows clients.
@bbrendon commented on GitHub (Mar 14, 2023):
@secbirkin Windows comes with two. reg.exe and in PowerShell New-ItemProperty
@wh1te909 commented on GitHub (Mar 14, 2023):
i think he means a web UI built into trmm, which is planned. we already have the interface for the file browser for reporting, same one will be used for registry editor
@seckinsozan commented on GitHub (Mar 14, 2023):
@wh1te909 yes, that's what I meant. A web GUI for registry editor like file browser. Thanks.
@wh1te909 commented on GitHub (Oct 13, 2025):
here's a preview of what we're working on:
https://github.com/user-attachments/assets/a469d81a-0143-4755-b098-530ddfce6c94
@P6g9YHK6 commented on GitHub (Oct 15, 2025):
good 🔥🔥
is the bar at the top usable to browse to folder directly ?
also an import button would be nice for these .reg file
@Acwildweb commented on GitHub (Oct 31, 2025):
Awesome! Hurry!!!
@wh1te909 commented on GitHub (Nov 3, 2025):
path bar at top is now editable and can copy paste:
https://github.com/user-attachments/assets/582b5ea8-88e0-4336-9639-2dc6795a42ab
@P6g9YHK6 commented on GitHub (Nov 3, 2025):
👏🏻 now only .reg export / import and then i would never need to put my fingers inside regedit.exe ever again ❤️
@wh1te909 commented on GitHub (Jan 14, 2026):
released in v1.4.0
@Acwildweb commented on GitHub (Jan 15, 2026):
Hi, I’ve been testing the new registry editor, but I've noticed some mismatches between the keys shown here and those in regedit.exe. Specifically, some of my software’s keys are missing, even though I'm looking at the exact same path. It seems like I'm seeing fewer entries overall. Could you explain why this is happening and how I can view the full set of keys? Thanks for your help and your time.
@wh1te909 commented on GitHub (Jan 15, 2026):
@Acwildweb can you provide steps for us to reproduce, which software, windows version etc
@Acwildweb commented on GitHub (Jan 15, 2026):
@wh1te909 commented on GitHub (Jan 16, 2026):
that's just the default value, it's not an actual entry
@Warming-nyit commented on GitHub (Jan 16, 2026):
This is not possible through Tactical
@Acwildweb commented on GitHub (Jan 16, 2026):
Hey, sorry, I don't get it. What do you mean it's not an actual entry? Are you saying the program doesn't show the real registry entries but just random ones?
@silversword411 commented on GitHub (Jan 16, 2026):
I can confirm there are missing keys in TRMM from what's on the computer.
@wh1te909 commented on GitHub (Jan 29, 2026):
Regarding inconsistencies in HKEY_CURRENT_USER, this is expected behavior because the agent runs under the SYSTEM account, so when you browse HKEY_CURRENT_USER you’re seeing SYSTEM’s user hive, not the currently logged-in user’s registry.
@silversword411 commented on GitHub (Jan 29, 2026):
I should have known better, yeah that's HKCU. You'd have to use the
/HKEY_USERS/whateverforauserto edit HKCU@Acwildweb commented on GitHub (Jan 31, 2026):
I'm sorry, but I still don't understand. Perhaps the English-to-Italian translation is not very efficient. Could you give me a practical example of how to view the registry keys of the computer I'm connected to?
@wh1te909 commented on GitHub (Feb 17, 2026):
@Warming-nyit we've identified the issue for your teamviewer problem, root cause was a software name can be very long and didn't fit in the buffer size, a fix will be in the next release