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...
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