Thursday, May 16, 2024 6:14:02 AM

Lock user computer using LockDown Multi Appplication

9 years ago
#2022 Quote
Ok,

I`ll try to write here:

System Lockdown

-> Local Level
   - Itens Unchecked (No Logoff, No Dekstop and No Taskbar)
   - Itens Enable (Win Start Menu and Enable IE)

-> Machine Level
    - Itens Unchecked (No User Switching)

I created a script and transformed in Screensaver with the code below:

TASKKILL /F /IM wordpad.exe /FI "STATUS eq RUNNING"
TASKKILL /F /IM iexplorer.exe /FI "STATUS eq RUNNING"
START C:\Windows\System32\ssText3d.scr /MAX

Procedure to create an screensaver
1o - Copy the script to bat file
2o - Use the software BAT_TO_EXEC to compile to exe.
3o - Rename the file to KillWordPad.scr and copy to System32 folder

On Group Policy Object I enabled the follow options:

User Configuration -> Administrative Templates -> Control Panel -> Personalization
- Enable screen saver = Enabled
- Prevent changing screen saver = Enabled
- Password protect the screen saver = Enabled
- Screen Saver Timeout = 300 Seconds (5 minuts)
- Force specific screen Saver = KillWordPad.scr

I have a doc to create the kiosk, but I don't know how to attach here...
0
9 years ago
#2023 Quote
Thank you for the information. Please try a test were you're not specifying any GPO configuration. By default, Secure Lockdown will not give the user access to change the screen saver settings you've specified in you're GPO setup. You should just be able to configure the screensaver settings in the normal Windows interface without using the Group Policy editor.

0
9 years ago
#2028 Quote
Hi,

I remove all my GPO and changed the Screensaver for a 3D Text (whitout my script) and select the box to  "On resumo, display logon security" but still not working...

Something is blocking the computer to Lock the user.... And this just happen when I enable the Lockdown...

Thanks a lot for your help
0
9 years ago
#2029 Quote
Hi,

Any news?

Thanks
0
9 years ago
#2030 Quote
Not yet. It is in the que to be investigated. We'll keep you posted of any findings shortly.
0
9 years ago
#2031 Quote
Thanks a lot
0
9 years ago
#2033 Quote
Please request the Secure Lockdown - Admin Guide from techsupport@inteset.com. In this guide is instructions on how to remove the "DisableLockWorkstation" feature of Secure Lockdown.
0