FBA and Registry keys.

  • Thread starter Thread starter Brian Schau
  • Start date Start date
B

Brian Schau

Hello,


Is it possible to set/change registry keys during FBA? I have a device
which should be enabled during normal operation but be disable during
FBA.
I tried to create a "RunOnce Request" in the Extra Resources section but
I am not sure I did set it correctly. It looks ok to me but it doesn't
work :-(

Could anyone post an example on how to set/change a registry key during
FBA ... please? :-)


Kind regards,
Brian
 
Brian,

Have you tried RunOnce Request - RunOnceEx flag ?
Also, you may set the [HKCU\Software\Microsoft\Windows\CurrentVersion\Run
(RunOnce)] key values or use a Startup batch.

KM

BS> Hello,


BS> Is it possible to set/change registry keys during FBA? I have a
BS> device which should be enabled during normal operation but be
BS> disable during
BS> FBA.
BS> I tried to create a "RunOnce Request" in the Extra Resources section
BS> but
BS> I am not sure I did set it correctly. It looks ok to me but it
BS> doesn't work :-(

BS> Could anyone post an example on how to set/change a registry key
BS> during
BS> FBA ... please? :-)


BS> Kind regards,
BS> Brian
 
I had trouble with RunOnce myself, and in the end used a Run key which
started a batch file that imported a .reg file which changed a few keys
including the Run key - so that now rather than starting the inital
configuration batch file it launches an application and locks the
workstation.
 
Back
Top