Open NeuroRoboticTech opened 11 years ago
most users have access to HKCU does it work for you?
This is for a military application. When our app is running in normal user mode we are completely locked out from writing to any portion of the registry.
is your app running in "low-rights" or "protected" mode? Can it do any capture at all, is what I'm wondering, since I know sometimes "protected" mode apps can't use BitBlt for screen capture.
On Fri, Nov 15, 2013 at 5:01 AM, David Cofer notifications@github.comwrote:
This is for a military application. When our app is running in normal user mode we are completely locked out from writing to any portion of the registry.
— Reply to this email directly or view it on GitHubhttps://github.com/rdp/screen-capture-recorder-to-video-windows-free/issues/28#issuecomment-28564387 .
I am working on an app that uses your tool and ffmpeg to record video from our simulation to a file. We are currently using the registry to setup the hwnd and sizes and stuff. However, the target system we will be running this on has security settings in place that prevents any unauthorized access to the registry. Is there anyway of configuring this tool to not use the registry, but instead use a config file or something?