Possible to output a registry file of net registry changes? #1917
Unanswered
Coldblackice
asked this question in
Various ideas and suggestions
Replies: 2 comments 1 reply
-
this would be great indeed and in principle it would only need to parse the sandboxed reg hive and adapt the key paths |
Beta Was this translation helpful? Give feedback.
0 replies
-
i made an issue for that so i dont forget: #1918 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure if there's already a way to do this (I couldn't find one), but would it be possible to add the ability to export a registry file (.REG) of the net changes done to the registry by a sandboxed program?
For example, if a sandboxed program creates
HKLM\Software\YaddaNEW\
and deletesHKLM\Software\YaddaOLD\
, Sandboxie would offer the option to export a .REG file of those changes, albeit translated to actual OS registry locations, not sandboxed/virtualized equivalents. If a user were to then import that .REG file, their system registry would be modified with the equivalent changes made by the sandboxed program.Currently, I do this manually by either monitoring the sandboxed process with process-monitor, or just manually trawling through the HKU\Sandbox_DefaultBox key, but it would be great if there was a function that could do this automatically.
Beta Was this translation helpful? Give feedback.
All reactions