Setting registry permission for client user

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

The Task Manager needs to be disabled dynamically. So we tried to set
the key "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\system"
"DisableTaskMgr" to "1". But the limited User doesn't have permission
to set the value.

How to Set the permission in TD or how could the TaskManager can be
blocked with limited user permission.
 
You could create a component that only contains a Generic FBA command that
sets this registry key value. Set the phase of this command to run at a late
stage (like 9000) so it is the last thing that happens during setup (except
for System Cloning if you have that set to defaults in your config).

Thanks,
 
Back
Top